Home
last modified time | relevance | path

Searched defs:HapModuleInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h78 struct HapModuleInfo { struct
80 std::string package;
84 std::string iconPath;
85 int32_t iconId = 0;
86 std::string label;
87 int32_t labelId = 0;
90 std::string srcPath;
92 std::string hapPath;
96 std::string cpuAbi;
108 std::string pages;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h122 uint32_t iconId = 0;
123 uint32_t labelId = 0;
126 std::string package;
130 std::string label;
133 std::string srcPath;
135 std::string hapPath;
137 std::string cpuAbi;
141 HqfInfo hqfInfo;
154 std::string pages;
155 std::string process;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md1 # HapModuleInfo chapter
9 ## HapModuleInfo section
H A Djs-apis-bundle-HapModuleInfo.md1 # HapModuleInfo chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md1 # HapModuleInfo chapter
8 ## HapModuleInfo section
H A Djs-apis-bundle-HapModuleInfo.md1 # HapModuleInfo chapter
H A Djs-apis-bundleManager.md1486 ### HapModuleInfo subsection
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h40 struct HapModuleInfo { struct
60 std::vector<HapModuleInfo> hapModuleInfos; argument
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_service.h49 using HapModuleInfo = OHOS::AppExecFwk::HapModuleInfo; variable
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-resourceschedule-deviceUsageStatistics-sys.md1589 ## HapModuleInfo section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-resourceschedule-deviceUsageStatistics-sys.md1589 ## HapModuleInfo section
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp137 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp73 void ScheduleAbilityStage(const HapModuleInfo&) override in ScheduleAbilityStage()