Searched defs:HapModuleInfo (Results 1 – 6 of 6) sorted by relevance
92 struct HapModuleInfo : public Parcelable { struct93 std::string name; // module.name in config.json94 std::string package;95 std::string moduleName; // module.distro.moduleName in config.json96 std::string description;97 int32_t descriptionId = 0;98 std::string iconPath;99 int32_t iconId = 0;100 std::string label;101 int32_t labelId = 0;[all …]
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 …]
46 using HapModuleInfo = OHOS::AppExecFwk::HapModuleInfo; variable
174 interface HapModuleInfo { interface
72 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()
136 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()