Searched defs:updatableViaApex (Results 1 – 4 of 4) sorted by relevance
44 std::optional<std::string>&& updatableViaApex) in ManifestInstance()52 const std::optional<std::string>& updatableViaApex) in ManifestInstance()94 const std::optional<std::string>& ManifestInstance::updatableViaApex() const { in updatableViaApex() function in android::vintf::ManifestInstance
854 const std::string& updatableViaApex = object->mUpdatableViaApex.value(); in buildObject() local
45 bool updatableViaApex = false; member
66 const std::optional<std::string>& updatableViaApex() const { return mUpdatableViaApex; } in updatableViaApex() function