Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/src/
H A Dcgroup_map.cpp147 bool CgroupMap::FindAllEnableCgroupControllers(std::vector<CgroupController *> &controllers) in FindAllEnableCgroupControllers() argument
151 controllers.emplace_back(&(it->second)); in FindAllEnableCgroupControllers()
154 return controllers.size() != 0; in FindAllEnableCgroupControllers()
H A Dcgroup_action.cpp177 std::vector<CgroupController *> controllers; in GetSchedPolicy() local
180 if (instance.FindAllEnableCgroupControllers(controllers)) { in GetSchedPolicy()
181 for (const auto controller : controllers) { in GetSchedPolicy()
/ohos5.0/foundation/multimedia/av_session/services/session/server/migrate/
H A Dmigrate_avsession_server.cpp292 void MigrateAVSessionServer::SortControllers(std::list<sptr<AVControllerItem>> controllers) in SortControllers() argument
301 for (auto iter = controllers.begin(); iter != controllers.end(); iter++) { in SortControllers()
303 controllers.splice(controllers.begin(), controllers, iter); in SortControllers()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-interrupt.md23 …pt controller. Common interrupt controllers include vector interrupt controllers (VICs) and genera…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/
H A Dcgroup_map.h37 bool FindAllEnableCgroupControllers(std::vector<CgroupController *> &controllers);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ExceptionPrompt.md135controllers in the CustomDialog to open one or more other CustomDialogs in the CustomDialog. In th…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-i2c-develop.md13 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
18 … the PlatformManager, and provides the capabilities of adding, deleting, and obtaining controllers.
165 …nd node. This node specifies a type of I2C controllers rather than a specific I2C controller. The
H A Ddriver-platform-i3c-develop.md43 …objects of the same type, for example, when there are more than 10 I3C controllers. If the indepen…
48 …ager, and provides the capabilities of adding, deleting, and obtaining controllers. The core layer…
51 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
173 …of I3C controllers rather than a specific I3C controller. In this example, there is only one I3C c…
H A Ddriver-platform-pin-develop.md25 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
108 …istration. The following example uses two pin controllers as an example. If there are more pin con…
189 …controller corresponds to a controller node. If there are multiple pin controllers, add the contro…
H A Ddriver-platform-regulator-develop.md12 …cts of the same type, for example, when the regulator has more than 10 controllers. If the indepen…
123 …ormation from the second node. This node specifies a type of regulator controllers rather than a s…
186 …ller corresponds to a controller node. If there are multiple regulator controllers, add the corres…
H A Ddriver-platform-i3c-des.md43 …bjects of the same type, for example, when there are more than 10 I3C controllers. If the indepen…
108 Example: Open I3C controller 1 of the eight I3C controllers numbered from 0 to 7 in the system.
329 - The virtual I3C device is connected to I3C controllers 18 and 19.
H A Ddriver-platform-clock-develop.md19 … the PlatformManager, and provides the capabilities of adding, deleting, and obtaining controllers.
22 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
186 … information from the second node. This node specifies a type of clock controllers rather than a c…
H A Ddriver-platform-adc-develop.md31 … the PlatformManager, and provides the capabilities of adding, deleting, and obtaining controllers.
34 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
175 …er information from the second node. This node specifies a type of ADC controllers rather than an …
H A Ddriver-platform-gpio-develop.md25 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
111 …example, there is only one GPIO controller. If there are multiple GPIO controllers, add the device…
130 … // The private information about all controllers is in the gpio_config.hcs file.
H A Ddriver-platform-mmc-develop.md127 …tration. The following example uses three MMC controllers as an example. If there are more MMC con…
335 … **MmcCntlr**, and calls the **MmcCntlrAdd** function at the core layer to add the MMC controllers.
H A Ddriver-platform-pwm-develop.md93 …istration. The following example uses two PWM controllers as an example. If there are more PWM con…
H A Ddriver-platform-hdmi-develop.md159 …HDMI controllers rather than a specific HDMI controller. In this example, there is only one HDMI c…
H A Ddriver-platform-mipidsi-des.md6 …cessor Interface (MIPI) Alliance, aiming to reduce the cost of display controllers in a mobile dev…
H A Ddriver-platform-dac-develop.md41 In the unified service mode, the core layer manages all controllers in a unified manner and publish…
171 …er information from the second node. This node specifies a type of DAC controllers rather than a s…
H A Ddriver-platform-uart-develop.md132 …stration. The following example uses two UART controllers as an example. If there are more UART co…
H A Ddriver-platform-mipidsi-develop.md6 …stry Processor Interface (MIPI) Alliance to reduce the cost of display controllers in mobile devic…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.9.1/
H A Dchangelog-web.md28 Some released web controllers are migrated to the webviewController, and the original webController…
/ohos5.0/docs/en/application-dev/media/avsession/
H A Davsession-overview.md39 …o provide global control on audio and video playback behavior. Typical controllers are Media Contr…
/ohos5.0/docs/en/device-dev/faqs/
H A Dfaqs-burning.md164 3. Open the Universal Serial Bus controllers list.
H A Dfaqs-system-applications.md191 …Check whether **HDC Device** exists under the **Universal Serial Bus controllers** in the **Device…

12