Searched refs:updatableViaApex (Results 1 – 12 of 12) sorted by relevance
97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() method in ServiceManagerProxy98 return mServiceManager.updatableViaApex(name); in updatableViaApex()
52 std::optional<String16> updatableViaApex(const String16& name) override;
76 std::optional<String16> ServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManager
113 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() method
107 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local115 updatableViaApex = manifestInstance.updatableViaApex(); in getVintfUpdatableApex()121 return updatableViaApex; in getVintfUpdatableApex()424 Status ServiceManager::updatableViaApex(const std::string& name, in updatableViaApex() function in android::ServiceManager
49 binder::Status updatableViaApex(const std::string& name,
78 std::optional<String16> updatableViaApex(const String16& name) override;392 std::optional<String16> ServiceManagerShim::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManagerShim394 if (!mTheRealServiceManager->updatableViaApex(String8(name).c_str(), &declared).isOk()) { in updatableViaApex()
109 virtual std::optional<String16> updatableViaApex(const String16& name) = 0;
114 return sm->updatableViaApex(String16(instance)) != std::nullopt; in AServiceManager_isUpdatableViaApex()
195 EXPECT_EQ(std::nullopt, android::defaultServiceManager()->updatableViaApex(instance)) in TEST()
62 MOCK_METHOD1(updatableViaApex, std::optional<String16>(const String16&));