Home
last modified time | relevance | path

Searched refs:IsAbilityEnabled (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dnative_module.cpp93 DECLARE_NAPI_FUNCTION("isAbilityEnabled", IsAbilityEnabled), in Init()
H A Dbundle_mgr.h333 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info);
H A Dbundle_mgr.cpp3944 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 Dnative_module.cpp112 DECLARE_NAPI_FUNCTION("isAbilityEnabled", IsAbilityEnabled), in BundleManagerExport()
H A Dbundle_manager.h298 napi_value IsAbilityEnabled(napi_env env, napi_callback_info info);
H A Dbundle_manager_sync.cpp283 ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->IsAbilityEnabled(abilityInfo, isEnable)); in IsAbilityEnabledSync()
H A Dbundle_manager.cpp811 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 Dbundlemgrproxy_fuzzer.cpp55 bundleMgrProxy.IsAbilityEnabled(abilityInfo, isEnable); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp4954 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 Dbundlemgr_proxy_test.cpp887 bundleMgrProxy->IsAbilityEnabled(info, isEnable); in BenchmarkTestIsAbilityEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h888 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) in IsAbilityEnabled() function
H A Dbundle_mgr_proxy.h636 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h615 virtual ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) override;
H A Dbundle_data_mgr.h462 … ErrCode IsAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) const;
H A Dinner_bundle_info.h1473 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 Dbms_bundle_permission_system_app_test.cpp1191 ErrCode ret = bundleMgrHostImpl_->IsAbilityEnabled(abilityInfo, isEnable);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2140 ret = info.IsAbilityEnabled(abilityInfo, userId);
2143 ret = info.IsAbilityEnabled(abilityInfo, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2225 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 Dinner_bundle_info.cpp2636 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 Dbundle_data_mgr.cpp1195 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 Dbms_bundle_manager_test.cpp2637 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 Dacts_bms_kit_system_test.cpp6366 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 Dbundle_mgr_host.cpp1947 ErrCode ret = IsAbilityEnabled(*abilityInfo, isEnable); in HandleIsAbilityEnabled()
H A Dbundle_mgr_proxy.cpp2167 ErrCode BundleMgrProxy::IsAbilityEnabled(const AbilityInfo &abilityInfo, bool &isEnable) in IsAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy