Searched refs:CONFIG_NAME (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_service_disposal_config_test.cpp | 71 string filePath = PATH + CONFIG_NAME; 96 string filePath = PATH + CONFIG_NAME; 119 string filePath = PATH + CONFIG_NAME; 145 string filePath = PATH + CONFIG_NAME; 173 string filePath = PATH + CONFIG_NAME; 201 string filePath = PATH + CONFIG_NAME; 231 string filePath = PATH + CONFIG_NAME; 259 string filePath = PATH + CONFIG_NAME; 289 string filePath = PATH + CONFIG_NAME; 321 string filePath = PATH + CONFIG_NAME; [all …]
|
H A D | b_json_service_disposal_config_other_test.cpp | 38 const string CONFIG_NAME = "RestoreDisposalConfig.json"; variable 59 string filePath = PATH + CONFIG_NAME; in SetUp() 167 string filePath = PATH + CONFIG_NAME; 207 string filePath = PATH + CONFIG_NAME;
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_clear_data_config.cpp | 32 const string CONFIG_NAME = "ClearDataConfig.json"; variable 37 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in BJsonClearDataConfig() 84 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in HasClearBundleRecord() 115 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in FindClearBundleRecord() 154 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in InsertClearBundleRecord() 202 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in DeleteClearBundleRecord() 256 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in GetAllClearBundleRecords() 291 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in DeleteConfigFile() 306 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in WriteClearBundleRecord()
|
H A D | b_json_service_disposal_config.cpp | 29 const string CONFIG_NAME = "RestoreDisposalConfig.json"; variable 34 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in BJsonDisposalConfig() 80 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in AppendIntoDisposalConfigFile() 134 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in DeleteFromDisposalConfigFile() 188 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in IfBundleNameInDisposalConfigFile() 232 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in GetBundleNameFromConfigFile() 267 string filePath = PATH_BUNDLE_BACKUP_HOME + CONFIG_NAME; in DeleteConfigFile()
|
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/ |
H A D | lux_filter_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_lux_filter_method_config"; variable 41 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() 47 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "root <%{public}s> is not Array!", CONFIG_NAME.c_str()); in ParseConfig() 53 … DISPLAY_HILOGW(FEAT_BRIGHTNESS, "<%{public}s> filterName is not find!", CONFIG_NAME.c_str()); in ParseConfig()
|
H A D | lux_threshold_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_lux_threshold_config"; variable 73 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig() 86 DISPLAY_HILOGW(FEAT_BRIGHTNESS, "root <%{public}s> is not Array!", CONFIG_NAME.c_str()); in ParseConfig() 92 … DISPLAY_HILOGW(FEAT_BRIGHTNESS, "<%{public}s> modeName is not find!", CONFIG_NAME.c_str()); in ParseConfig()
|
H A D | brightness_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_config"; variable 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(0, CONFIG_NAME); in ParseConfig()
|
H A D | calculation_config_parser.cpp | 27 const std::string CONFIG_NAME = "brightness_curve_config"; variable 35 const Json::Value root = ConfigParserBase::Get().LoadConfigRoot(displayId, CONFIG_NAME); in ParseConfig()
|
H A D | config_parser.cpp | 24 const std::string CONFIG_NAME = "brightness_lux_threshold_config"; variable
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | config_reader_test.cpp | 26 const string CONFIG_NAME = "sample"; variable
|