/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | native_module.cpp | 94 DECLARE_NAPI_FUNCTION("isApplicationEnabled", IsApplicationEnabled), in Init()
|
H A D | bundle_mgr.h | 332 napi_value IsApplicationEnabled(napi_env env, napi_callback_info info);
|
H A D | bundle_mgr.cpp | 4026 bundleMgr->IsApplicationEnabled(asyncCallbackInfo->bundleName, asyncCallbackInfo->isEnable); in IsApplicationEnabledExec() 4052 napi_value IsApplicationEnabled(napi_env env, napi_callback_info info) in IsApplicationEnabled() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 110 DECLARE_NAPI_FUNCTION("isApplicationEnabled", IsApplicationEnabled), in BundleManagerExport()
|
H A D | bundle_manager.h | 297 napi_value IsApplicationEnabled(napi_env env, napi_callback_info info);
|
H A D | bundle_manager_sync.cpp | 248 … ErrCode ret = CommonFunc::ConvertErrCode(iBundleMgr->IsApplicationEnabled(bundleName, isEnable)); in IsApplicationEnabledSync()
|
H A D | bundle_manager.cpp | 779 ret = bundleMgr->IsApplicationEnabled(bundleName, isEnable); in InnerIsApplicationEnabled() 1956 napi_value IsApplicationEnabled(napi_env env, napi_callback_info info) in IsApplicationEnabled() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 51 bundleMgrProxy.IsApplicationEnabled(bundleName, isEnable); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 846 bundleMgrProxy->IsApplicationEnabled(BUNDLE_NAME, isEnable); in BenchmarkTestIsApplicationEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 840 virtual ErrCode IsApplicationEnabled(const std::string &bundleName, bool &isEnable) in IsApplicationEnabled() function
|
H A D | bundle_mgr_proxy.h | 599 virtual ErrCode IsApplicationEnabled(const std::string &bundleName, bool &isEnable) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 578 virtual ErrCode IsApplicationEnabled(const std::string &bundleName, bool &isEnable) override;
|
H A D | bundle_data_mgr.h | 445 ErrCode IsApplicationEnabled(const std::string &bundleName,
|
/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 | 1177 ErrCode ret = bundleMgrHostImpl_->IsApplicationEnabled(BUNDLE_NAME, isEnable);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 3988 int32_t ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4008 int32_t ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4029 int32_t ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4036 ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4052 int32_t ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4070 int32_t ret = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnable); 4091 int32_t testRet1 = GetBundleDataMgr()->IsApplicationEnabled("", 0, isEnable); 4115 int32_t testRet1 = bundleMgrProxy->IsApplicationEnabled("", isEnable); 4135 ErrCode ret = hostImpl->IsApplicationEnabled(BUNDLE_NAME_TEST, isEnable); 4169 ErrCode ret = hostImpl->IsApplicationEnabled(BUNDLE_NAME_TEST, isEnable);
|
H A D | bms_bundle_data_mgr_test.cpp | 2509 ErrCode res = GetBundleDataMgr()->IsApplicationEnabled(BUNDLE_NAME_TEST, 0, isEnabled);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2083 ErrCode BundleMgrHostImpl::IsApplicationEnabled(const std::string &bundleName, bool &isEnable) in IsApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl 2097 return dataMgr->IsApplicationEnabled(bundleName, 0, isEnable); in IsApplicationEnabled() 2114 return dataMgr->IsApplicationEnabled(bundleName, appIndex, isEnable); in IsCloneApplicationEnabled()
|
H A D | bundle_data_mgr.cpp | 4165 ErrCode BundleDataMgr::IsApplicationEnabled( in IsApplicationEnabled() function in OHOS::AppExecFwk::BundleDataMgr 8953 …ErrCode ret = IsApplicationEnabled(shortcutInfo.bundleName, shortcutInfo.appIndex, isEnabled, user… in AddDesktopShortcutInfo() 8998 ErrCode ret = IsApplicationEnabled(data.bundleName, data.appIndex, isEnabled, userId); in GetAllDesktopShortcutInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 2312 bool ret = dataMgr->IsApplicationEnabled(bundleName, appIndex, isEnabled);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1870 ErrCode ret = IsApplicationEnabled(bundleName, isEnable); in HandleIsApplicationEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2032 ErrCode BundleMgrProxy::IsApplicationEnabled(const std::string &bundleName, bool &isEnable) in IsApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2631 ErrCode retCode = hostImpl->IsApplicationEnabled("", isRemovable);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6918 ErrCode ret = bundleMgrProxy->IsApplicationEnabled(bundleName, isEnable);
|