Searched defs:HapModuleInfo (Results 1 – 6 of 6) sorted by relevance
78 struct HapModuleInfo { struct79 std::string name; // module.name in config.json80 std::string package;81 std::string moduleName; // module.distro.moduleName in config.json82 std::string description;83 int32_t descriptionId = 0;84 std::string iconPath;85 int32_t iconId = 0;86 std::string label;87 int32_t labelId = 0;[all …]
118 struct HapModuleInfo : public Parcelable { struct119 bool compressNativeLibs = true;120 bool isLibIsolated = false;121 uint32_t descriptionId = 0;122 uint32_t iconId = 0;123 uint32_t labelId = 0;124 int supportedModes = 0;125 std::string name; // module.name in config.json126 std::string package;127 std::string moduleName; // module.distro.moduleName in config.json[all …]
40 struct HapModuleInfo { struct60 std::vector<HapModuleInfo> hapModuleInfos; argument
49 using HapModuleInfo = OHOS::AppExecFwk::HapModuleInfo; variable
137 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()
73 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()