Searched defs:updatableViaApex (Results 1 – 8 of 8) sorted by relevance
114 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() method
97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() method in ServiceManagerProxy
93 std::optional<String16> FakeServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::FakeServiceManager
178 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local197 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local641 Status ServiceManager::updatableViaApex(const std::string& name, in updatableViaApex() function in android::ServiceManager
325 std::optional<std::string> updatableViaApex; in TEST() local337 std::optional<std::string> updatableViaApex; in TEST() local
276 if (auto updatableViaApex = sm->updatableViaApex(name); updatableViaApex.has_value()) { in openDeclaredPassthroughHal() local499 std::optional<String16> ServiceManagerShim::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManagerShim
157 android::binder::Status updatableViaApex(const std::string& name, in updatableViaApex() function in __anona95398ca0111::ServiceManagerProxyToNative
216 std::optional<String16> updatableViaApex = sm->updatableViaApex(String16(instance)); in AServiceManager_getUpdatableApexName() local