Lines Matching refs:serviceName
33 RegisterServiceCb registerServiceCb, const std::string& serviceName) { in registerPassthroughServiceImplementation() argument
35 getRawServiceInternal(interfaceName, serviceName, true /*retry*/, true /*getStub*/); in registerPassthroughServiceImplementation()
39 serviceName.c_str()); in registerPassthroughServiceImplementation()
43 ALOGE("Implementation of %s/%s is remote!", interfaceName.c_str(), serviceName.c_str()); in registerPassthroughServiceImplementation()
52 serviceName.c_str(), result.description().c_str()); in registerPassthroughServiceImplementation()
57 serviceName.c_str(), actualName.c_str(), expectInterfaceName.c_str()); in registerPassthroughServiceImplementation()
61 status_t status = registerServiceCb(service, serviceName); in registerPassthroughServiceImplementation()
63 ALOGI("Registration complete for %s/%s.", interfaceName.c_str(), serviceName.c_str()); in registerPassthroughServiceImplementation()
65 ALOGE("Could not register service %s/%s (%d).", interfaceName.c_str(), serviceName.c_str(), in registerPassthroughServiceImplementation()
76 const std::string& serviceName) { in registerPassthroughServiceImplementation() argument
82 serviceName); in registerPassthroughServiceImplementation()