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 D | bundlemgrproxy_fuzzer.cpp | 245 bundleMgrProxy.SetCloneApplicationEnabled(bundleName, 0, true); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 877 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
|
H A D | bundle_mgr_proxy.h | 628 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 607 …virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool i…
|
H A D | inner_bundle_info.h | 510 …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 D | bundle_mgr_host.cpp | 1931 ErrCode ret = SetCloneApplicationEnabled(bundleName, appIndex, isEnable, userId); in HandleSetCloneApplicationEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2129 ErrCode BundleMgrProxy::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2173 ErrCode BundleMgrHostImpl::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
|
H A D | inner_bundle_info.cpp | 3391 ErrCode InnerBundleInfo::SetCloneApplicationEnabled(bool enabled, int32_t appIndex, const std::stri… in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 4216 auto ret = newInfo.SetCloneApplicationEnabled(isEnable, appIndex, caller, requestUserId); in SetApplicationEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 763 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 D | acts_bms_kit_system_test.cpp | 6521 … int32_t testRet = bundleMgrProxy->SetCloneApplicationEnabled(BASE_ABILITY_NAME, 1, false, USERID);
|