Home
last modified time | relevance | path

Searched refs:uiContext_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dframe_node.ts31 protected uiContext_: UIContext | undefined | null;
46 this.uiContext_ = uiContext;
171 let frameNode = new ProxyFrameNode(this.uiContext_);
515 …._commonAttribute.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 :…
527 …this._commonEvent.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 :…
544 this.uiContext_ = uiContext;
664 …this.attribute_.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 : t…
H A Dbuilder_node.ts70 private uiContext_: UIContext;
79 this.uiContext_ = uiContext;
186 this.frameNode_ = new BuilderRootFrameNode(this.uiContext_);
431 this.uiContext_ = uiContext;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js104 this.uiContext_ = uiContext;
212 this.frameNode_ = new BuilderRootFrameNode(this.uiContext_);
436 this.uiContext_ = uiContext;
740 this.uiContext_ = uiContext;
860 let frameNode = new ProxyFrameNode(this.uiContext_);
1165 …._commonAttribute.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 :…
1174 …this._commonEvent.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 :…
1190 this.uiContext_ = uiContext;
1296 …this.attribute_.setInstanceId((this.uiContext_ === undefined || this.uiContext_ === null) ? -1 : t…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h162 uiContext_ = uiContext; in SetContextValue()
261 shared_ptr<JsValue> uiContext_; variable
H A Djsi_declarative_engine.cpp1103 auto arkJSValue = std::static_pointer_cast<ArkJSValue>(uiContext_); in GetContextValue()