Searched refs:getUpdatableNames (Results 1 – 12 of 12) sorted by relevance
101 public String[] getUpdatableNames(String apexName) throws RemoteException { in getUpdatableNames() method in ServiceManagerProxy102 return mServiceManager.getUpdatableNames(apexName); in getUpdatableNames()
120 @utf8InCpp String[] getUpdatableNames(@utf8InCpp String apexName); in getUpdatableNames() method
56 Vector<String16> getUpdatableNames(const String16& apexName) override;
161 android::binder::Status getUpdatableNames(const std::string& apexName, in getUpdatableNames() function in __anon6cd2bcde0111::ServiceManagerProxyToNative163 return mImpl->getUpdatableNames(apexName, _aidl_return); in getUpdatableNames()
90 Vector<String16> getUpdatableNames(const String16& apexName) override;510 Vector<String16> ServiceManagerShim::getUpdatableNames(const String16& apexName) { in getUpdatableNames() function in android::ServiceManagerShim512 if (Status status = mTheRealServiceManager->getUpdatableNames(String8(apexName).c_str(), &out); in getUpdatableNames()
98 Vector<String16> FakeServiceManager::getUpdatableNames(const String16& apexName) { in getUpdatableNames() function in android::FakeServiceManager
52 binder::Status getUpdatableNames(const std::string& apexName,
349 EXPECT_TRUE(sm->getUpdatableNames("com.google.emulated.camera.provider.hal", &names).isOk()); in TEST()360 EXPECT_TRUE(sm->getUpdatableNames("non.existing.apex.name", &names).isOk()); in TEST()
657 Status ServiceManager::getUpdatableNames([[maybe_unused]] const std::string& apexName, in getUpdatableNames() function in android::ServiceManager
122 virtual Vector<String16> getUpdatableNames(const String16& apexName) = 0;
63 MOCK_METHOD1(getUpdatableNames, Vector<String16>(const String16&));