/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 2555 * @tc.name: Test SetCloneAbilityEnabled 2556 * @tc.desc: 1.Test the SetCloneAbilityEnabled of InnerBundleInfo 2565 auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appIndex); in HWTEST_F() 2572 ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appIndex); in HWTEST_F() 2579 ret = bundleInfo.SetCloneAbilityEnabled("", ABILITY_NAME, true, userId, appIndex); in HWTEST_F() 2585 * @tc.name: Test SetCloneAbilityEnabled 2586 * @tc.desc: 1.Test the SetCloneAbilityEnabled of InnerBundleInfo 2592 auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appIndex); in HWTEST_F() 2598 * @tc.name: Test SetCloneAbilityEnabled 2599 * @tc.desc: 1.Test the SetCloneAbilityEnabled o [all...] |
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 247 bundleMgrProxy.SetCloneAbilityEnabled(abilityInfo, 0, true); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 924 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 664 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 643 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled,
|
H A D | inner_bundle_info.h | 510 ErrCode SetCloneAbilityEnabled(const std::string &moduleName, const std::string &abilityName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2252 ErrCode BundleMgrHostImpl::SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl 2255 APP_LOGD("start SetCloneAbilityEnabled"); in SetCloneAbilityEnabled()
|
H A D | inner_bundle_info.cpp | 3126 ErrCode InnerBundleInfo::SetCloneAbilityEnabled(const std::string &moduleName, const std::string &abilityName, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::InnerBundleInfo 3159 APP_LOGW("SetCloneAbilityEnabled find abilityInfo failed"); in SetCloneAbilityEnabled()
|
H A D | bundle_data_mgr.cpp | 4382 auto ret = newInfo.SetCloneAbilityEnabled( in SetAbilityEnabled() 4385 APP_LOGW("SetCloneAbilityEnabled failed result: %{public}d, bundleName:%{public}s, abilityName:%{public}s", in SetAbilityEnabled()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 2000 ErrCode ret = SetCloneAbilityEnabled(*abilityInfo, appIndex, isEnabled, userId); in HandleSetCloneAbilityEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2294 ErrCode BundleMgrProxy::SetCloneAbilityEnabled( in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy 2298 APP_LOGD("begin to SetCloneAbilityEnabled of %{public}s", abilityInfo.name.c_str()); in SetCloneAbilityEnabled() 2300 APP_LOGE("fail to SetCloneAbilityEnabled due to params empty"); in SetCloneAbilityEnabled() 2305 APP_LOGE("fail to SetCloneAbilityEnabled due to write InterfaceToken fail"); in SetCloneAbilityEnabled() 2309 APP_LOGE("fail to SetCloneAbilityEnabled due to write abilityInfo fail"); in SetCloneAbilityEnabled() 2313 APP_LOGE("fail to SetCloneAbilityEnabled due to write appIndex fail"); in SetCloneAbilityEnabled() 2317 APP_LOGE("fail to SetCloneAbilityEnabled due to write isEnabled fail"); in SetCloneAbilityEnabled() 2321 APP_LOGE("fail to SetCloneAbilityEnabled due to write userId fail"); in SetCloneAbilityEnabled()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9357 * @tc.name: test SetCloneAbilityEnabled 9358 * @tc.desc: 1.Test the SetCloneAbilityEnabled by BundleMgrHostImpl 9367 ErrCode ret = hostImpl->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable, Constants::UNSPECIFIED_USERID); in HWTEST_F() 9373 * @tc.name: test SetCloneAbilityEnabled 9374 * @tc.desc: 1.Test the SetCloneAbilityEnabled by BundleMgrHostImpl 9385 ErrCode ret = hostImpl->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable, Constants::DEFAULT_USERID); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 793 ret = bundleMgr->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerSetAbilityEnabled()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6540 * @tc.name: test SetCloneAbilityEnabled and IsCloneAbilityEnabled proxy 6554 int32_t testRet = bundleMgrProxy->SetCloneAbilityEnabled(abilityInfo, 1, false, USERID); in HWTEST_F() 6563 * @tc.name: test SetCloneAbilityEnabled and IsCloneAbilityEnabled proxy
|