Home
last modified time | relevance | path

Searched refs:SIMULATION_TEMP_DIR (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/test/common/include/
H A Dthermal_test.h44 constexpr const char* SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; member
/base/powermgr/thermal_manager/test/systemtest/include/
H A Dthermal_mgr_system_test.h49 const std::string SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; member
/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp84 ret = snprintf_s(bufTemp, MAX_PATH, sizeof(bufTemp) - 1, SIMULATION_TEMP_DIR, iter.first.c_str()); in InitNode()
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_system_test.cpp111 ret = snprintf_s(bufTemp, MAX_PATH, sizeof(bufTemp) - 1, SIMULATION_TEMP_DIR.c_str(), iter.first.c_str()); in InitNode()

Completed in 4 milliseconds