Home
last modified time | relevance | path

Searched refs:GetContinueBundleNames (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp272 ret = bundleMgr->GetContinueBundleNames(srcBundleName, bundleNameList, activeAccountId); in GetContinueBundle4Src()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1591 virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames, in GetContinueBundleNames() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1112 ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp7208 * @tc.name: test GetContinueBundleNames
7210 * 2.check GetContinueBundleNames success
7221 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in HWTEST_F()
7227 * @tc.name: test GetContinueBundleNames
7229 * 2.check GetContinueBundleNames success
7238 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in HWTEST_F()
7244 * @tc.name: test GetContinueBundleNames
7246 * 2.check GetContinueBundleNames success
7255 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in HWTEST_F()
7261 * @tc.name: test GetContinueBundleNames
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1033 virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames,
H A Dbundle_data_mgr.h991 ErrCode GetContinueBundleNames(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4451 ErrCode BundleMgrHostImpl::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleMgrHostImpl
4468 return dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in GetContinueBundleNames()
H A Dbundle_data_mgr.cpp8760 ErrCode BundleDataMgr::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleDataMgr
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4093 auto ret = GetContinueBundleNames(continueBundleName, bundleNames, userId); in HandleGetContinueBundleNames()
4095 APP_LOGE("GetContinueBundleNames write failed"); in HandleGetContinueBundleNames()
H A Dbundle_mgr_proxy.cpp5270 ErrCode BundleMgrProxy::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleMgrProxy
5290 APP_LOGE("Fail to GetContinueBundleNames from server"); in GetContinueBundleNames()
5299 APP_LOGE("Fail to GetContinueBundleNames from reply"); in GetContinueBundleNames()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3053 auto ret = bundleMgrProxy_->GetContinueBundleNames(bundleName, continueBundleName, userId); in GetContinueBundleName()

Completed in 65 milliseconds