Searched refs:uiContext_ (Results 1 – 5 of 5) sorted by relevance
31 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…
70 private uiContext_: UIContext;79 this.uiContext_ = uiContext;186 this.frameNode_ = new BuilderRootFrameNode(this.uiContext_);431 this.uiContext_ = uiContext;
104 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…
162 uiContext_ = uiContext; in SetContextValue()261 shared_ptr<JsValue> uiContext_; variable
1103 auto arkJSValue = std::static_pointer_cast<ArkJSValue>(uiContext_); in GetContextValue()