Home
last modified time | relevance | path

Searched refs:GetOneCfgFile (Results 1 – 21 of 21) 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/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/battery_manager/charger/src/
Dcharger_animation.cpp55 char* path = GetOneCfgFile(UI_CONFIG_FILE, buf, MAX_PATH_LEN); in InitConfig()
Dbattery_config.cpp57 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig()
/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/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/wakeup/
Dwakeup_source_parser.cpp68 char* path = GetOneCfgFile(POWER_WAKEUP_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath()
/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/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp59 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig()
/base/telephony/telephony_data/common/src/
Dparser_util.cpp73 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserPdpProfileJson()
/base/customization/config_policy/interfaces/kits/js/src/
Dconfig_policy_napi.cpp180 GetOneCfgFile(asyncCallbackInfo->relPath_.c_str(), outBuf, MAX_PATH_LEN); in NativeGetOneCfgFile()
/base/powermgr/thermal_manager/services/native/src/
Dthermal_service.cpp160 char* path = GetOneCfgFile(THERMAL_SERVICE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in InitConfigFile()
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp440 char* configPath = GetOneCfgFile(configFileName.c_str(), buf, PATH_MAX + 1); in GetConfigPath()
/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c461 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