Home
last modified time | relevance | path

Searched refs:AtomicServiceProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js255 this.atomicServiceProxy = new AtomicServiceProxy(this.atomicService);
455 class AtomicServiceProxy { class
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets135 private atomicServiceProxy?: AtomicServiceProxy;
140 this.atomicServiceProxy = new AtomicServiceProxy(this.atomicService);
330 class AtomicServiceProxy {