Home
last modified time | relevance | path

Searched refs:pathSuffix (Results 1 - 10 of 10) sorted by relevance

/base/customization/config_policy/interfaces/inner_api/include/
H A Dconfig_policy_utils.h83 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, const char *extra);
89 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength);
95 CfgFiles *GetCfgFiles(const char *pathSuffix);
103 CfgFiles *GetCfgFilesEx(const char *pathSuffix, int followMode, const char *extra);
/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c432 char *GetOneCfgFileEx(const char *pathSuffix, char *buf, unsigned int bufLength, int followMode, const char *extra) in GetOneCfgFileEx() argument
434 if (pathSuffix == NULL || buf == NULL || bufLength < MAX_PATH_LEN) { in GetOneCfgFileEx()
443 SplitedStr *result = GetFollowXPathByMode(pathSuffix, followMode, extra); in GetOneCfgFileEx()
452 pathSuffix) > 0 && in GetOneCfgFileEx()
461 if (snprintf_s(buf, bufLength, bufLength - 1, "%s/%s", dirs->paths[i - 1], pathSuffix) > 0 && in GetOneCfgFileEx()
472 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() argument
474 return GetOneCfgFileEx(pathSuffix, buf, bufLength, FOLLOWX_MODE_DEFAULT, NULL); in GetOneCfgFile()
477 CfgFiles *GetCfgFilesEx(const char *pathSuffix, int followMode, const char *extra) in GetCfgFilesEx() argument
479 if (pathSuffix == NULL) { in GetCfgFilesEx()
493 SplitedStr *result = GetFollowXPathByMode(pathSuffix, followMod in GetCfgFilesEx()
518 GetCfgFiles(const char *pathSuffix) GetCfgFiles() argument
[all...]
/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() argument
/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() argument
H A Dstats_service_test.cpp42 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() argument
/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() argument
/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() argument
H A Dthermal_mgr_dump_test.cpp41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() argument
H A Dthermal_policy_test.cpp45 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() argument
H A Dthermal_config_sensor_cluster_test.cpp43 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile() argument

Completed in 4 milliseconds