/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 41 GET_APPLICATION_INFO_DEFAULT = 0x00000000, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 45 GET_APPLICATION_INFO_DEFAULT = 0x00000000, enumerator
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | media_utils.cpp | 136 auto flags = static_cast<int32_t>(AppExecFwk::GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT); in GetApiInfo()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-sys.md | 65 | GET_APPLICATION_INFO_DEFAULT | 0x00000000 | 用于获取默认的applicationInfo,获取的applicationInfo不包含p… 408 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 743 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 795 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 853 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 3560 let applicationFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 3616 let applicationFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_overlay_install_test/ |
H A D | bms_overlay_internal_install_test.cpp | 275 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), USERID, appInfo); in GetApplicationInfo()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/ |
H A D | changelog-bundlemanager.md | 351 |GET_APPLICATION_INFO_DEFAULT|0x00000000|获取默认ApplicationInfo,获取的ApplicationInfo不包含permissions和mated…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-sys.md | 65 | GET_APPLICATION_INFO_DEFAULT | 0x00000000 | Used to obtain the default application inform… 408 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 743 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 795 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 853 let appFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 3556 let applicationFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT; 3612 let applicationFlags = bundleManager.ApplicationFlag.GET_APPLICATION_INFO_DEFAULT;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 143 …ationFlag;<br>方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000<br>旧版本信息:|类名:ApplicationFlag;<br>方法…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 1270 …leInfo.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in QueryAbilityInfoWithFlagsV9() 1663 … info.GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in EmplaceAbilityInfo() 5436 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), in ExplicitQueryExtensionInfoV9() 5871 …GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userId, extensionInfo.applicationInfo, appIndex… in EmplaceExtensionInfo() 5946 …GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userId, extensionInfo.applicationInfo, appIndex… in GetAllExtensionInfos()
|
H A D | inner_bundle_info.cpp | 2511 …GetApplicationInfoV9(static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), userI… in ProcessBundleFlags()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 1864 … appName, static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), USERID, appInfo); 1900 … "", static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), USERID, appInfo); 1925 "appName", static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), 2117 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), 8760 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), USERID, appInfos);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-bundle.md | 22 …os.bundle.bundleManager<br>类名: ApplicationFlag<br>方法名 or 属性名: GET_APPLICATION_INFO_DEFAULT|@ohos.b…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-bundle.md | 22 …os.bundle.bundleManager<br>类名: ApplicationFlag<br>方法名 or 属性名: GET_APPLICATION_INFO_DEFAULT|@ohos.b…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.2/ |
H A D | changelog-bundlemanager.md | 365 | GET_APPLICATION_INFO_DEFAULT | 0x00000000 | Obtains the default **ApplicationInfo**. The …
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 143 …GET_APPLICATION_INFO_DEFAULT = 0x00000000<br>Old version information: |Class name: ApplicationFlag…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 8983 int32_t flags = static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT); 9017 int32_t flags = static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT); 9052 int32_t flags = static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT);
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-bundle.md | 22 …r<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT|@ohos.b…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/ |
H A D | js-apidiff-bundle.md | 22 …r<br>Class name: ApplicationFlag<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT|@ohos.b…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-bundle.md | 81 |新增|NA|类名:ApplicationFlag;<br>方法or属性:GET_APPLICATION_INFO_DEFAULT = 0x00000000|@ohos.bundle.bundleM…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 3310 GetApplicationFlag::GET_APPLICATION_INFO_DEFAULT), &nGetApplicationInfoDefault)); in CreateApplicationFlagObject()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-bundle.md | 81 |Added|NA|Class name: ApplicationFlag;<br>Method or attribute name: GET_APPLICATION_INFO_DEFAULT = …
|