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.cpp85 static int32_t g_lastErrorCode = 0; variable
95 g_lastErrorCode = static_cast<int32_t>(errorCode); \
130 *codeOut = g_lastErrorCode; in GetAndClearLastError()
133 g_lastErrorCode = ErrCode::NO_ERROR; in GetAndClearLastError()