Home
last modified time | relevance | path

Searched refs:IsCloneAbilityEnabled (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp246 bundleMgrProxy.IsCloneAbilityEnabled(abilityInfo, 0, isEnable); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h898 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h644 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h623 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp2182 ErrCode BundleMgrHostImpl::IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
2185 APP_LOGD("start IsCloneAbilityEnabled"); in IsCloneAbilityEnabled()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1961 ErrCode ret = IsCloneAbilityEnabled(*abilityInfo, appIndex, isEnable); in HandleIsCloneAbilityEnabled()
H A Dbundle_mgr_proxy.cpp2228 ErrCode BundleMgrProxy::IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
2231 APP_LOGD("begin to IsCloneAbilityEnabled of %{public}s", abilityInfo.name.c_str()); in IsCloneAbilityEnabled()
2233 APP_LOGE("fail to IsCloneAbilityEnabled due to params empty"); in IsCloneAbilityEnabled()
2238 APP_LOGE("fail to IsCloneAbilityEnabled due to write InterfaceToken fail"); in IsCloneAbilityEnabled()
2242 APP_LOGE("fail to IsCloneAbilityEnabled due to write abilityInfo fail"); in IsCloneAbilityEnabled()
2246 APP_LOGE("fail to IsCloneAbilityEnabled due to write appIndex fail"); in IsCloneAbilityEnabled()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp809 ret = bundleMgr->IsCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerIsAbilityEnabled()
/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
6557 int32_t testRet1 = bundleMgrProxy->IsCloneAbilityEnabled(abilityInfo, 1, isEnable); in HWTEST_F()
6563 * @tc.name: test SetCloneAbilityEnabled and IsCloneAbilityEnabled proxy
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9341 * @tc.name: test IsCloneAbilityEnabled
9342 * @tc.desc: 1.Test the IsCloneAbilityEnabled by BundleMgrHostImpl
9351 ErrCode ret = hostImpl->IsCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in HWTEST_F()

Completed in 74 milliseconds