Home
last modified time | relevance | path

Searched refs:SetCloneApplicationEnabled (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp245 bundleMgrProxy.SetCloneApplicationEnabled(bundleName, 0, true); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h876 virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool isEnable, in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h628 virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool isEnable,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2698 * @tc.name: Test SetCloneApplicationEnabled
2699 * @tc.desc: 1.Test the SetCloneApplicationEnabled of InnerBundleInfo
2706 auto ret = bundleInfo.SetCloneApplicationEnabled(true, appIndex, userId); in HWTEST_F()
2712 * @tc.name: Test SetCloneApplicationEnabled
2713 * @tc.desc: 1.Test the SetCloneApplicationEnabled of InnerBundleInfo
2727 auto ret = bundleInfo.SetCloneApplicationEnabled(true, appIndex, userId); in HWTEST_F()
2733 * @tc.name: Test SetCloneApplicationEnabled
2734 * @tc.desc: 1.Test the SetCloneApplicationEnabled of InnerBundleInfo
2748 auto ret = bundleInfo.SetCloneApplicationEnabled(true, appIndex, userId); in HWTEST_F()
/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 isEnable,
H A Dinner_bundle_info.h509 ErrCode SetCloneApplicationEnabled(bool enabled, int32_t appIndex, int32_t userId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2113 ErrCode BundleMgrHostImpl::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
2116 APP_LOGI("SetCloneApplicationEnabled param %{public}s %{public}d %{public}d %{public}d", in SetCloneApplicationEnabled()
2130 APP_LOGD("verify permission success, begin to SetCloneApplicationEnabled"); in SetCloneApplicationEnabled()
2161 APP_LOGD("SetCloneApplicationEnabled finish"); in SetCloneApplicationEnabled()
H A Dinner_bundle_info.cpp3295 ErrCode InnerBundleInfo::SetCloneApplicationEnabled(bool enabled, int32_t appIndex, int32_t userId) in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::InnerBundleInfo
3300 APP_LOGE_NOFUNC("SetCloneApplicationEnabled not find:%{public}s bundleUserInfo in userId:%{public}d", in SetCloneApplicationEnabled()
3307 APP_LOGE_NOFUNC("SetCloneApplicationEnabled not find:%{public}d appIndex in userId:%{public}d", in SetCloneApplicationEnabled()
H A Dbundle_data_mgr.cpp4245 auto ret = newInfo.SetCloneApplicationEnabled(isEnable, appIndex, requestUserId); in SetApplicationEnabled()
4247 APP_LOGW("SetCloneApplicationEnabled for innerBundleInfo fail, errCode is %{public}d", ret); in SetApplicationEnabled()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1917 APP_LOGE("fail to SetCloneApplicationEnabled due to params empty"); in HandleSetCloneApplicationEnabled()
1923 ErrCode ret = SetCloneApplicationEnabled(bundleName, appIndex, isEnable, userId); in HandleSetCloneApplicationEnabled()
H A Dbundle_mgr_proxy.cpp2161 ErrCode BundleMgrProxy::SetCloneApplicationEnabled( in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
2165 APP_LOGD("begin to SetCloneApplicationEnabled of %{public}s", bundleName.c_str()); in SetCloneApplicationEnabled()
2167 APP_LOGE("fail to SetCloneApplicationEnabled due to params empty"); in SetCloneApplicationEnabled()
2173 APP_LOGE("fail to SetCloneApplicationEnabled due to write InterfaceToken fail"); in SetCloneApplicationEnabled()
2177 APP_LOGE("fail to SetCloneApplicationEnabled due to write bundleName fail"); in SetCloneApplicationEnabled()
2181 APP_LOGE("fail to SetCloneApplicationEnabled due to write appIndex fail"); in SetCloneApplicationEnabled()
2185 APP_LOGE("fail to SetCloneApplicationEnabled due to write isEnable fail"); in SetCloneApplicationEnabled()
2189 APP_LOGE("fail to SetCloneApplicationEnabled due to write userId fail"); in SetCloneApplicationEnabled()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp763 ret = bundleMgr->SetCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerSetApplicationEnabled()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6573 int32_t testRet = bundleMgrProxy->SetCloneApplicationEnabled(BASE_ABILITY_NAME, 1, false, USERID); in HWTEST_F()

Completed in 82 milliseconds