Searched refs:IsCloneAbilityEnabled (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 246 bundleMgrProxy.IsCloneAbilityEnabled(abilityInfo, 0, isEnable); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 898 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 644 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 623 virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEnable) override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2182 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 D | bundle_mgr_host.cpp | 1961 ErrCode ret = IsCloneAbilityEnabled(*abilityInfo, appIndex, isEnable); in HandleIsCloneAbilityEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2228 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 D | bundle_manager.cpp | 809 ret = bundleMgr->IsCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerIsAbilityEnabled()
|
/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 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 D | bms_bundle_kit_service_test.cpp | 9341 * @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