/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 86 struct ApplicationInfo { struct 99 int32_t iconId = 0; 102 std::string label; 103 int32_t labelId = 0; 135 bool debug = false; 141 std::string vendor; 152 int32_t uid = -1; 156 std::string cpuAbi; 172 std::string icon; 173 int32_t flags = 0; [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 206 uint32_t iconId = 0; 209 std::string label; 237 std::string dataDir; 243 bool debug = false; 250 std::string vendor; 263 int32_t uid = -1; 268 std::string cpuAbi; 286 std::string icon; 287 int32_t flags = 0; 323 int32_t applicationFlags = static_cast<uint32_t>(ApplicationInfoFlag::FLAG_INSTALLED); argument [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 1 # ApplicationInfo chapter 9 ## ApplicationInfo section
|
H A D | js-apis-bundle-ApplicationInfo.md | 1 # ApplicationInfo chapter
|
H A D | js-apis-bundleManager-ApplicationInfo-sys.md | 11 ## ApplicationInfo section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-applicationInfo.md | 1 # ApplicationInfo chapter 8 ## ApplicationInfo section
|
H A D | js-apis-bundle-ApplicationInfo.md | 1 # ApplicationInfo chapter
|
H A D | js-apis-bundleManager-ApplicationInfo-sys.md | 11 ## ApplicationInfo section
|
H A D | js-apis-bundleManager.md | 1387 ### ApplicationInfo subsection
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util_mock.cpp | 55 struct ApplicationInfo { struct in AbilityMock 56 bool isSystemApp = true;
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_service.h | 51 using ApplicationInfo = OHOS::AppExecFwk::ApplicationInfo; variable
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 44 using ApplicationInfo = OHOS::AppExecFwk::ApplicationInfo; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 140 void ScheduleUpdateApplicationInfoInstalled(const ApplicationInfo&) override in ScheduleUpdateApplicationInfoInstalled()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 75 void ScheduleUpdateApplicationInfoInstalled(const ApplicationInfo&) override in ScheduleUpdateApplicationInfoInstalled()
|