Searched refs:IsCloneApplicationEnabled (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 | 244 bundleMgrProxy.IsCloneApplicationEnabled(bundleName, 0, isEnable); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 851 …virtual ErrCode IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool &i… in IsCloneApplicationEnabled() function
|
H A D | bundle_mgr_proxy.h | 607 virtual ErrCode IsCloneApplicationEnabled(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 586 virtual ErrCode IsCloneApplicationEnabled(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1892 ErrCode ret = IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in HandleIsCloneApplicationEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2062 ErrCode BundleMgrProxy::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, … in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2100 ErrCode BundleMgrHostImpl::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appInde… in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 777 ret = bundleMgr->IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerIsApplicationEnabled()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6524 int32_t testRet1 = bundleMgrProxy->IsCloneApplicationEnabled(BASE_ABILITY_NAME, 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 | 9324 ErrCode ret = hostImpl->IsCloneApplicationEnabled(bundleName, appIndex, isEnable);
|