Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 24 of 24) sorted by relevance

/base/update/sys_installer/services/module_update/src/
Dmodule_file_repository.cpp104 return preInstalledModule->GetPath() == moduleFile.GetPath(); in IsPreInstalledModule()
122 string prePath = preInstalledModule->GetPath(); in CheckFilePath()
123 string curPath = moduleFile.GetPath(); in CheckFilePath()
Dmodule_update.cpp93 string updatePath = updateModuleFile->GetPath(); in GetLatestUpdateModulePackage()
195 LOG(INFO) << moduleFile.GetPath() << " is empty module package"; in ActivateModules()
203 LOG(ERROR) << "Failed to mount module package " << moduleFile.GetPath(); in ActivateModules()
232 const string &fullPath = moduleFile.GetPath(); in MountModulePackage()
234 LOG(ERROR) << "Could not mount empty module package " << moduleFile.GetPath(); in MountModulePackage()
/base/update/updateservice/services/firmware/data/manager/src/
Dfirmware_preferences_utils.cpp33 std::string FirmwarePreferencesUtil::GetPath() in GetPath() function in OHOS::UpdateEngine::FirmwarePreferencesUtil
/base/update/updateservice/services/firmware/data/manager/include/
Dfirmware_preferences_utils.h29 std::string GetPath() final;
/base/hiviewdfx/hiview/base/logstore/include/
Dlog_store_ex.h53 const std::string& GetPath() const;
/base/powermgr/thermal_manager/application/protector/include/policy/
Dprotector_thermal_zone_info.h49 std::string GetPath() const;
/base/powermgr/thermal_manager/application/protector/src/
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/update/sys_installer/services/module_update/util/include/
Dmodule_file.h72 const std::string &GetPath() const in GetPath() function
/base/update/updateservice/services/core/ability/preference/src/
Dpreference_utils.cpp27 std::string path = GetPath(); in GetPreference()
42 std::string path = GetPath(); in DeletePreference()
/base/security/permission_lite/services/pms/src/
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/updateservice/services/core/ability/preference/include/
Dpreferences_utils.h54 virtual std::string GetPath() = 0;
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h70 static std::string GetPath(const std::string &filePath, std::string &rawFilePath);
/base/hiviewdfx/hiview/base/logstore/
Dlog_store_ex.cpp69 const std::string& LogStoreEx::GetPath() const in GetPath() function in OHOS::HiviewDFX::LogStoreEx
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/
Dlog_store_unit_test.cpp119 auto path = logStoreEx.GetPath();
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_storage.c211 static int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint… in GetPath() function
243 … int32_t ret = GetPath(path, processName, fileInfo->mainPath.processPath, fileInfo->mainPath.size, in GetFullPath()
247 …return GetPath(fileInfo->mainPath.processPath, storeName, fileInfo->mainPath.path, fileInfo->mainP… in GetFullPath()
421 int32_t ret = GetPath(path, processName, fileInfo->bakPath.processPath, fileInfo->bakPath.size, in GetBakFullPath()
425 …return GetPath(fileInfo->bakPath.processPath, storeName, fileInfo->bakPath.path, fileInfo->bakPath… in GetBakFullPath()
1304 int32_t ret = GetPath(storePath, typePath, destroyPath, HKS_MAX_FILE_NAME_LEN, bakFlag); in DestroyType()
1340 ret = GetPath(rootPath, processNameEncoded, storePath, HKS_MAX_FILE_NAME_LEN, bakFlag); in StoreDestroy()
/base/powermgr/thermal_manager/application/protector/src/policy/
Dprotector_thermal_zone_info.cpp221 std::string ProtectorThermalZoneInfo::GetPath() const in GetPath() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
/base/update/sys_installer/services/module_update/util/src/
Dmodule_file.cpp249 …enum hvb_errno ret = footer_init_desc(ModuleHvbGetOps(), GetPath().c_str(), nullptr, &pubkey, vd_); in VerifyModuleVerity()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp189 std::string HapParser::GetPath(const std::string &filePath, std::string &rawFilePath) in GetPath() function in OHOS::Global::Resource::HapParser
230 HapParser::GetPath(filePath, rawFilePath); in GetRawFilePathFromFA()
237 HapParser::GetPath(filePath, rawFilePath); in GetRawFilePathFromStage()
/base/telephony/telephony_data/common/src/
Dtelephony_datashare_stub_impl.cpp99 std::string path = uriTemp.GetPath(); in GetOwner()
/base/telephony/telephony_data/pdp_profile/src/
Dpdp_profile_ability.cpp283 std::string path = tempUri.GetPath(); in ParseUriType()
/base/telephony/telephony_data/opkey/src/
Dopkey_ability.cpp274 std::string path = tempUri.GetPath(); in ParseUriType()
/base/telephony/telephony_data/sim/src/
Dsim_ability.cpp330 std::string path = tempUri.GetPath(); in ParseUriType()
/base/telephony/telephony_data/sms_mms/src/
Dsms_mms_ability.cpp419 std::string path = tempUri.GetPath(); in ParseUriType()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp229 virtual std::string GetPath() in GetPath() function in OHOS::Notification::RdbStoreTest