Home
last modified time | relevance | path

Searched defs:remove_local (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dendpoint_manager_base.cpp33 void endpoint_manager_base::remove_local(client_t _client) { in remove_local() function in vsomeip_v3::endpoint_manager_base
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dshard.rs131 pub(crate) fn remove_local(&self, idx: usize) -> bool { in remove_local() function
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_base.cpp1021 void routing_manager_base::remove_local(client_t _client, bool _remove_uid) { in remove_local() function in vsomeip_v3::routing_manager_base
1025 void routing_manager_base::remove_local(client_t _client, in remove_local() function in vsomeip_v3::routing_manager_base
Drouting_manager_impl.cpp2159 void routing_manager_impl::remove_local(client_t _client, bool _remove_uid) { in remove_local() function in vsomeip_v3::routing_manager_impl
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dloom_slab.rs305 fn remove_local() { in remove_local() function