Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp39 static int32_t g_lastErrorCode = 0; variable
49 g_lastErrorCode = static_cast<int32_t>(errorCode); \
95 *codeOut = g_lastErrorCode; in GetAndClearLastError()
98 g_lastErrorCode = ErrCode::NO_ERROR; in GetAndClearLastError()