Searched refs:GetContinueBundleNames (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 272 ret = bundleMgr->GetContinueBundleNames(srcBundleName, bundleNameList, activeAccountId); in GetContinueBundle4Src()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1591 virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames, in GetContinueBundleNames() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1112 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 D | bms_bundle_data_mgr_test.cpp | 7208 * @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 D | bundle_mgr_host_impl.h | 1033 virtual ErrCode GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames,
|
H A D | bundle_data_mgr.h | 991 ErrCode GetContinueBundleNames(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 4451 ErrCode BundleMgrHostImpl::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleMgrHostImpl 4468 return dataMgr->GetContinueBundleNames(continueBundleName, bundleNames, userId); in GetContinueBundleNames()
|
H A D | bundle_data_mgr.cpp | 8760 ErrCode BundleDataMgr::GetContinueBundleNames( in GetContinueBundleNames() function in OHOS::AppExecFwk::BundleDataMgr
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 4093 auto ret = GetContinueBundleNames(continueBundleName, bundleNames, userId); in HandleGetContinueBundleNames() 4095 APP_LOGE("GetContinueBundleNames write failed"); in HandleGetContinueBundleNames()
|
H A D | bundle_mgr_proxy.cpp | 5270 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 D | bundle_test_tool.cpp | 3053 auto ret = bundleMgrProxy_->GetContinueBundleNames(bundleName, continueBundleName, userId); in GetContinueBundleName()
|
Completed in 62 milliseconds