Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp2563 …auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appInde…
2570 ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appIndex);
2577 ret = bundleInfo.SetCloneAbilityEnabled("", ABILITY_NAME, true, userId, appIndex);
2590 …auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appInde…
2606 auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, "", true, userId, appIndex);
2624 …auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appInde…
2649 …auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appInde…
2674 …auto ret = bundleInfo.SetCloneAbilityEnabled(MODULE_NAME_TEST, ABILITY_NAME, true, userId, appInde…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp247 bundleMgrProxy.SetCloneAbilityEnabled(abilityInfo, 0, true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h925 …virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEn…
H A Dbundle_mgr_proxy.h664 …virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEn…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h643 …virtual ErrCode SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEn…
H A Dinner_bundle_info.h511 ErrCode SetCloneAbilityEnabled(const std::string &moduleName, const std::string &abilityName,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2008 ErrCode ret = SetCloneAbilityEnabled(*abilityInfo, appIndex, isEnabled, userId); in HandleSetCloneAbilityEnabled()
H A Dbundle_mgr_proxy.cpp2262 ErrCode BundleMgrProxy::SetCloneAbilityEnabled( in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2308 ErrCode BundleMgrHostImpl::SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
H A Dinner_bundle_info.cpp3219 ErrCode InnerBundleInfo::SetCloneAbilityEnabled(const std::string &moduleName, const std::string &a… in SetCloneAbilityEnabled() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp4353 auto ret = newInfo.SetCloneAbilityEnabled( in SetAbilityEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9354 …ErrCode ret = hostImpl->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable, Constants::UNSPECI…
9371 …ErrCode ret = hostImpl->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable, Constants::DEFAULT…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp793 ret = bundleMgr->SetCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerSetAbilityEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp6502 int32_t testRet = bundleMgrProxy->SetCloneAbilityEnabled(abilityInfo, 1, false, USERID);