Searched refs:IsCloneApplicationEnabled (Results 1 - 10 of 10) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 244 bundleMgrProxy.IsCloneApplicationEnabled(bundleName, 0, isEnable); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 850 virtual ErrCode IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool &isEnable) in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 607 virtual ErrCode IsCloneApplicationEnabled(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 586 virtual ErrCode IsCloneApplicationEnabled(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 2040 ErrCode BundleMgrHostImpl::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool &isEnable) in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrHostImpl 2043 APP_LOGD("start IsCloneApplicationEnabled, bundleName: %{public}s appIndex: %{public}d", in IsCloneApplicationEnabled()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 1884 ErrCode ret = IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in HandleIsCloneApplicationEnabled()
|
H A D | bundle_mgr_proxy.cpp | 2094 ErrCode BundleMgrProxy::IsCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool &isEnable) in IsCloneApplicationEnabled() function in OHOS::AppExecFwk::BundleMgrProxy 2097 APP_LOGD("begin to IsCloneApplicationEnabled of %{public}s", bundleName.c_str()); in IsCloneApplicationEnabled() 2099 APP_LOGE("fail to IsCloneApplicationEnabled due to params empty"); in IsCloneApplicationEnabled() 2105 APP_LOGE("fail to IsCloneApplicationEnabled due to write InterfaceToken fail"); in IsCloneApplicationEnabled() 2109 APP_LOGE("fail to IsCloneApplicationEnabled due to write bundleName fail"); in IsCloneApplicationEnabled() 2113 APP_LOGE("fail to IsCloneApplicationEnabled due to write appIndex fail"); in IsCloneApplicationEnabled()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 777 ret = bundleMgr->IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in InnerIsApplicationEnabled()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6576 int32_t testRet1 = bundleMgrProxy->IsCloneApplicationEnabled(BASE_ABILITY_NAME, 1, isEnable); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9325 * @tc.name: test IsCloneApplicationEnabled 9326 * @tc.desc: 1.Test the IsCloneApplicationEnabled by BundleMgrHostImpl 9335 ErrCode ret = hostImpl->IsCloneApplicationEnabled(bundleName, appIndex, isEnable); in HWTEST_F()
|
Completed in 81 milliseconds