Home
last modified time | relevance | path

Searched refs:GetAllBundleDirs (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp215 ErrCode BundleMgrClient::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs() function in OHOS::AppExecFwk::BundleMgrClient
221 return impl_->GetAllBundleDirs(userId, bundleDirs); in GetAllBundleDirs()
H A Dbundle_mgr_client_impl.cpp548 ErrCode BundleMgrClientImpl::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs() function in OHOS::AppExecFwk::BundleMgrClientImpl
557 return bundleMgr_->GetAllBundleDirs(userId, bundleDirs); in GetAllBundleDirs()
H A Dbundle_mgr_host.cpp4192 auto ret = GetAllBundleDirs(userId, bundleDirs); in HandleGetAllBundleDirs()
H A Dbundle_mgr_proxy.cpp5375 ErrCode BundleMgrProxy::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client.h115 ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs);
H A Dbundle_mgr_client_impl.h70 ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs);
H A Dbundle_mgr_interface.h1620 virtual ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs() function
H A Dbundle_mgr_proxy.h1122 virtual ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h1041 virtual ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) override;
H A Dbundle_data_mgr.h1014 ErrCode GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2505 ErrCode queryResult = impl.GetAllBundleDirs(DEFAULT_USERID, bundleDirs);
2522 ErrCode queryResult = impl.GetAllBundleDirs(-100, bundleDirs);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp4636 ErrCode BundleMgrHostImpl::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) in GetAllBundleDirs() function in OHOS::AppExecFwk::BundleMgrHostImpl
4651 return dataMgr->GetAllBundleDirs(userId, bundleDirs); in GetAllBundleDirs()
H A Dbundle_data_mgr.cpp9260 ErrCode BundleDataMgr::GetAllBundleDirs(int32_t userId, std::vector<BundleDir> &bundleDirs) const in GetAllBundleDirs() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp6682 auto ret = bundleDataMgr->GetAllBundleDirs(100, bundleDirs);
6709 auto ret = bundleDataMgr->GetAllBundleDirs(100, bundleDirs);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9703 ErrCode ret = bundleMgrProxy->GetAllBundleDirs(0, bundleDirs);
9705 ret = bundleMgrProxy->GetAllBundleDirs(200, bundleDirs);