Searched refs:insert_offer_command (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/include/ |
D | routing_manager_impl.hpp | 413 bool insert_offer_command(service_t _service, instance_t _instance, uint8_t _command,
|
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/ |
D | routing_manager_impl.cpp | 288 bool routing_manager_impl::insert_offer_command(service_t _service, instance_t _instance, uint8_t _… in insert_offer_command() function in vsomeip_v3::routing_manager_impl 358 if (!insert_offer_command(_service, _instance, VSOMEIP_OFFER_SERVICE, in offer_service() 454 if (!insert_offer_command(_service, _instance, VSOMEIP_STOP_OFFER_SERVICE, in stop_offer_service()
|