Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp272 ret = bundleMgr->GetContinueBundleNames(srcBundleName, bundleNameList, activeAccountId); in GetContinueBundle4Src()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1597 …virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::str…
H A Dbundle_mgr_proxy.h1109 …ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bu…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1033 …virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::str…
H A Dbundle_data_mgr.h997 ErrCode GetContinueBundleNames(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6398 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId);
6415 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId);
6432 auto ret = dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId);
6448 auto ret = bundleMgrHostImpl_->GetContinueBundleNames(continueBundleName, bundleNames, userId);
6464 auto ret = bundleMgrHostImpl_->GetContinueBundleNames(continueBundleName, bundleNames, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4517 ErrCode BundleMgrHostImpl::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleMgrHostImpl
4534 return dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in GetContinueBundleNames()
H A Dbundle_data_mgr.cpp9051 ErrCode BundleDataMgr::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp3003 auto ret = bundleMgrProxy_->GetContinueBundleNames(bundleName, continueBundleName, userId); in GetContinueBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp4120 auto ret = GetContinueBundleNames(continueBundleName, bundleNames, userId); in HandleGetContinueBundleNames()
H A Dbundle_mgr_proxy.cpp5243 ErrCode BundleMgrProxy::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleMgrProxy