Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 - 25 of 27) sorted by relevance

12

/base/update/updateservice/services/firmware/data/manager/src/
H A Dfirmware_preferences_utils.cpp33 std::string FirmwarePreferencesUtil::GetPath() in GetPath() function in OHOS::UpdateEngine::FirmwarePreferencesUtil
/base/update/updateservice/services/firmware/data/manager/include/
H A Dfirmware_preferences_utils.h29 std::string GetPath() final;
/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp146 return preInstalledModule->GetPath() == moduleFile.GetPath(); in IsPreInstalledModule()
156 string prePath = preInstalledModule->GetPath(); in CheckFilePath()
157 string curPath = moduleFile.GetPath(); in CheckFilePath()
H A Dmodule_update.cpp109 LOG(ERROR) << "Could not mount empty module package " << moduleFile.GetPath(); in CheckModulePackage()
162 string updatePath = updateModuleFile->GetPath(); in GetLatestUpdateModulePackage()
174 LOG(INFO) << "add activeModuleFile " << activeModuleFile->GetPath(); in GetLatestUpdateModulePackage()
311 LOG(INFO) << moduleFile.GetPath() << " is empty module package"; in ActivateModules()
318 LOG(ERROR) << "Failed to mount module package " << moduleFile.GetPath(); in ActivateModules()
319 repository_.SaveInstallerResult(moduleFile.GetPath(), status.hmpName, in ActivateModules()
359 const string &fullPath = ExtractFilePath(moduleFile.GetPath()) + IMG_FILE_NAME; in MountModulePackage()
/base/hiviewdfx/hiview/base/logstore/include/
H A Dlog_store_ex.h53 const std::string& GetPath() const;
/base/powermgr/thermal_manager/application/protector/include/policy/
H A Dprotector_thermal_zone_info.h49 std::string GetPath() const;
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_utils.h98 int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag);
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provision.cpp235 if (sensorIter.second->GetPath().empty()) { in ReportThermalZoneData()
239 int32_t ret = ReadThermalSysfsToBuff(sensorIter.second->GetPath().c_str(), tempBuf, sizeof(tempBuf)); in ReportThermalZoneData()
/base/security/permission_lite/services/pms/src/
H A Dpms_impl.c126 static char *GetPath(const char *identifier) in GetPath() function
217 const char *path = GetPath(identifier); in WritePermissions()
299 path = GetPath(identifier); in QueryPermissionString()
444 char *path = GetPath(identifier); in SaveOrUpdatePermissions()
484 path = GetPath(identifier); in DeletePermissions()
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h118 const std::string &GetPath() const in GetPath() function in OHOS::SysInstaller::ModuleFile
/base/update/updateservice/services/core/ability/preference/include/
H A Dpreferences_utils.h53 virtual std::string GetPath() = 0;
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp418 if (newFile.GetPath() == oldFile.GetPath()) { in CompareVersion()
461 string imagePath = ExtractFilePath(GetPath()) + IMG_FILE_NAME; in VerifyModuleVerity()
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp26 std::string path = GetPath(); in GetPreference()
41 std::string path = GetPath(); in DeletePreference()
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
H A Dlog_store_unit_test.cpp120 auto path = logStoreEx.GetPath(); in HWTEST_F()
/base/hiviewdfx/hiview/base/logstore/
H A Dlog_store_ex.cpp69 const std::string& LogStoreEx::GetPath() const in GetPath() function in OHOS::HiviewDFX::LogStoreEx
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h71 static std::string GetPath(const std::string &filePath, std::string &rawFilePath);
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dprotector_thermal_zone_info.cpp221 std::string ProtectorThermalZoneInfo::GetPath() const in GetPath() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
/base/telephony/telephony_data/global_params/src/
H A Dglobal_params_ability.cpp233 std::string path = tempUri.GetPath(); in ParseUriType()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp214 std::string HapParser::GetPath(const std::string &filePath, std::string &rawFilePath) in GetPath() function in OHOS::Global::Resource::HapParser
255 HapParser::GetPath(filePath, rawFilePath); in GetRawFilePathFromFA()
262 HapParser::GetPath(filePath, rawFilePath); in GetRawFilePathFromStage()
408 HapParser::GetPath(rawDirPath, rawFilePath); in GetRawFileListUnCompressed()
/base/telephony/telephony_data/common/src/
H A Dtelephony_datashare_stub_impl.cpp125 std::string path = uriTemp.GetPath(); in GetOwner()
/base/telephony/telephony_data/opkey/src/
H A Dopkey_ability.cpp292 std::string path = tempUri.GetPath(); in ParseUriType()
/base/telephony/telephony_data/sim/src/
H A Dsim_ability.cpp329 std::string path = tempUri.GetPath(); in ParseUriType()
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c492 int32_t ret = GetPath(storePath, typePath, destroyPath, HKS_MAX_FILE_NAME_LEN, bakFlag); in DestroyType()
524 int32_t ret = GetPath(rootPath, processNameEncoded, storePath, HKS_MAX_FILE_NAME_LEN, bakFlag); in StoreDestroy()
H A Dhks_storage_utils.c207 int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag) in GetPath() function
/base/telephony/telephony_data/sms_mms/src/
H A Dsms_mms_ability.cpp418 std::string path = tempUri.GetPath(); in ParseUriType()

Completed in 15 milliseconds

12