Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
Dipc_transactor_test.cpp132 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/
Dfrontend_api_defines.h41 ERR_API_USAGE = 17000002, enumerator
60 {ERR_API_USAGE, "The async function is not called with await."},
Dfrontend_api_handler.cpp240 {ERR_API_USAGE, {INTERNAL_ERROR}},
/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp124 …CALL_THROUGH_CHECK(g_callThroughLock.try_lock(), "Disallow concurrent use", ERR_API_USAGE, false, … in CallThroughMessage()
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp354 reply.exception_.code_ = ERR_API_USAGE; in Transact()