Home
last modified time | relevance | path

Searched refs:GetFilePath (Results 1 – 19 of 19) sorted by relevance

/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_service_proxy.cpp54 if (!IsPathValid(config.GetFilePath())) { in Request()
59 fd = open(config.GetFilePath().c_str(), O_RDWR); in Request()
68 fd = open(config.GetFilePath().c_str(), O_CREAT | O_RDWR, FILE_PERMISSION); in Request()
87 data.WriteString(config.GetFilePath()); in Request()
Ddownload_query.cpp60 DOWNLOAD_HILOGD("filePath: %{public}s", context->info.GetFilePath().c_str()); in Exec()
73 … NapiUtils::SetStringPropertyUtf8(env, *result, "filePath", context->info.GetFilePath().c_str()); in Exec()
Ddownload_info.cpp124 const std::string &DownloadInfo::GetFilePath() const in GetFilePath() function in OHOS::Request::Download::DownloadInfo
Ddownload_config.cpp120 const std::string &DownloadConfig::GetFilePath() const in GetFilePath() function in OHOS::Request::Download::DownloadConfig
/base/request/request/download/services/src/
Ddownload_service_task.cpp172 std::string fileName = config_.GetFilePath().substr(config_.GetFilePath().rfind('/') + 1); in Query()
173 std::string filePath = config_.GetFilePath().substr(0, config_.GetFilePath().rfind('/')); in Query()
545 … std::string traceParam = "name:" + config_.GetFilePath() + " size:" + std::to_string(totalSize_) + in CurlPerformFileTransfer()
696 return config_.GetFilePath() + "_" + std::to_string(taskId_); in GetTmpPath()
894 std::string filePath = config_.GetFilePath(); in PublishNotification()
Ddownload_service_stub.cpp141 reply.WriteString(info.GetFilePath()); in OnQuery()
/base/request/request/download/interfaces/kits/js/napi/download_single/include/
Ddownload_config.h66 [[nodiscard]] const std::string &GetFilePath() const;
Ddownload_info.h65 [[nodiscard]] const std::string &GetFilePath() const;
/base/update/updater/services/package/pkg_manager/
Dpkg_utils.h36 std::string GetFilePath(const std::string &fileName);
Dpkg_utils.cpp50 std::string GetFilePath(const std::string &fileName) in GetFilePath() function
101 std::string path = GetFilePath(fileName); in GetFileSize()
Dpkg_managerImpl.cpp319 std::string path = GetFilePath(packagePath); in LoadPackage()
/base/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_handler.cpp48 std::string IccDiallingNumbersHandler::GetFilePath(int elementaryFileId) in GetFilePath() function in OHOS::Telephony::IccDiallingNumbersHandler
66 fileController_->ObtainLinearFixedFile(ef, GetFilePath(ef), index, ptDiallingNumberRead); in GetDiallingNumbers()
79 fileController_->ObtainAllLinearFixedFile(ef, GetFilePath(ef), ptDiallingNumberReadAll); in GetAllDiallingNumbers()
96 fileController_->ObtainLinearFileSize(infor.fileId, GetFilePath(infor.fileId), linearFileSize); in UpdateDiallingNumbers()
300 GetFilePath(loadRequest->GetElementaryFileId()), loadRequest->GetIndex(), data, dataLen, in SendUpdateCommand()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp476 std::string GetFilePath(const HapResource::ValueUnderQualifierDir *qd, unzFile &uf, const ResType r… in GetFilePath() function
531 std::string filePath = GetFilePath(qd, uf, ResType::PROF); in GetProfileData()
548 std::string filePath = GetFilePath(qd, uf, ResType::MEDIA); in GetMediaData()
564 std::string filePath = GetFilePath(qd, uf, ResType::MEDIA); in GetMediaBase64Data()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager.c62 static int32_t GetFilePath(const struct CmContext *context, uint32_t store, char *pathPtr, in GetFilePath() function
117 int32_t ret = GetFilePath(context, store, pathPtr, suffixBuf, &suffixLen); in CmGetFilePath()
/base/telephony/core_service/services/sim/include/
Dicc_dialling_numbers_handler.h211 std::string GetFilePath(int elementaryFileId);
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h145 int32_t GetFilePath(int wallpaperType, std::string &filePath);
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp1176 int32_t WallpaperService::GetFilePath(int wallpaperType, std::string &filePath) in GetFilePath() function in OHOS::WallpaperMgrService::WallpaperService
1209 if (GetFilePath(wallpaperType, filePath) != static_cast<int32_t>(E_OK)) { in GetImageFd()
1228 if (GetFilePath(wallpaperType, filePath) != static_cast<int32_t>(E_OK)) { in GetImageSize()
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c1024 static int32_t GetFilePath(const struct HksProcessInfo *processInfo, in GetFilePath() function
1151 ret = GetFilePath(processInfo, HKS_STORAGE_TYPE_KEY, &fileInfo); in HksGetKeyAliasByProcessName()
1172 ret = GetFilePath(processInfo, HKS_STORAGE_TYPE_KEY, &fileInfo); in HksGetKeyCountByProcessName()
/base/update/updater/test/unittest/test_data/applypatch/
DTestDecompressGzip.new.gz