Home
last modified time | relevance | path

Searched defs:pathSuffix (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_service_death_test.cpp28 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
H A Dstats_service_test.cpp41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
/ohos5.0/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()
H A Dthermal_mgr_dump_test.cpp41 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
H A Dthermal_policy_test.cpp45 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
H A Dthermal_config_sensor_cluster_test.cpp43 char* GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
/ohos5.0/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, co… in GetOneCfgFileEx()
472 char *GetOneCfgFile(const char *pathSuffix, char *buf, unsigned int bufLength) in GetOneCfgFile()
477 CfgFiles *GetCfgFilesEx(const char *pathSuffix, int followMode, const char *extra) in GetCfgFilesEx()
518 CfgFiles *GetCfgFiles(const char *pathSuffix) in GetCfgFiles()
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp196 static int32_t GetPathSuffix(const std::string &path, string &pathSuffix) in GetPathSuffix()