Searched refs:get_allocation (Results 1 – 4 of 4) sorted by relevance
99 .get_allocation(&five_tuple) in test_allocation_lifetime_deletion_zero_lifetime()113 .get_allocation(&five_tuple) in test_allocation_lifetime_deletion_zero_lifetime()
224 m.get_allocation(&five_tuple).await.is_some(), in test_delete_allocation()231 m.get_allocation(&five_tuple).await.is_none(), in test_delete_allocation()385 m.get_allocation(&five_tuple1).await.is_none() in test_delete_allocation_by_username()386 && m.get_allocation(&five_tuple2).await.is_none() in test_delete_allocation_by_username()387 && m.get_allocation(&five_tuple3).await.is_some() in test_delete_allocation_by_username()
76 pub async fn get_allocation(&self, five_tuple: &FiveTuple) -> Option<Arc<Allocation>> { in get_allocation() method94 if self.get_allocation(&five_tuple).await.is_some() { in create_allocation()
310 .get_allocation(&five_tuple) in handle_allocate_request()573 let a = self.allocation_manager.get_allocation(&five_tuple).await; in handle_refresh_request()600 .get_allocation(&FiveTuple { in handle_create_permission_request()667 .get_allocation(&FiveTuple { in handle_send_indication()708 .get_allocation(&FiveTuple { in handle_channel_bind_request()777 .get_allocation(&FiveTuple { in handle_channel_data()