Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dcontroller_unittest.ts57 const rootCtl = new MockController('root'); constant
58 runControllerTree(rootCtl);
64 const rootCtl = new MockController('root'); constant
66 if (rootCtl.state === 'idle') {
67 rootCtl.setState('state1');
68 } else if (rootCtl.state === 'state1') {
69 rootCtl.setState('state2');
72 runControllerTree(rootCtl);
78 const rootCtl = new MockController('root'); constant
82 rootCtl.setState(nextState);
[all …]