/base/request/request/download/interfaces/kits/js/napi/download_single/src/ |
D | download_service_proxy.cpp | 54 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()
|
D | download_query.cpp | 60 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()
|
D | download_info.cpp | 124 const std::string &DownloadInfo::GetFilePath() const in GetFilePath() function in OHOS::Request::Download::DownloadInfo
|
D | download_config.cpp | 120 const std::string &DownloadConfig::GetFilePath() const in GetFilePath() function in OHOS::Request::Download::DownloadConfig
|
/base/request/request/download/services/src/ |
D | download_service_task.cpp | 172 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()
|
D | download_service_stub.cpp | 141 reply.WriteString(info.GetFilePath()); in OnQuery()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_config.h | 66 [[nodiscard]] const std::string &GetFilePath() const;
|
D | download_info.h | 65 [[nodiscard]] const std::string &GetFilePath() const;
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_utils.h | 36 std::string GetFilePath(const std::string &fileName);
|
D | pkg_utils.cpp | 50 std::string GetFilePath(const std::string &fileName) in GetFilePath() function 101 std::string path = GetFilePath(fileName); in GetFileSize()
|
D | pkg_managerImpl.cpp | 319 std::string path = GetFilePath(packagePath); in LoadPackage()
|
/base/telephony/core_service/services/sim/src/ |
D | icc_dialling_numbers_handler.cpp | 48 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/ |
D | hap_manager.cpp | 476 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/ |
D | cert_manager.c | 62 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/ |
D | icc_dialling_numbers_handler.h | 211 std::string GetFilePath(int elementaryFileId);
|
/base/theme/wallpaper_mgr/services/include/ |
D | wallpaper_service.h | 145 int32_t GetFilePath(int wallpaperType, std::string &filePath);
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 1176 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/ |
D | hks_storage.c | 1024 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/ |
D | TestDecompressGzip.new.gz |
|