Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_view.ts654 public observeComponentCreation(compilerAssignedUpdateFunc: UpdateFunc): void {
662 compilerAssignedUpdateFunc(elmtId, isFirstRender);
684 …public observeComponentCreation2(compilerAssignedUpdateFunc: UpdateFunc, classObject: UIClassObjec…
717 compilerAssignedUpdateFunc(elmtId, isFirstRender);
782 rebuildUpdateFunc(elmtId, compilerAssignedUpdateFunc): void {
785 compilerAssignedUpdateFunc(elmtId, isFirstRender);
802 const compilerAssignedUpdateFunc: UpdateFunc = (element, isFirstRender) => {
809 this.observeComponentCreation(compilerAssignedUpdateFunc);
818 this.rebuildUpdateFunc(oldElmtId, compilerAssignedUpdateFunc);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dbuilder_node.ts269 …public observeComponentCreation2(compilerAssignedUpdateFunc: UpdateFunc, classObject: { prototype:…
285 compilerAssignedUpdateFunc(elmtId, isFirstRender);
287 compilerAssignedUpdateFunc(elmtId, isFirstRender, this.params_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_view.ts149 …public observeComponentCreation2(compilerAssignedUpdateFunc: UpdateFunc, classObject: { prototype:…
163 compilerAssignedUpdateFunc(elmtId, isFirstRender);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js6754 observeComponentCreation(compilerAssignedUpdateFunc) {
6762 compilerAssignedUpdateFunc(elmtId, isFirstRender);
6783 observeComponentCreation2(compilerAssignedUpdateFunc, classObject) {
6812 compilerAssignedUpdateFunc(elmtId, isFirstRender);
6869 rebuildUpdateFunc(elmtId, compilerAssignedUpdateFunc) {
6872 compilerAssignedUpdateFunc(elmtId, isFirstRender);
6888 const compilerAssignedUpdateFunc = (element, isFirstRender) => { constant
6895 this.observeComponentCreation(compilerAssignedUpdateFunc);
6903 this.rebuildUpdateFunc(oldElmtId, compilerAssignedUpdateFunc);
9140 observeComponentCreation2(compilerAssignedUpdateFunc, classObject) {
[all …]
H A DjsXNode.js289 observeComponentCreation2(compilerAssignedUpdateFunc, classObject) { argument
304 compilerAssignedUpdateFunc(elmtId, isFirstRender);
307 compilerAssignedUpdateFunc(elmtId, isFirstRender, this.params_);