Home
last modified time | relevance | path

Searched refs:SetCloneApplicationEnabled (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp245 bundleMgrProxy.SetCloneApplicationEnabled(bundleName, 0, true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h877 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
H A Dbundle_mgr_proxy.h628 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h607 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
H A Dinner_bundle_info.h510 …ErrCode SetCloneApplicationEnabled(bool enabled, int32_t appIndex, const std::string &caller, int3…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1931 ErrCode ret = SetCloneApplicationEnabled(bundleName, appIndex, isEnable, userId); in HandleSetCloneApplicationEnabled()
H A Dbundle_mgr_proxy.cpp2129 ErrCode BundleMgrProxy::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2173 ErrCode BundleMgrHostImpl::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
H A Dinner_bundle_info.cpp3391 ErrCode InnerBundleInfo::SetCloneApplicationEnabled(bool enabled, int32_t appIndex, const std::stri… in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp4216 auto ret = newInfo.SetCloneApplicationEnabled(isEnable, appIndex, caller, requestUserId); in SetApplicationEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp763 ret = bundleMgr->SetCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerSetApplicationEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6521 … int32_t testRet = bundleMgrProxy->SetCloneApplicationEnabled(BASE_ABILITY_NAME, 1, false, USERID);