/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_config_mock_test.cpp | 26 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/base/customization/config_policy/test/fuzztest/getonecfgfile_fuzzer/ |
H A D | getonecfgfile_fuzzer.cpp | 30 char *filePath = GetOneCfgFile(userPath.c_str(), buf, MAX_PATH_LEN); in FuzzGetOneCfgFile()
|
/base/customization/config_policy/interfaces/inner_api/include/ |
H A D | config_policy_utils.h | 89 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength);
|
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_kernel_service.cpp | 58 char* path = GetOneCfgFile(THERMAL_KERNEL_CONFIG_PATH, buf, MAX_PATH_LEN); in Init()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_service_death_test.cpp | 29 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
H A D | stats_service_test.cpp | 42 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_set_mode_test.cpp | 39 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_service_test.cpp | 46 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function 48 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
|
H A D | thermal_mgr_dump_test.cpp | 41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function 43 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
|
H A D | thermal_policy_test.cpp | 45 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function 47 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
|
H A D | thermal_config_sensor_cluster_test.cpp | 43 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function 45 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
|
/base/powermgr/power_manager/services/native/src/wakeup_action/ |
H A D | wakeup_action_source_parser.cpp | 58 char* path = GetOneCfgFile(POWER_WAKEUP_ACTION_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
|
/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | vibrator_source_parser.cpp | 51 char* path = GetOneCfgFile(etcPath.c_str(), buf, MAX_PATH_LEN);
in GetTargetPath()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_save_mode.cpp | 39 char* path = GetOneCfgFile(POWER_MODE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in PowerSaveMode()
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_source_parser.cpp | 71 char* path = GetOneCfgFile(POWER_WAKEUP_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
|
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_parser.cpp | 40 char* path = GetOneCfgFile(POWER_AVERAGE_FILE.c_str(), buf, MAX_PATH_LEN);
in Init()
|
/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 101 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserPdpProfileJson() 221 char *ret = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); in GetOpKeyFilePath() 340 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); in ParserNumMatchJson() 434 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); in ParserEccDataJson()
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
H A D | shutdown_dialog.cpp | 165 char* configPath = GetOneCfgFile(DIALOG_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in LoadDialogConfig()
|
/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_source_parser.cpp | 116 char* path = GetOneCfgFile(POWER_SUSPEND_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_config.cpp | 62 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig() 64 BATTERY_HILOGW(FEATURE_CHARGING, "GetOneCfgFile battery_config.json is NULL"); in ParseConfig() 67 BATTERY_HILOGD(FEATURE_CHARGING, "GetOneCfgFile battery_config.json"); in ParseConfig()
|
/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_config.cpp | 65 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig() 67 BATTERY_HILOGW(COMP_SVC, "GetOneCfgFile battery_config.json is NULL"); in ParseConfig() 70 BATTERY_HILOGD(COMP_SVC, "GetOneCfgFile battery_config.json"); in ParseConfig()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name_utils.cpp | 75 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserOperatorNameCustJson()
|
/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 472 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/base/powermgr/thermal_manager/services/native/src/ |
H A D | thermal_service.cpp | 220 char* path = GetOneCfgFile(THERMAL_SERVICE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in InitConfigFile()
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 149 char *configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
|