Home
last modified time | relevance | path

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

/base/powermgr/thermal_manager/test/systemtest/include/
Dthermal_mgr_system_test.h48 const std::string SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; variable
/base/powermgr/thermal_manager/test/common/include/
Dthermal_test.h43 constexpr const char* SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; variable
/base/powermgr/thermal_manager/test/common/src/
Dthermal_test.cpp91 … 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/
Dthermal_mgr_system_test.cpp111 …ret = snprintf_s(bufTemp, MAX_PATH, sizeof(bufTemp) - 1, SIMULATION_TEMP_DIR.c_str(), iter.first.c… in InitNode()