Searched refs:CheckOperational (Results 1 – 1 of 1) sorted by relevance
/test/testfwk/arkxtest/uitest/core/ |
D | window_operator.cpp | 73 …static bool CheckOperational(WindowAction action, WindowMode mode, ApiReplyInfo &out, string &butt… in CheckOperational() function 128 if (!CheckOperational(MOVETO, window_.mode_, out, targetBtnId)) { in MoveTo() 143 if (!CheckOperational(RESIZE, window_.mode_, out, targetBtnId)) { in Resize() 190 if (!CheckOperational(SPLIT, window_.mode_, out, targetBtnId)) { in Split() 240 if (!CheckOperational(MAXIMIZE, window_.mode_, out, targetBtnId)) { in Maximize() 253 if (!CheckOperational(RESUME, window_.mode_, out, targetBtnId)) { in Resume() 266 if (!CheckOperational(MINIMIZE, window_.mode_, out, targetBtnId)) { in Minimize() 279 if (!CheckOperational(CLOSE, window_.mode_, out, targetBtnId)) { in Close()
|