Home
last modified time | relevance | path

Searched refs:GetBundleCachePath (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Drecently_unused_bundle_aging_handler.cpp182 if (InstalldClient::GetInstance()->GetBundleCachePath(st, cache) != ERR_OK) { in GetCachePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp206 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 Dmock_install_client.cpp146 ErrCode InstalldClient::GetBundleCachePath(const std::string &dir, std::vector<std::string> &cacheP… in GetBundleCachePath() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp131 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 Dinstalld_client.cpp226 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 Dbundle_mgr_host_impl.cpp1444 if (InstalldClient::GetInstance()->GetBundleCachePath(st, cache) != ERR_OK) { in CleanBundleCacheTaskGetCleanSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h150 ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h234 virtual ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath) in GetBundleCachePath() function
H A Dinstalld_proxy.h165 …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 Dinstalld_host_impl.h164 …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 Dbms_installd_client_test.cpp701 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 Dbms_install_daemon_host_impl_test.cpp254 auto ret = hostImpl->GetBundleCachePath(TEST_STRING, vec);
679 auto ret = hostImpl->GetBundleCachePath("", vec);
H A Dbms_install_daemon_ipc_test.cpp332 auto ret = proxy->GetBundleCachePath(TEST_STRING, vec);
H A Dbms_install_daemon_test.cpp602 ErrCode ret = InstalldClient::GetInstance()->GetBundleCachePath("", cachePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp530 ErrCode result = GetBundleCachePath(dir, cachePath); in HandleGetBundleCachePath()
H A Dinstalld_proxy.cpp378 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 Dinstalld_host_impl.cpp1071 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 Dbms_bundle_installer_test.cpp2452 auto ret = impl.GetBundleCachePath(TEST_STRING, vec);
2455 ret = impl.GetBundleCachePath("", vec);