/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 93 DECLARE_NAPI_FUNCTION("isAbilityEnabled", IsAbilityEnabled), in Init()
|
H A D | bundle_mgr.h | 333 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info);
|
H A D | bundle_mgr.cpp | 3944 bundleMgr->IsAbilityEnabled(asyncCallbackInfo->abilityInfo, asyncCallbackInfo->isEnable); in IsAbilityEnabledExec() 3970 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info) in IsAbilityEnabled() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 112 DECLARE_NAPI_FUNCTION("isAbilityEnabled", IsAbilityEnabled), in BundleManagerExport()
|
H A D | bundle_manager.h | 298 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info);
|
H A D | bundle_manager_sync.cpp | 283 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->IsAbilityEnabled(abilityInfo, isEnable)); in IsAbilityEnabledSync()
|
H A D | bundle_manager.cpp | 811 ret = bundleMgr->IsAbilityEnabled(abilityInfo, isEnable); in InnerIsAbilityEnabled() 2044 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info) in IsAbilityEnabled() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 55 bundleMgrProxy.IsAbilityEnabled(abilityInfo, isEnable); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 4954 int32_t testRet = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 4973 int32_t testRet1 = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 4993 int32_t testRet1 = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 4998 int32_t testRet3 = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5014 int32_t testRet = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5033 int32_t testRet1 = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5074 int32_t testRet1 = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5135 int32_t testRet = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5155 int32_t testRet = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); 5175 int32_t testRet = GetBundleDataMgr()->IsAbilityEnabled(abilityInfo, 0, isEnable); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 887 bundleMgrProxy->IsAbilityEnabled(info, isEnable); in BenchmarkTestIsAbilityEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 888 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) in IsAbilityEnabled() function
|
H A D | bundle_mgr_proxy.h | 636 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 615 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) override;
|
H A D | bundle_data_mgr.h | 462 … ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) const;
|
H A D | inner_bundle_info.h | 1473 bool IsAbilityEnabled(const AbilityInfo &abilityInfo, int32_t userId,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 1191 ErrCode ret = bundleMgrHostImpl_->IsAbilityEnabled(abilityInfo, isEnable);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 2140 ret = info.IsAbilityEnabled(abilityInfo, userId); 2143 ret = info.IsAbilityEnabled(abilityInfo, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2225 ErrCode BundleMgrHostImpl::IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) in IsAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl 2239 return dataMgr->IsAbilityEnabled(abilityInfo, 0, isEnable); in IsAbilityEnabled() 2255 return dataMgr->IsAbilityEnabled(abilityInfo, appIndex, isEnable); in IsCloneAbilityEnabled()
|
H A D | inner_bundle_info.cpp | 2636 bool isEnabled = IsAbilityEnabled(ability.second, userId, appIndex); in GetBundleWithAbilitiesV9() 2698 bool isEnabled = IsAbilityEnabled(ability.second, userId); in GetBundleWithAbilities() 3013 bool InnerBundleInfo::IsAbilityEnabled(const AbilityInfo &abilityInfo, int32_t userId, int32_t appI… in IsAbilityEnabled() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 1195 if (!innerBundleInfo.IsAbilityEnabled((*option), userId, appIndex)) { in QueryAbilityInfoWithFlags() 1248 if (!innerBundleInfo.IsAbilityEnabled((*option), userId, appIndex)) { in QueryAbilityInfoWithFlagsV9() 1592 !info.IsAbilityEnabled(abilityinfo, GetUserId(userId), appIndex)) { in GetMatchAbilityInfos() 1655 if (!info.IsAbilityEnabled(abilityInfo, GetUserId(userId), appIndex)) { in EmplaceAbilityInfo() 4311 ErrCode BundleDataMgr::IsAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isE… in IsAbilityEnabled() function in OHOS::AppExecFwk::BundleDataMgr
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2637 retCode = hostImpl->IsAbilityEnabled(abilityInfo, isRemovable); 3687 ErrCode testRet = GetBundleDataMgr()->IsAbilityEnabled(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6366 int32_t testRet1 = bundleMgrProxy->IsAbilityEnabled(abilityInfo, isEnable); 6438 int32_t testRet1 = bundleMgrProxy->IsAbilityEnabled(abilityInfo, isEnable); 6476 int32_t testRet1 = bundleMgrProxy->IsAbilityEnabled(abilityInfo, isEnable);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1947 ErrCode ret = IsAbilityEnabled(*abilityInfo, isEnable); in HandleIsAbilityEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2167 ErrCode BundleMgrProxy::IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) in IsAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
|