Home
last modified time | relevance | path

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

/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_simulation_node.cpp36 const int32_t ARG_1 = 1; member
116 int32_t ret = snprintf_s(nodeBuf, MAX_PATH, sizeof(nodeBuf) - ARG_1, in AddSensorTypeTemp()
124 ret = snprintf_s(fileBuf, MAX_PATH, sizeof(fileBuf) - ARG_1, "%s/%s", nodeBuf, file.c_str()); in AddSensorTypeTemp()
131 ret = snprintf_s(typeBuf, MAX_PATH, sizeof(typeBuf) - ARG_1, THERMAL_TYPE_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp()
137 ret = snprintf_s(tempBuf, MAX_PATH, sizeof(tempBuf) - ARG_1, THERMAL_TEMP_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp()
153 int32_t ret = snprintf_s(nodePath, MAX_PATH, sizeof(nodePath) - ARG_1, in AddFanSensorNode()
160 ret = snprintf_s(typePath, MAX_PATH, sizeof(typePath) - ARG_1, "%s/%s", nodePath, "type"); in AddFanSensorNode()
168 ret = snprintf_s(speedPath, MAX_PATH, sizeof(speedPath) - ARG_1, "%s/%s", nodePath, "speed"); in AddFanSensorNode()
195 ret = snprintf_s(nodeBuf, MAX_PATH, sizeof(nodeBuf) - ARG_1, MITIGATION_NODE_DIR.c_str(), dir.c_str()); in AddMitigationDevice()
200 ret = snprintf_s(fileBuf, MAX_PATH, sizeof(fileBuf) - ARG_1, MITIGATION_NODE_FIL in AddMitigationDevice()
[all...]

Completed in 1 milliseconds