Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/addon/
Dextension_c_api.h57 RetCode (*getAndClearLastError)(int32_t *codeOut, ReceiveBuffer msgOut);
Dextension_executor.cpp89 static RetCode GetAndClearLastError(int32_t *codeOut, ReceiveBuffer msgOut) in GetAndClearLastError() argument
91 if (codeOut == nullptr) { in GetAndClearLastError()
95 *codeOut = g_lastErrorCode; in GetAndClearLastError()