Searched refs:targetBtnId (Results 1 – 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 127 string targetBtnId; in MoveTo() local 128 if (!CheckOperational(MOVETO, window_.mode_, out, targetBtnId)) { in MoveTo() 142 string targetBtnId; in Resize() local 143 if (!CheckOperational(RESIZE, window_.mode_, out, targetBtnId)) { in Resize() 189 string targetBtnId; in Split() local 190 if (!CheckOperational(SPLIT, window_.mode_, out, targetBtnId)) { in Split() 193 BarAction(targetBtnId, out); in Split() 239 string targetBtnId; in Maximize() local 240 if (!CheckOperational(MAXIMIZE, window_.mode_, out, targetBtnId)) { in Maximize() 243 BarAction(targetBtnId, out); in Maximize() [all …]
|