Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dwindow_operator.cpp42 static constexpr Operational OPERATIONS[] = { variable
75 for (unsigned long index = 0; index < sizeof(OPERATIONS) / sizeof(Operational); index++) { in CheckOperational()
76 if (OPERATIONS[index].action == action && OPERATIONS[index].windowMode == mode) { in CheckOperational()
77 if (OPERATIONS[index].support) { in CheckOperational()
78 buttonId = OPERATIONS[index].buttonId; in CheckOperational()
81 … out.exception_ = ApiCallErr(ERR_OPERATION_UNSUPPORTED, OPERATIONS[index].message); in CheckOperational()