Home
last modified time | relevance | path

Searched defs:updatableViaApex (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/libvintf/
H A DManifestInstance.cpp44 std::optional<std::string>&& updatableViaApex) in ManifestInstance()
52 const std::optional<std::string>& updatableViaApex) in ManifestInstance()
86 const std::optional<std::string>& ManifestInstance::updatableViaApex() const { in updatableViaApex() function in android::vintf::ManifestInstance
/aosp12/frameworks/native/libs/fakeservicemanager/
H A DServiceManager.cpp76 std::optional<String16> ServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManager
/aosp12/system/libvintf/include/vintf/
H A DManifestHal.h74 const std::optional<std::string>& updatableViaApex() const { return mUpdatableViaApex; } in updatableViaApex() function
/aosp12/frameworks/native/libs/binder/aidl/android/os/
H A DIServiceManager.aidl113 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() method
/aosp12/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() method in ServiceManagerProxy
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp107 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local
424 Status ServiceManager::updatableViaApex(const std::string& name, in updatableViaApex() function in android::ServiceManager
/aosp12/frameworks/native/libs/binder/
H A DIServiceManager.cpp392 std::optional<String16> ServiceManagerShim::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManagerShim