Lines Matching refs:load
3 …** module allows the system to determine the system load level based on the current temperature, l…
19 Enables listening for system load level changes. This API uses an asynchronous callback to return t…
28 …t;[SystemLoadLevel](#systemloadlevel)> | Yes | Callback used to return the system load level.|
44 console.log(`system load changed, current level ` + res);
59 Disables listening for system load level changes. This API uses an asynchronous callback to return …
68 …lt;[SystemLoadLevel](#systemloadlevel)> | No | Callback used to return the system load level.|
83 console.log(`system load changed, current level ` + res);
98 Obtains the system load level. This API uses a promise to return the result.
106 | Promise<[SystemLoadLevel](#systemloadlevel)> | Promise used to return the system load level…
123 Enumerates system load levels.
129 | LOW | 0 | The device temperature and load are low. |
130 …| The device temperature and load are normal but are approaching the medium range. You need to dow…
131 … or more device temperature or load items are slightly high, or the device temperature is in the m…
132 …e device temperature and load are relatively high. You need to stop all imperceptible services and…
133 …temperature and load are high, and the device is overheated. You need to stop all imperceptible se…