Home
last modified time | relevance | path

Searched refs:AsyncAddMonitorV2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_monitor.ts206 class AsyncAddMonitorV2 {
210 if (AsyncAddMonitorV2.watches.length === 0) {
212 .then(AsyncAddMonitorV2.run)
218 AsyncAddMonitorV2.watches.push([target, name]);
222 for (let item of AsyncAddMonitorV2.watches) {
225 AsyncAddMonitorV2.watches = [];
H A Dv2_decorated_variables.ts255 AsyncAddMonitorV2.addMonitor(this, BaseClass.name);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js8686 AsyncAddMonitorV2.addMonitor(this, BaseClass.name);
8862 class AsyncAddMonitorV2 { class
8864 if (AsyncAddMonitorV2.watches.length === 0) {
8866 .then(AsyncAddMonitorV2.run)
8872 AsyncAddMonitorV2.watches.push([target, name]);
8875 for (let item of AsyncAddMonitorV2.watches) {
8878 AsyncAddMonitorV2.watches = [];
8881 AsyncAddMonitorV2.watches = [];