Home
last modified time | relevance | path

Searched refs:GET_ALL_APPLICATION_INFO (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h37 GET_ALL_APPLICATION_INFO = 0xFFFF0000, enumerator
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-bundle.md61 | ohos.bundle | BundleFlag | GET_ALL_APPLICATION_INFO = 0xFFFF0000 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-bundle.md61 | ohos.bundle | BundleFlag | GET_ALL_APPLICATION_INFO = 0xFFFF0000 | Added|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h41 GET_ALL_APPLICATION_INFO = 0xFFFF0000, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp340 ApplicationFlag flag = ApplicationFlag::GET_ALL_APPLICATION_INFO;
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp196 OHOS::AppExecFwk::ApplicationFlag::GET_ALL_APPLICATION_INFO, userId, applicationInfo)) { in GetApplicationInfo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-Bundle.md1434 | GET_ALL_APPLICATION_INFO | 0xFFFF0000 | 获取应用所有的信息 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-bundle.md460 …变化|类名:BundleFlag;<br>方法or属性:GET_ALL_APPLICATION_INFO = 0xFFFF0000<br>旧版本信息:|类名:BundleFlag;<br>方法or…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-Bundle.md1434 | GET_ALL_APPLICATION_INFO | 0xFFFF0000 | Obtains all application informatio…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-bundle.md460 …ute name: GET_ALL_APPLICATION_INFO = 0xFFFF0000<br>Old version: |Class name: BundleFlag;<br>Method…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp3113 static_cast<int32_t>(ApplicationFlag::GET_ALL_APPLICATION_INFO), &nAllApplictionInfo)); in CreateBundleFlagObject()