Searched defs:updatableViaApex (Results 1 – 4 of 4) sorted by relevance
44 std::optional<std::string>&& updatableViaApex, in ManifestInstance()57 const std::optional<std::string>& updatableViaApex, in ManifestInstance()105 const std::optional<std::string>& ManifestInstance::updatableViaApex() const { in updatableViaApex() function in android::vintf::ManifestInstance
885 const std::string& updatableViaApex = object->mUpdatableViaApex.value(); in buildObject() local
46 bool updatableViaApex = false; member
73 const std::optional<std::string>& updatableViaApex() const { return mUpdatableViaApex; } in updatableViaApex() function