Home
last modified time | relevance | path

Searched defs:hardwareServiceName (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.0/
Dservice.cpp39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService()
DEnumerator.cpp30 bool Enumerator::init(const char* hardwareServiceName) { in init()
/packages/services/Car/cpp/evs/manager/aidl/src/
Dservice.cpp37 void startService(const std::string_view& hardwareServiceName, in startService()
DEnumerator.cpp85 const std::string_view& hardwareServiceName, bool blocking) { in connectToAidlHal()
117 const std::string_view& hardwareServiceName) { in connectToHidlHal()
128 bool Enumerator::init(const std::string_view& hardwareServiceName) { in init()
/packages/services/Car/cpp/evs/manager/1.1/
DEnumerator.h47 explicit ProdServiceFactory(const char* hardwareServiceName) : in ProdServiceFactory()
Dservice.cpp43 const char* hardwareServiceName; member
DEnumerator.cpp157 std::unique_ptr<Enumerator> Enumerator::build(const char* hardwareServiceName) { in build()