Searched defs:updatableViaApex (Results 1 – 5 of 5) 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
406 bool updatableViaApex = in checkApexHals() local
846 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