/ohos5.0/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
|
/ohos5.0/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()
|
/ohos5.0/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);
|
/ohos5.0/base/customization/config_policy/ |
H A D | README_zh.md | 50 char *filePath = GetOneCfgFile(userPath, buf, MAX_PATH_LEN); // 获取最高优先级的配置文件路径
|
H A D | README.md | 50 char *filePath = GetOneCfgFile(userPath, buf, MAX_PATH_LEN); // Obtain the path of the configuratio…
|
/ohos5.0/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_kernel_service.cpp | 55 char* path = GetOneCfgFile(THERMAL_KERNEL_CONFIG_PATH, buf, MAX_PATH_LEN); in Init()
|
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_service_death_test.cpp | 28 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
H A D | stats_service_test.cpp | 41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_animation_controller.cpp | 74 char *path = GetOneCfgFile(BOOT_CUSTOM_CONFIG_PATH_SUFFIX.c_str(), buf, MAX_PATH_LEN); in GetConfigFilePath()
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | charging_sound.cpp | 65 char* path = GetOneCfgFile(uri, buf, MAX_PATH_LEN); in GetPath()
|
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | json_utils.cpp | 41 char *configPath = GetOneCfgFile(path.c_str(), buf, MAX_PATH_LEN); in GetConfigPath()
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_module_checker.cpp | 135 char* path = GetOneCfgFile(FORM_MODULE_WHITE_LIST_PATH.c_str(), buf, MAX_PATH_LEN); in GetModuleAllowList()
|
/ohos5.0/foundation/ability/dmsfwk/common/test/unittest/src/ |
H A D | distributed_sched_utils_test.cpp | 81 … char *filePath = GetOneCfgFile(TEST_CONFIG_RELATIVE_PATH.c_str(), cfgPathBuf, MAX_TEST_PATH_LEN);
|
/ohos5.0/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
|
H A D | thermal_mgr_dump_test.cpp | 41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
H A D | thermal_policy_test.cpp | 45 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() function
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_language_manager.cpp | 129 char *path = GetOneCfgFile(RINGTONE_MULTILINGUAL_FILE_PATH, buf, MAX_PATH_LEN); in UpdateRingtoneLanguage() 160 char *path = GetOneCfgFile(VIBRATION_MULTILINGUAL_FILE_PATH, buf, MAX_PATH_LEN); in UpdateVibrationLanguage()
|
/ohos5.0/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()
|
/ohos5.0/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_parser.cpp | 37 char* path = GetOneCfgFile(POWER_AVERAGE_FILE.c_str(), buf, MAX_PATH_LEN); in Init()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | switch_status_collector.cpp | 74 char *srcPath = GetOneCfgFile(filePath.c_str(), buf, MAX_PATH_LEN); in LoadJsonFile()
|
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | power_config.cpp | 61 char* path = GetOneCfgFile(POWER_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig()
|