Searched refs:IsCloneAbilityEnabled (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 246 bundleMgrProxy.IsCloneAbilityEnabled(abilityInfo, 0, isEnable); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 899 …virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEn… in IsCloneAbilityEnabled() function
|
H A D | bundle_mgr_proxy.h | 644 …virtual ErrCode IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool &isEn…
|
/ohos5.0/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 &isEn…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1969 ErrCode ret = IsCloneAbilityEnabled(*abilityInfo, appIndex, isEnable); in HandleIsCloneAbilityEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2196 ErrCode BundleMgrProxy::IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, boo… in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2242 ErrCode BundleMgrHostImpl::IsCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, … in IsCloneAbilityEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 809 ret = bundleMgr->IsCloneAbilityEnabled(abilityInfo, appIndex, isEnable); in InnerIsAbilityEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6505 int32_t testRet1 = bundleMgrProxy->IsCloneAbilityEnabled(abilityInfo, 1, isEnable);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9339 ErrCode ret = hostImpl->IsCloneAbilityEnabled(abilityInfo, appIndex, isEnable);
|