/base/update/sys_installer/services/module_update/src/ |
D | module_file_repository.cpp | 104 return preInstalledModule->GetPath() == moduleFile.GetPath(); in IsPreInstalledModule() 122 string prePath = preInstalledModule->GetPath(); in CheckFilePath() 123 string curPath = moduleFile.GetPath(); in CheckFilePath()
|
D | module_update.cpp | 93 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/ |
D | firmware_preferences_utils.cpp | 33 std::string FirmwarePreferencesUtil::GetPath() in GetPath() function in OHOS::UpdateEngine::FirmwarePreferencesUtil
|
/base/update/updateservice/services/firmware/data/manager/include/ |
D | firmware_preferences_utils.h | 29 std::string GetPath() final;
|
/base/hiviewdfx/hiview/base/logstore/include/ |
D | log_store_ex.h | 53 const std::string& GetPath() const;
|
/base/powermgr/thermal_manager/application/protector/include/policy/ |
D | protector_thermal_zone_info.h | 49 std::string GetPath() const;
|
/base/powermgr/thermal_manager/application/protector/src/ |
D | thermal_sensor_provision.cpp | 235 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/ |
D | module_file.h | 72 const std::string &GetPath() const in GetPath() function
|
/base/update/updateservice/services/core/ability/preference/src/ |
D | preference_utils.cpp | 27 std::string path = GetPath(); in GetPreference() 42 std::string path = GetPath(); in DeletePreference()
|
/base/security/permission_lite/services/pms/src/ |
D | pms_impl.c | 126 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/ |
D | preferences_utils.h | 54 virtual std::string GetPath() = 0;
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | hap_parser.h | 70 static std::string GetPath(const std::string &filePath, std::string &rawFilePath);
|
/base/hiviewdfx/hiview/base/logstore/ |
D | log_store_ex.cpp | 69 const std::string& LogStoreEx::GetPath() const in GetPath() function in OHOS::HiviewDFX::LogStoreEx
|
/base/hiviewdfx/hiview/base/logstore/test/unittest/common/ |
D | log_store_unit_test.cpp | 119 auto path = logStoreEx.GetPath();
|
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
D | hks_storage.c | 211 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/ |
D | protector_thermal_zone_info.cpp | 221 std::string ProtectorThermalZoneInfo::GetPath() const in GetPath() function in OHOS::PowerMgr::ProtectorThermalZoneInfo
|
/base/update/sys_installer/services/module_update/util/src/ |
D | module_file.cpp | 249 …enum hvb_errno ret = footer_init_desc(ModuleHvbGetOps(), GetPath().c_str(), nullptr, &pubkey, vd_); in VerifyModuleVerity()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 189 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/ |
D | telephony_datashare_stub_impl.cpp | 99 std::string path = uriTemp.GetPath(); in GetOwner()
|
/base/telephony/telephony_data/pdp_profile/src/ |
D | pdp_profile_ability.cpp | 283 std::string path = tempUri.GetPath(); in ParseUriType()
|
/base/telephony/telephony_data/opkey/src/ |
D | opkey_ability.cpp | 274 std::string path = tempUri.GetPath(); in ParseUriType()
|
/base/telephony/telephony_data/sim/src/ |
D | sim_ability.cpp | 330 std::string path = tempUri.GetPath(); in ParseUriType()
|
/base/telephony/telephony_data/sms_mms/src/ |
D | sms_mms_ability.cpp | 419 std::string path = tempUri.GetPath(); in ParseUriType()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
D | notification_rdb_data_mgr_test.cpp | 229 virtual std::string GetPath() in GetPath() function in OHOS::Notification::RdbStoreTest
|