Searched refs:mServiceProxy (Results 1 – 2 of 2) sorted by relevance
87 mServiceProxy = proxy; in initialize()92 bool success = mServiceProxy->registerForNotifications( in initialize()102 for (const auto& instance : mServiceProxy->listServices()) { in initialize()1241 interface = mServiceProxy->tryGetService(providerName); in tryToInitializeProviderLocked()1557 interface = mManager->mServiceProxy->getService(mProviderName); in startProviderInterface()
342 ServiceInteractionProxy* mServiceProxy; variable