/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 35 GET_APPLICATION_INFO_WITH_DISABLE = 0x00000200, enumerator 44 GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004, member in OHOS::AppExecFwk::GetApplicationFlag
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 39 GET_APPLICATION_INFO_WITH_DISABLE = 0x00000200, enumerator 48 GET_APPLICATION_INFO_WITH_DISABLE = 0x00000004, member in OHOS::AppExecFwk::GetApplicationFlag
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_permission_mgr.cpp | 412 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), userId, applicationInfo); in GetHapApiVersion() 637 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), userId, applicationInfo); in VerifyCallingBundleSdkVersion()
|
H A D | bundle_data_mgr.cpp | 2417 if ((static_cast<uint32_t>(flags) & static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE)) in GetApplicationInfoV9() 2418 == static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE)) { in GetApplicationInfoV9() 2449 if ((static_cast<uint32_t>(flags) & static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE)) in GetApplicationInfoWithResponseId() 2450 == static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE)) { in GetApplicationInfoWithResponseId() 2483 if (isEnabled || (static_cast<uint32_t>(flags) & GET_APPLICATION_INFO_WITH_DISABLE)) { in GetCloneAppInfo() 2515 (static_cast<uint32_t>(flags) & GET_APPLICATION_INFO_WITH_DISABLE)) { in GetApplicationInfos() 2615 static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE))) { in GetCloneAppInfoV9() 2647 static_cast<uint32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE))) { in GetApplicationInfosV9() 3198 if (!(static_cast<uint32_t>(flags) & GET_APPLICATION_INFO_WITH_DISABLE) in CheckInnerBundleInfoWithFlags() 3215 if (!(static_cast<uint32_t>(flags) & GET_APPLICATION_INFO_WITH_DISABLE) in CheckInnerBundleInfoWithFlags() [all...] |
H A D | bundle_mgr_host_impl.cpp | 1382 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), userId, applicationInfo); in CleanBundleCacheFilesGetCleanSize() 1517 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), userId, applicationInfo); in CleanBundleCacheFiles() 1651 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), in CleanBundleDataFiles()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_data_storage.cpp | 39 ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE |
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_bm_storage.cpp | 40 AppExecFwk::ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE |
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bundle_connect_ability_mgr.cpp | 196 int32_t flag = ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE; in GetPreloadList()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 3510 innerBundleInfo, ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE, USERID); in HWTEST_F() 3514 ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE, Constants::INVALID_USERID); in HWTEST_F() 3519 innerBundleInfo, ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE, USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 1528 int32_t flags = static_cast<int32_t>(ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE); in QueryCloneApplicationInfosWithDisable() 1542 int32_t flags = static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE); in QueryCloneApplicationInfosV9WithDisable() 2927 flags = static_cast<int32_t>(ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE); in HWTEST_F() 2980 flags = static_cast<int32_t>(ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 3181 static_cast<int32_t>(ApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), &nAppInfoWithDisable)); in CreateBundleFlagObject() 3183 "GET_APPLICATION_INFO_WITH_DISABLE", nAppInfoWithDisable)); in CreateBundleFlagObject()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 3322 GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), &nGetApplicationInfoWithDisable)); in CreateApplicationFlagObject() 3323 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "GET_APPLICATION_INFO_WITH_DISABLE", in CreateApplicationFlagObject()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8862 static_cast<int32_t>(GetApplicationFlag::GET_APPLICATION_INFO_WITH_DISABLE), USERID, appInfos); in HWTEST_F()
|