Searched defs:updatableViaApex (Results 1 – 9 of 9) sorted by relevance
141 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() method
93 std::optional<String16> FakeServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::FakeServiceManager
111 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() method in ServiceManagerProxy
204 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local223 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local763 Status ServiceManager::updatableViaApex(const std::string& name, in updatableViaApex() function in android::ServiceManager
363 std::optional<std::string> updatableViaApex; in TEST() local375 std::optional<std::string> updatableViaApex; in TEST() local
222 std::optional<String16> updatableViaApex = sm->updatableViaApex(String16(instance)); in AServiceManager_getUpdatableApexName() local
165 android::binder::Status updatableViaApex(const std::string& name, in updatableViaApex() function in __anon515abec00111::ServiceManagerProxyToNative
426 Status BackendUnifiedServiceManager::updatableViaApex( in updatableViaApex() function in android::BackendUnifiedServiceManager
562 if (auto updatableViaApex = sm->updatableViaApex(name); updatableViaApex.has_value()) { in openDeclaredPassthroughHal() local778 std::optional<String16> CppBackendShim::updatableViaApex(const String16& name) { in updatableViaApex() function in android::CppBackendShim