Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_defines.h41 ERR_API_USAGE = 17000002, enumerator
60 {ERR_API_USAGE, "API does not allow calling concurrently."},
Dfrontend_api_handler.cpp231 {ERR_API_USAGE, {INTERNAL_ERROR}},
/test/testfwk/arkxtest/uitest/test/
Dipc_transactor_test.cpp131 result.exception_ = ApiCallErr(ERR_API_USAGE, "MockedError"); in TEST()
155 ASSERT_EQ(result.exception_.code_, ERR_API_USAGE); in TEST()
263 ASSERT_EQ(result1.exception_.code_, ERR_API_USAGE); in TEST()
/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp350 reply.exception_.code_ = ERR_API_USAGE; in Transact()