Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/test/unittest/src/
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/
Dgetonecfgfile_fuzzer.cpp30 char *filePath = GetOneCfgFile(userPath.c_str(), buf, MAX_PATH_LEN); in FuzzGetOneCfgFile()
/base/customization/config_policy/interfaces/inner_api/include/
Dconfig_policy_utils.h89 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength);
/base/customization/config_policy/
DREADME_zh.md50 char *filePath = GetOneCfgFile(userPath, buf, MAX_PATH_LEN); // 获取最高优先级的配置文件路径
DREADME.md50 char *filePath = GetOneCfgFile(userPath, buf, MAX_PATH_LEN); // Obtain the path of the configuratio…
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_kernel_service.cpp55 char* path = GetOneCfgFile(THERMAL_KERNEL_CONFIG_PATH, buf, MAX_PATH_LEN); in Init()
/base/powermgr/power_manager/test/unittest/src/
Dpower_set_mode_test.cpp39 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_service_death_test.cpp28 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
Dstats_service_test.cpp41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/power_manager/utils/vibrator/src/
Dvibrator_source_parser.cpp51 char* path = GetOneCfgFile(etcPath.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/power_manager/services/native/src/wakeup_action/
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/services/native/src/wakeup/
Dwakeup_source_parser.cpp68 char* path = GetOneCfgFile(POWER_WAKEUP_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_source_parser.cpp68 char* path = GetOneCfgFile(POWER_SUSPEND_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/base/powermgr/power_manager/services/native/src/
Dpower_save_mode.cpp39 char* path = GetOneCfgFile(POWER_MODE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in PowerSaveMode()
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_parser.cpp37 char* path = GetOneCfgFile(POWER_AVERAGE_FILE.c_str(), buf, MAX_PATH_LEN); in Init()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp96 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserPdpProfileJson()
338 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); in ParserNumMatchJson()
406 char *path = GetOneCfgFile(file.c_str(), buf, MAX_PATH_LEN); in ParserEccDataJson()
/base/powermgr/battery_manager/charger/src/
Dbattery_config.cpp57 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig()
/base/powermgr/power_manager/services/native/src/shutdown/
Dshutdown_dialog.cpp154 char* configPath = GetOneCfgFile(DIALOG_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in LoadDialogConfig()
/base/telephony/core_service/services/network_search/src/
Doperator_name_utils.cpp75 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserOperatorNameCustJson()
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp59 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig()
/base/powermgr/thermal_manager/services/native/src/
Dthermal_service.cpp162 char* path = GetOneCfgFile(THERMAL_SERVICE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in InitConfigFile()
/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c470 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_service_test.cpp51 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp1037 char *configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1);