Home
last modified time | relevance | path

Searched refs:IsExistApFile (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp326 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldClient
328 return CallService(&IInstalld::IsExistApFile, path, isExist); in IsExistApFile()
H A Dmock_install_client.cpp210 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp186 ErrCode InstalldHostImpl::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp392 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldClient
394 return CallService(&IInstalld::IsExistApFile, path, isExist); in IsExistApFile()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h175 ErrCode IsExistApFile(const std::string &path, bool &isExist);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h326 virtual ErrCode IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function
H A Dinstalld_proxy.h190 virtual ErrCode IsExistApFile(const std::string &path, bool &isExist) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h57 static bool IsExistApFile(const std::string &path);
H A Dinstalld_host_impl.h189 virtual ErrCode IsExistApFile(const std::string &path, bool &isExist) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp718 auto ret = installdProxy->IsExistApFile(TEST_STRING, isExist);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1250 ErrCode InstalldHostImpl::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldHostImpl
1256 isExist = InstalldOperator::IsExistApFile(path); in IsExistApFile()
H A Dinstalld_operator.cpp166 bool InstalldOperator::IsExistApFile(const std::string &path) in IsExistApFile() function in OHOS::AppExecFwk::InstalldOperator
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp133 (void)InstalldClient::GetInstance()->IsExistApFile(path, isExistFile); in GetArkProfilePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp652 ErrCode result = IsExistApFile(path, isExist); in HandleIsExistApFile()
H A Dinstalld_proxy.cpp548 ErrCode InstalldProxy::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1227 ErrCode result = installClient_->IsExistApFile(path, isExist);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6190 auto ret = hostImpl.IsExistApFile(TEST_STRING, isExist);