Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/thermal_manager/test/systemtest/include/
H A Dthermal_mgr_system_test.h48 const std::string SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; variable
/ohos5.0/base/powermgr/thermal_manager/test/common/include/
H A Dthermal_test.h43 constexpr const char* SIMULATION_TEMP_DIR = "/data/service/el0/thermal/sensor/%s/temp"; variable
/ohos5.0/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()
/ohos5.0/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… in InitNode()