Home
last modified time | relevance | path

Searched refs:its_endpoint_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/endpoints/src/
Dendpoint_manager_impl.cpp598 const std::string its_endpoint_path = its_endpoint_path_ss.str(); in create_local_server() local
621 … boost::asio::local::stream_protocol_ext::endpoint(its_endpoint_path), in create_local_server()
634 ::_unlink(its_endpoint_path.c_str()); in create_local_server()
638 if (-1 == ::unlink(its_endpoint_path.c_str()) && errno != ENOENT) { in create_local_server()
640 << its_endpoint_path << "): "<< std::strerror(errno); in create_local_server()
642 VSOMEIP_INFO << __func__ << " Routing endpoint at " << its_endpoint_path; in create_local_server()
652 … boost::asio::local::stream_protocol_ext::endpoint(its_endpoint_path), in create_local_server()
/aosp_15_r20/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_stub.cpp128 std::stringstream its_endpoint_path; in stop() local
129 its_endpoint_path << utility::get_base_path(configuration_) << std::hex in stop()
132 ::_unlink(its_endpoint_path.str().c_str()); in stop()
134 if (-1 == ::unlink(its_endpoint_path.str().c_str())) { in stop()
136 << its_endpoint_path.str() << "): "<< std::strerror(errno); in stop()