/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 245 bundleMgrProxy.SetCloneApplicationEnabled(bundleName, 0, true); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 876 virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool isEnable, in SetCloneApplicationEnabled() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 628 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 D | bms_bundle_data_storage_database_test.cpp | 2698 * @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 D | bundle_mgr_host_impl.h | 607 virtual ErrCode SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool isEnable,
|
H A D | inner_bundle_info.h | 509 ErrCode SetCloneApplicationEnabled(bool enabled, int32_t appIndex, int32_t userId);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2113 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 D | inner_bundle_info.cpp | 3295 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 D | bundle_data_mgr.cpp | 4245 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 D | bundle_mgr_host.cpp | 1917 APP_LOGE("fail to SetCloneApplicationEnabled due to params empty"); in HandleSetCloneApplicationEnabled() 1923 ErrCode ret = SetCloneApplicationEnabled(bundleName, appIndex, isEnable, userId); in HandleSetCloneApplicationEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2161 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 D | bundle_manager.cpp | 763 ret = bundleMgr->SetCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerSetApplicationEnabled()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6573 int32_t testRet = bundleMgrProxy->SetCloneApplicationEnabled(BASE_ABILITY_NAME, 1, false, USERID); in HWTEST_F()
|