Lines Matching refs:control
7 …control feature. If a device becomes overheated during usage, thermal control measures need to be …
27 …armony/vendor_hihope/blob/master/rk3568) as an example to illustrate thermal control customization.
31 2. Create a target folder by referring to the [default thermal control configuration folder](https:…
39 …s/native/profile/thermal_service_config.xml) file in the default thermal control configuration fol…
41 **Table 1** Configuration items for thermal control
45 | name="airplane" | Airplane mode control| N/A| N/A| N/A| N/A|
46 | name="cpu_big" | Big-core CPU control (big-core CPU frequency)| N/A| N/A| N/A| N/A|
47 | name="cpu_med" | Medium-core CPU control (medium-core CPU frequency)| N/A| N/A| N/A| N/A|
48 | name="cpu_lit" | Small-core CPU control (small-core CPU frequency)| N/A| N/A| N/A| N/A|
49 | name="gpu" | GPU control (GPU frequency)| N/A| N/A| N/A| N/A|
50 …| name="boost" | SOCPERF thermal level control| event | - **1**: event sending enabled<br>-**0**: …
51 …| name="isolate" | CPU frequency increase control| event | - **1**: event sending enabled<br>-**0*…
52 | name="lcd" | LCD control (screen brightness)| N/A| N/A| N/A| N/A|
53 | name="volume" | Sound control (volume)| uid | User ID| int | Product-specific|
54 …| name="current_xxx" | Charging current control (charging current during fast charging and slow ch…
55 …| name="current_xxx" | Charging current control | event | - **1**: event sending enabled<br>-**0**…
56 …| name="voltage_xxx" | Charging voltage control (charging voltage during fast charging and slow ch…
57 …| name="voltage_xxx" | Charging voltage control | event | - **1**: event sending enabled<br>-**0**…
58 …| name="process_ctrl" | Process control (survival status of foreground and background processes)| …
59 …| name="process_ctrl" | Process control (survival status of foreground and background processes)| …
60 …| name="shut_down" | Shutdown control (device shutdown)| event | - **1**: event sending enabled<br…
61 …| name="thermallevel" | Thermal level control (thermal level reporting)| event | - **1**: event se…
62 | name="popup" | Pop-up window control (pop-up window display)| N/A| N/A| N/A| N/A|
63 …| name="xxx" | Node thermal control action| protocol<br>param | Set **protocol** to **node**.<br>S…
87 …lob/master/services/native/profile/BUILD.gn) file in the default thermal control configuration fol…
136 2. Obtain the current thermal control information.
141 The following is the reference thermal control result after customization:
168 During development, you can refer to the [default thermal control configuration](https://gitee.com/…