Home
last modified time | relevance | path

Searched refs:SetCloneAbilityEnabled (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2555 * @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 Dbundlemgrproxy_fuzzer.cpp247 bundleMgrProxy.SetCloneAbilityEnabled(abilityInfo, 0, true); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h924 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h664 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h643 virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled,
H A Dinner_bundle_info.h510 ErrCode SetCloneAbilityEnabled(const std::string &moduleName, const std::string &abilityName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2252 ErrCode BundleMgrHostImpl::SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
2255 APP_LOGD("start SetCloneAbilityEnabled"); in SetCloneAbilityEnabled()
H A Dinner_bundle_info.cpp3126 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 Dbundle_data_mgr.cpp4382 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 Dbundle_mgr_host.cpp2000 ErrCode ret = SetCloneAbilityEnabled(*abilityInfo, appIndex, isEnabled, userId); in HandleSetCloneAbilityEnabled()
H A Dbundle_mgr_proxy.cpp2294 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 Dbms_bundle_kit_service_test.cpp9357 * @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 Dbundle_manager.cpp793 ret = bundleMgr->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerSetAbilityEnabled()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6540 * @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

Completed in 106 milliseconds