Searched refs:managerServiceName (Results 1 – 3 of 3) sorted by relevance
39 static void startService(const char* hardwareServiceName, const char* managerServiceName) { in startService() argument49 ALOGI("EVS managed service is starting as %s", managerServiceName); in startService()50 status_t status = service->registerAsService(managerServiceName); in startService()53 managerServiceName, status); in startService()
44 const char* managerServiceName; member61 LOG(INFO) << "EVS managed service is starting as " << context->managerServiceName; in startService()63 LOG(ERROR) << "Could not register service " << context->managerServiceName in startService()111 .managerServiceName = kManagedEnumeratorName, in main()
38 const std::string_view& managerServiceName) { in startService() argument48 std::string(Enumerator::descriptor) + kSeparator + std::string(managerServiceName); in startService()65 auto hidlStatus = hidlService->registerAsService(managerServiceName.data()); in startService()