Home
last modified time | relevance | path

Searched refs:mUpdatableViaApex (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/libvintf/
H A DManifestInstance.cpp48 mUpdatableViaApex(std::move(updatableViaApex)) {} in ManifestInstance()
56 mUpdatableViaApex(updatableViaApex) {} in ManifestInstance()
87 return mUpdatableViaApex; in updatableViaApex()
96 mHalFormat == other.mHalFormat && mUpdatableViaApex == other.mUpdatableViaApex; in operator ==()
105 return mUpdatableViaApex < other.mUpdatableViaApex; in operator <()
160 return ManifestInstance(std::move(fqInstance), mTransportArch, format(), mUpdatableViaApex); in withVersion()
H A Dparse_xml.cpp744 !parseOptionalAttr(root, "updatable-via-apex", {}, &object->mUpdatableViaApex, error) || in buildObject()
/aosp12/system/libvintf/include/vintf/
H A DManifestHal.h74 const std::optional<std::string>& updatableViaApex() const { return mUpdatableViaApex; } in updatableViaApex()
107 std::optional<std::string> mUpdatableViaApex; member
H A DManifestInstance.h82 std::optional<std::string> mUpdatableViaApex; variable