Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/include/
Daccount_file_watcher_manager.h37 std::string GetFilePath();
/base/update/updater/services/package/pkg_manager/
Dpkg_utils.h37 std::string GetFilePath(const std::string &fileName);
Dpkg_utils.cpp49 std::string GetFilePath(const std::string &fileName) in GetFilePath() function
141 std::string path = GetFilePath(fileName); in GetFileSize()
Dpkg_managerImpl.cpp317 ret = ExtraAndLoadPackage(GetFilePath(packagePath), name, pkgType, fileIds); in LoadPackage()
/base/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_handler.cpp47 std::string IccDiallingNumbersHandler::GetFilePath(int elementaryFileId) in GetFilePath() function in OHOS::Telephony::IccDiallingNumbersHandler
69 fileController_->ObtainLinearFixedFile(ef, GetFilePath(ef), index, ptDiallingNumberRead); in GetDiallingNumbers()
86 fileController_->ObtainAllLinearFixedFile(ef, GetFilePath(ef), ptDiallingNumberReadAll); in GetAllDiallingNumbers()
107 fileController_->ObtainLinearFileSize(infor.fileId, GetFilePath(infor.fileId), linearFileSize); in UpdateDiallingNumbers()
311 GetFilePath(loadRequest->GetElementaryFileId()), loadRequest->GetIndex(), data, dataLen, in SendUpdateCommand()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_dump.cpp139 std::string GetFilePath(const std::string &fileName) in GetFilePath() function
385 std::string filePath = GetFilePath(filename); in ReadFile()
636 std::string headerPagePath = GetFilePath("events/header_page"); in WriteHeaderPage()
645 std::string printkFormatPath = GetFilePath("printk_formats"); in WritePrintkFormats()
693 std::string cmdlinesPath = GetFilePath("saved_cmdlines"); in WriteCmdlines()
699 std::string tgidsPath = GetFilePath("saved_tgids"); in WriteTgids()
/base/hiviewdfx/hiview/base/utility/include/
Dfreeze_json_util.h100 std::string GetFilePath(long pid, long uid, unsigned long long timestamp);
/base/global/resource_management/frameworks/resmgr/include/
Dhap_manager.h241 RState GetFilePath(const HapResource::ValueUnderQualifierDir *qd, const ResType resType,
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp141 …std::string filePath = FreezeJsonUtil::GetFilePath(node.GetPid(), node.GetUid(), node.GetTimestamp… in MergeFreezeJsonFile()
153 std::string mergeFilePath = FreezeJsonUtil::GetFilePath(watchPoint.GetPid(), in MergeFreezeJsonFile()
/base/hiviewdfx/hiview/base/utility/
Dfreeze_json_util.cpp47 std::string GetFilePath(long pid, long uid, unsigned long long timestamp) in GetFilePath() function
/base/account/os_account/services/accountmgr/src/
Daccount_file_watcher_manager.cpp327 if ((it.second->GetLocalId() == id) && (it.second->GetFilePath() == filePath)) { in RemoveFileWatcher()
453 std::string FileWatcher::GetFilePath() in GetFilePath() function in OHOS::AccountSA::FileWatcher
/base/telephony/core_service/services/sim/include/
Dicc_dialling_numbers_handler.h209 std::string GetFilePath(int elementaryFileId);
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager.c63 static int32_t GetFilePath(const struct CmContext *context, uint32_t store, char *pathPtr, in GetFilePath() function
119 int32_t ret = GetFilePath(context, store, pathPtr, suffixBuf, &suffixLen); in CmGetFilePath()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp617 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaDataFromIndex()
662 RState state = HapManager::GetFilePath(qd, ResType::MEDIA, filePath); in GetMediaBase64DataFromIndex()
776 RState HapManager::GetFilePath(const HapResource::ValueUnderQualifierDir *vuqd, const ResType resTy… in GetFilePath() function in OHOS::Global::Resource::HapManager
Dresource_manager_impl.cpp885 return hapManager_->GetFilePath(qd, ResType::PROF, outValue); in GetProfileById()
894 return hapManager_->GetFilePath(qd, ResType::PROF, outValue); in GetProfileByName()
908 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaById()
923 RState state = hapManager_->GetFilePath(qd, ResType::MEDIA, outValue); in GetMediaByName()
/base/msdp/device_status/services/interaction/drag/include/
Ddrag_drawing.h215 int32_t GetFilePath(std::string &filePath);
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c1290 static int32_t GetFilePath(const struct HksProcessInfo *processInfo, in GetFilePath() function
1431 ret = GetFilePath(processInfo, HKS_STORAGE_TYPE_KEY, &fileInfo); in HksGetKeyAliasByProcessName()
1452 ret = GetFilePath(processInfo, HKS_STORAGE_TYPE_KEY, &fileInfo); in HksGetKeyCountByProcessName()
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp148 std::string jsonFilePath = FreezeJsonUtil::GetFilePath(event->GetEventIntValue("PID"), in StartLogCollect()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp941 std::string jsonFilePath = FreezeJsonUtil::GetFilePath(info.pid, info.id, info.time); in GetFreezeJsonCollector()
/base/update/updater/test/fuzztest/fuzz_src_data/
DTestDecompressGzip.new.gz
/base/update/updater/test/unittest/test_data/applypatch/
DTestDecompressGzip.new.gz
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp1266 int32_t DragDrawing::GetFilePath(std::string &filePath) in GetFilePath() function in OHOS::Msdp::DeviceStatus::DragDrawing
1653 if (GetFilePath(filePath) != RET_OK) { in UpdateValidDragStyle()