/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 326 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 D | mock_install_client.cpp | 210 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 186 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 D | installd_client.cpp | 392 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 D | installd_client.h | 175 ErrCode IsExistApFile(const std::string &path, bool &isExist);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 326 virtual ErrCode IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() function
|
H A D | installd_proxy.h | 190 virtual ErrCode IsExistApFile(const std::string &path, bool &isExist) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 57 static bool IsExistApFile(const std::string &path);
|
H A D | installd_host_impl.h | 189 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 D | bms_install_daemon_ipc_test.cpp | 718 auto ret = installdProxy->IsExistApFile(TEST_STRING, isExist);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1250 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 D | installd_operator.cpp | 166 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 D | aot_handler.cpp | 133 (void)InstalldClient::GetInstance()->IsExistApFile(path, isExistFile); in GetArkProfilePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 652 ErrCode result = IsExistApFile(path, isExist); in HandleIsExistApFile()
|
H A D | installd_proxy.cpp | 548 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 D | bms_installd_client_test.cpp | 1227 ErrCode result = installClient_->IsExistApFile(path, isExist);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6190 auto ret = hostImpl.IsExistApFile(TEST_STRING, isExist);
|