Home
last modified time | relevance | path

Searched defs:ApplicationInfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h86 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 Dapplication_info.h206 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 Djs-apis-bundleManager-applicationInfo.md1 # ApplicationInfo chapter
9 ## ApplicationInfo section
H A Djs-apis-bundle-ApplicationInfo.md1 # ApplicationInfo chapter
H A Djs-apis-bundleManager-ApplicationInfo-sys.md11 ## ApplicationInfo section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-applicationInfo.md1 # ApplicationInfo chapter
8 ## ApplicationInfo section
H A Djs-apis-bundle-ApplicationInfo.md1 # ApplicationInfo chapter
H A Djs-apis-bundleManager-ApplicationInfo-sys.md11 ## ApplicationInfo section
H A Djs-apis-bundleManager.md1387 ### ApplicationInfo subsection
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util_mock.cpp55 struct ApplicationInfo { struct in AbilityMock
56 bool isSystemApp = true;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_service.h51 using ApplicationInfo = OHOS::AppExecFwk::ApplicationInfo; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h44 using ApplicationInfo = OHOS::AppExecFwk::ApplicationInfo; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp140 void ScheduleUpdateApplicationInfoInstalled(const ApplicationInfo&) override in ScheduleUpdateApplicationInfoInstalled()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp75 void ScheduleUpdateApplicationInfoInstalled(const ApplicationInfo&) override in ScheduleUpdateApplicationInfoInstalled()