Lines Matching refs:AtomicServiceWebController
33 controller: AtomicServiceWebController,
60 | controller | [AtomicServiceWebController](#atomicservicewebcontroller) …
74 ## AtomicServiceWebController section
76 …AtomicServiceWebController** object for controlling the behavior of the **AtomicServiceWeb** compo…
106 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
130 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
161 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
179 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
197 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
215 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
239 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
263 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
294 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
320 | 17100001 | Init error. The AtomicServiceWebController must be associated with a AtomicServiceWeb …
457 import { AtomicServiceWeb, AtomicServiceWebController } from '@kit.ArkUI';
462 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
478 import { AtomicServiceWeb, AtomicServiceWebController } from '@kit.ArkUI';
483 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
499 import { AtomicServiceWeb, AtomicServiceWebController } from '@kit.ArkUI';
509 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
528 import { AtomicServiceWeb, AtomicServiceWebController, OnMessageEvent } from '@kit.ArkUI';
533 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
597 AtomicServiceWebController,
607 @State controller: AtomicServiceWebController = new AtomicServiceWebController();
652 This example demonstrates how to use **AtomicServiceWeb** and **AtomicServiceWebController**.
658 AtomicServiceWebController,
674 @State controller: AtomicServiceWebController = new AtomicServiceWebController();