Loading cmds/servicemanager/ServiceManager.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,6 @@ binder::Status ServiceManager::getDeclaredInstances(const std::string& interface outReturn->clear(); for (const std::string& instance : allInstances) { // TODO(b/169275998): allow checking policy only once for the interface if (mAccess->canFind(ctx, interface + "/" + instance)) { outReturn->push_back(instance); } Loading Loading
cmds/servicemanager/ServiceManager.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,6 @@ binder::Status ServiceManager::getDeclaredInstances(const std::string& interface outReturn->clear(); for (const std::string& instance : allInstances) { // TODO(b/169275998): allow checking policy only once for the interface if (mAccess->canFind(ctx, interface + "/" + instance)) { outReturn->push_back(instance); } Loading