Searched refs:package_id_ (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner.cpp | 64 : package_id_(package_id), type_id_(type_id){}; in TypeGroup() 75 uint8_t package_id_; member 103 : package_name_(std::move(package_name)), package_id_(package_id) { in IdAssignerContext() 117 uint8_t package_id_; member 266 return ResourceId(package_id_, type_id_, entry_id.value()); in NextId() 271 if (package_id_ != id.package_id()) { in ReserveId() 289 type = types_.emplace(key, TypeGroup(package_id_, id.type_id())).first; in ReserveId() 329 type = types_.emplace(key, TypeGroup(package_id_, key.id)).first; in NextId()
|
/frameworks/base/tools/aapt2/test/ |
D | Context.h | 60 CHECK(bool(package_id_)) << "package ID not set"; in GetPackageId() 61 return package_id_.value(); in GetPackageId() 65 package_id_ = package_id; in SetPackageId() 99 Maybe<uint8_t> package_id_; variable 120 context_->package_id_ = id; in SetPackageId()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link.h | 129 "0x7f and can't be used with --static-lib or --shared-lib.", &package_id_); in LinkCommand() 324 Maybe<std::string> package_id_; variable
|
D | Link.cpp | 134 return package_id_; in GetPackageId() 138 package_id_ = id; in SetPackageId() 176 uint8_t package_id_ = 0x0; member in aapt::LinkContext 2311 if (package_id_) { in Action() 2318 const Maybe<uint32_t> maybe_package_id_int = ResourceUtils::ParseInt(package_id_.value()); in Action() 2320 context.GetDiagnostics()->Error(DiagMessage() << "package ID '" << package_id_.value() in Action()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | LoadedArsc.h | 193 return package_id_; in GetPackageId() 291 int package_id_ = -1; variable
|
/frameworks/base/libs/androidfw/ |
D | LoadedArsc.cpp | 227 return make_resid(loadedPackage_->package_id_, typeIndex_ + loadedPackage_->type_id_offset_, in operator *() 443 loaded_package->package_id_ = dtohl(header->id); in Load() 444 if (loaded_package->package_id_ == 0 || in Load() 445 (loaded_package->package_id_ == kAppPackageId && (property_flags & PROPERTY_DYNAMIC) != 0)) { in Load() 680 if (loaded_package->package_id_ != kFrameworkPackageId) { in Load()
|