Home
last modified time | relevance | path

Searched refs:prepare_stop_handler_t (Results 1 – 7 of 7) sorted by relevance

/external/sdv/vsomeip/implementation/endpoints/include/
Dendpoint.hpp23 typedef std::function<void(const std::shared_ptr<endpoint>&, service_t)> prepare_stop_handler_t; typedef in vsomeip_v3::endpoint
33 virtual void prepare_stop(prepare_stop_handler_t _handler,
Dserver_endpoint_impl.hpp52 void prepare_stop(endpoint::prepare_stop_handler_t _handler,
109 std::map<service_t, endpoint::prepare_stop_handler_t> prepare_stop_handlers_;
Dvirtual_server_endpoint_impl.hpp28 void prepare_stop(endpoint::prepare_stop_handler_t _handler,
Dclient_endpoint_impl.hpp59 void prepare_stop(endpoint::prepare_stop_handler_t _handler, service_t _service);
/external/sdv/vsomeip/implementation/endpoints/src/
Dvirtual_server_endpoint_impl.cpp26 void virtual_server_endpoint_impl::prepare_stop(endpoint::prepare_stop_handler_t _handler, in prepare_stop()
Dclient_endpoint_impl.cpp103 endpoint::prepare_stop_handler_t _handler, service_t _service) { in prepare_stop()
Dserver_endpoint_impl.cpp48 endpoint::prepare_stop_handler_t _handler, service_t _service) { in prepare_stop()