Home
last modified time | relevance | path

Searched refs:increment_use_count (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/include/
Dendpoint.hpp59 virtual void increment_use_count() = 0;
Dvirtual_server_endpoint_impl.hpp58 void increment_use_count();
Dendpoint_impl.hpp49 void increment_use_count();
/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dvirtual_server_endpoint_impl.cpp132 void virtual_server_endpoint_impl::increment_use_count() { in increment_use_count() function in vsomeip_v3::virtual_server_endpoint_impl
Dendpoint_impl.cpp112 void endpoint_impl<Protocol>::increment_use_count() { in increment_use_count() function in vsomeip_v3::endpoint_impl
Dendpoint_manager_impl.cpp307 its_endpoint->increment_use_count(); in find_or_create_server_endpoint()