Home
last modified time | relevance | path

Searched defs:service_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_tool.cpp51 ControlClient::ControlClient(const std::string& service_path, long timeout_ms) in ControlClient()
111 int ReloadCommand(const std::string& service_path) { in ReloadCommand()
131 int DumpCommand(const std::string& service_path) { in DumpCommand()
H A Dpdx_benchmarks.cpp495 explicit BenchmarkClient(const std::string& service_path) in BenchmarkClient()
/aosp12/system/update_engine/update_manager/
H A Dreal_shill_provider_unittest.cc127 void SendDefaultServiceSignal(const std::string& service_path, in SendDefaultServiceSignal()
145 void SetupConnectionAndAttrs(const std::string& service_path, in SetupConnectionAndAttrs()
170 void SetupConnectionAndTestType(const char* service_path, in SetupConnectionAndTestType()
190 const char* service_path, in SetupConnectionAndTestTethering()
239 const std::string& service_path, in SetServiceReply()
H A Dreal_shill_provider.cc68 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged() local
/aosp12/system/update_engine/cros/
H A Dconnection_manager_unittest.cc113 void ConnectionManagerTest::SetServiceReply(const string& service_path, in SetServiceReply()
/aosp12/system/core/init/
H A Dservice.cpp67 static Result<std::string> ComputeContextFromExecutable(const std::string& service_path) { in ComputeContextFromExecutable()