Home
last modified time | relevance | path

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

12

/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_config_mock_test.cpp26 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/customization/config_policy/test/fuzztest/getonecfgfile_fuzzer/
H A Dgetonecfgfile_fuzzer.cpp30 char *filePath = GetOneCfgFile(userPath.c_str(), buf, MAX_PATH_LEN); in FuzzGetOneCfgFile()
/base/customization/config_policy/interfaces/inner_api/include/
H A Dconfig_policy_utils.h89 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength);
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_kernel_service.cpp58 char* path = GetOneCfgFile(THERMAL_KERNEL_CONFIG_PATH, buf, MAX_PATH_LEN); in Init()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_service_death_test.cpp29 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
H A Dstats_service_test.cpp42 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_set_mode_test.cpp39 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_service_test.cpp46 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
48 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
H A Dthermal_mgr_dump_test.cpp41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
43 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
H A Dthermal_policy_test.cpp45 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
47 THERMAL_HILOGI(LABEL_TEST, "mock GetOneCfgFile."); in GetOneCfgFile()
H A Dthermal_config_sensor_cluster_test.cpp43 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 Dwakeup_action_source_parser.cpp58 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 Dvibrator_source_parser.cpp51 char* path = GetOneCfgFile(etcPath.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/power_manager/services/native/src/
H A Dpower_save_mode.cpp39 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 Dwakeup_source_parser.cpp71 char* path = GetOneCfgFile(POWER_WAKEUP_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp40 char* path = GetOneCfgFile(POWER_AVERAGE_FILE.c_str(), buf, MAX_PATH_LEN); in Init()
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp101 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 Dshutdown_dialog.cpp165 char* configPath = GetOneCfgFile(DIALOG_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in LoadDialogConfig()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp116 char* path = GetOneCfgFile(POWER_SUSPEND_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp62 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 Dbattery_config.cpp65 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 Doperator_name_utils.cpp75 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserOperatorNameCustJson()
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c472 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp220 char* path = GetOneCfgFile(THERMAL_SERVICE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in InitConfigFile()
/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp149 char *configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()

Completed in 13 milliseconds

12