/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | recently_unused_bundle_aging_handler.cpp | 182 if (InstalldClient::GetInstance()->GetBundleCachePath(st, cache) != ERR_OK) { in GetCachePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 206 ErrCode InstalldClient::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cacheP… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldClient 213 return CallService(&IInstalld::GetBundleCachePath, dir, cachePath); in GetBundleCachePath()
|
H A D | mock_install_client.cpp | 146 ErrCode InstalldClient::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cacheP… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 131 ErrCode InstalldHostImpl::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cach… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 226 ErrCode InstalldClient::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cacheP… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldClient 233 return CallService(&IInstalld::GetBundleCachePath, dir, cachePath); in GetBundleCachePath()
|
H A D | bundle_mgr_host_impl.cpp | 1444 if (InstalldClient::GetInstance()->GetBundleCachePath(st, cache) != ERR_OK) { in CleanBundleCacheTaskGetCleanSize()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 150 ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 234 virtual ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath) in GetBundleCachePath() function
|
H A D | installd_proxy.h | 165 …virtual ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath) ov…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 164 …virtual ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath) ov…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 701 ErrCode result = installClient_->GetBundleCachePath(dir, cachePath); 716 ErrCode result = installClient_->GetBundleCachePath(dir, cachePath); 717 EXPECT_EQ(result, installClient_->CallService(&IInstalld::GetBundleCachePath, dir, cachePath));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_host_impl_test.cpp | 254 auto ret = hostImpl->GetBundleCachePath(TEST_STRING, vec); 679 auto ret = hostImpl->GetBundleCachePath("", vec);
|
H A D | bms_install_daemon_ipc_test.cpp | 332 auto ret = proxy->GetBundleCachePath(TEST_STRING, vec);
|
H A D | bms_install_daemon_test.cpp | 602 ErrCode ret = InstalldClient::GetInstance()->GetBundleCachePath("", cachePath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 530 ErrCode result = GetBundleCachePath(dir, cachePath); in HandleGetBundleCachePath()
|
H A D | installd_proxy.cpp | 378 ErrCode InstalldProxy::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePa… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1071 ErrCode InstalldHostImpl::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cach… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldHostImpl
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2452 auto ret = impl.GetBundleCachePath(TEST_STRING, vec); 2455 ret = impl.GetBundleCachePath("", vec);
|