Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_view.ts986 let dfxCommands: DFXCommand[] = this.processOnDumpCommands(commands);
988 dfxCommands.forEach((command) => {
1048 let dfxCommands: DFXCommand[] = [];
1054 let dfxCommand: DFXCommand = dfxCommands[dfxCommands.length - 1];
1063 let dfxCommand: DFXCommand = dfxCommands[dfxCommands.length - 1];
1069 dfxCommands.push({
1076 return dfxCommands;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js7052 let dfxCommands = this.processOnDumpCommands(commands);
7053 dfxCommands.forEach((command) => {
7111 let dfxCommands = []; variable
7116 let dfxCommand = dfxCommands[dfxCommands.length - 1];
7126 let dfxCommand = dfxCommands[dfxCommands.length - 1];
7133 dfxCommands.push({
7140 return dfxCommands;