Searched refs:ERR_API_USAGE (Results 1 – 5 of 5) sorted by relevance
| /test/testfwk/arkxtest/uitest/test/ |
| D | ipc_transactor_test.cpp | 132 result.exception_ = ApiCallErr(ERR_API_USAGE, "MockedError"); in TEST() 156 ASSERT_EQ(result.exception_.code_, ERR_API_USAGE); in TEST() 264 ASSERT_EQ(result1.exception_.code_, ERR_API_USAGE); in TEST()
|
| /test/testfwk/arkxtest/uitest/core/ |
| D | frontend_api_defines.h | 41 ERR_API_USAGE = 17000002, enumerator 60 {ERR_API_USAGE, "The async function is not called with await."},
|
| D | frontend_api_handler.cpp | 240 {ERR_API_USAGE, {INTERNAL_ERROR}},
|
| /test/testfwk/arkxtest/uitest/addon/ |
| D | extension_executor.cpp | 124 …CALL_THROUGH_CHECK(g_callThroughLock.try_lock(), "Disallow concurrent use", ERR_API_USAGE, false, … in CallThroughMessage()
|
| /test/testfwk/arkxtest/uitest/connection/ |
| D | ipc_transactor.cpp | 354 reply.exception_.code_ = ERR_API_USAGE; in Transact()
|