Home
last modified time | relevance | path

Searched refs:IsCloneApplicationEnabled (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp244 bundleMgrProxy.IsCloneApplicationEnabled(bundleName, 0, isEnable); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h851 …virtual ErrCode IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool &i… in IsCloneApplicationEnabled() function
H A Dbundle_mgr_proxy.h607 virtual ErrCode IsCloneApplicationEnabled(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h586 virtual ErrCode IsCloneApplicationEnabled(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1892 ErrCode ret = IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in HandleIsCloneApplicationEnabled()
H A Dbundle_mgr_proxy.cpp2062 ErrCode BundleMgrProxy::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, … in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2100 ErrCode BundleMgrHostImpl::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appInde… in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp777 ret = bundleMgr->IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerIsApplicationEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6524 int32_t testRet1 = bundleMgrProxy->IsCloneApplicationEnabled(BASE_ABILITY_NAME, 1, isEnable);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9324 ErrCode ret = hostImpl->IsCloneApplicationEnabled(bundleName, appIndex, isEnable);