Searched refs:PROCESS_PATH (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_application_process.cpp | 40 constexpr const char* PROCESS_PATH = "/data/service/el0/thermal/config/process_ctrl"; variable 224 ret = snprintf_s(processBuf, MAX_PATH, sizeof(processBuf) - 1, PROCESS_PATH); in ProcessAppActionExecution()
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/include/ |
H A D | thermal_mgr_system_test.h | 37 const std::string PROCESS_PATH = "/data/service/el0/thermal/config/process_ctrl"; variable
|
/ohos5.0/base/powermgr/thermal_manager/test/common/include/ |
H A D | thermal_test.h | 34 const std::string PROCESS_PATH = "/data/service/el0/thermal/config/process_ctrl"; variable
|
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_mgr_policy_test.cpp | 943 int32_t value = ConvertInt(GetNodeValue(PROCESS_PATH)); 975 int32_t value = ConvertInt(GetNodeValue(PROCESS_PATH)); 996 int32_t value = ConvertInt(GetNodeValue(PROCESS_PATH)); 1017 int32_t value = ConvertInt(GetNodeValue(PROCESS_PATH)); 1041 std::string ret = GetNodeValue(PROCESS_PATH); 1066 int32_t value = ConvertInt(GetNodeValue(PROCESS_PATH));
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_mgr_system_test.cpp | 1003 ret = snprintf_s(procsessBuf, MAX_PATH, sizeof(procsessBuf) - 1, PROCESS_PATH.c_str()); 1046 ret = snprintf_s(procsessBuf, MAX_PATH, sizeof(procsessBuf) - 1, PROCESS_PATH.c_str()); 1086 ret = snprintf_s(procsessBuf, MAX_PATH, sizeof(procsessBuf) - 1, PROCESS_PATH.c_str());
|