Home
last modified time | relevance | path

Searched refs:message_ (Results 1 - 19 of 19) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp83 ASSERT_TRUE(reply.exception_.message_.find("No handler found") != string::npos); in TEST_F()
141 ASSERT_TRUE(reply.exception_.message_.find("json.exception.out_of_range") != string::npos); in TEST_F()
398 ASSERT_TRUE(reply1.exception_.message_.find("failed: Expect string") != string::npos); in TEST_F()
411 ASSERT_TRUE(reply1.exception_.message_.find("failed: Expect string") != string::npos); in TEST_F()
421 ASSERT_EQ("Get window nodes failed", reply5.exception_.message_); in TEST_F()
432 ASSERT_TRUE(reply0.exception_.message_.find("Illegal argument count") != string::npos); in TEST_F()
440 ASSERT_TRUE(reply1.exception_.message_.find("Illegal argument count") != string::npos); in TEST_F()
447 ASSERT_TRUE(reply2.exception_.message_.find("Expect string") != string::npos); in TEST_F()
465 ASSERT_TRUE(reply5.exception_.message_.find("Bad object ref") != string::npos); in TEST_F()
477 ASSERT_TRUE(reply7.exception_.message_ in TEST_F()
[all...]
H A Dipc_transactor_test.cpp157 ASSERT_EQ(result.exception_.message_, "MockedError"); in TEST()
164 ASSERT_TRUE(result.exception_.message_.find("ipc connection is dead") != string::npos); in TEST()
H A Dui_driver_test.cpp244 ASSERT_TRUE(error.message_.find(selector.Describe()) != string::npos) in TEST_F()
/test/testfwk/arkxtest/uitest/input/
H A Dui_input.cpp166 std::cout << exception_.message_ << std::endl; in FlingActionInput()
193 std::cout << exception_.message_ << std::endl; in SwipeActionInput()
229 std::cout << exception_.message_ << std::endl; in KeyEventActionInput()
249 std::cout << exception_.message_ << std::endl; in TextActionInput()
271 std::cout << exception_.message_ << std::endl; in ClickActionInput()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_defines.h73 std::string message_ = ""; member
80 message_ = ErrDescMap.find(ec)->second; in ApiCallErr()
86 message_ = std::string(msg); in ApiCallErr()
H A Dui_driver.cpp62 LOG_E("%{public}s", error.message_.c_str()); in CheckStatus()
226 LOG_E("Retrieve Widget with error %{public}s", err.message_.c_str()); in RetrieveWidget()
259 LOG_W("%{public}s", err.message_.c_str()); in RetrieveWidget()
267 LOG_W("%{public}s", err.message_.c_str()); in RetrieveWidget()
435 LOG_W("%{public}s", err.message_.c_str()); in RetrieveWindow()
H A Dfrontend_api_handler.cpp290 auto msg = apiErr.message_; in ErrCodeMapping()
395 out.exception_.message_ = "(PreProcessing: " + name + ")" + out.exception_.message_; in Call()
478 error.message_ = "Illegal value of property '" + propName + "': " + error.message_; in CheckCallArgType()
521 out.exception_.message_ = "Check arg" + to_string(idx) + " failed: " + out.exception_.message_; in APiCallInfoChecker()
705 LOG_W("genericFindWidgetHandler has error: %{public}s", out.exception_.message_.c_str()); in RegisterUiDriverComponentFinders()
711 out.exception_.message_ = "Component not exist matching: " + selector.Describe(); in RegisterUiDriverComponentFinders()
H A Dwidget_operator.cpp112 LOG_E("There is error when ScrollToEnd, msg is %{public}s", error.message_.c_str()); in ScrollToEnd()
223 LOG_E("There is error when Find Widget's subwidget, msg is %{public}s", error.message_.c_str()); in ScrollFindWidget()
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp155 PrintToConsole("DumpLayout failed:" + err.message_); in DumpLayout()
168 PrintToConsole("DumpLayout failed:" + err.message_); in DumpLayout()
274 PrintToConsole(error.message_); in UiRecord()
/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp95 LOG_E("%{public}s", out.exception_.message_.c_str()); in InitCallbackContext()
112 LOG_E("%{public}s", out.exception_.message_.c_str()); in InitCallbackContext()
117 LOG_E("%{public}s", out.exception_.message_.c_str()); in InitCallbackContext()
H A Duitest_napi.cpp211 const auto &message = reply.exception_.message_; in UnmarshalReply()
375 error = CreateJsException(env, err.code_, err.message_); in PreprocessTransaction()
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp98 reply.WriteString(result.exception_.message_); in OnRemoteRequest()
161 result.exception_.message_ = reply.ReadString(); in Call()
356 reply.exception_.message_ = string(msg) + processingApi_ + ", incoming: " + call.apiId_; in Transact()
436 replyWant.SetParam("message", err.message_); in SetBroadcastCommandHandler()
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp189 ret.data = MallocCString(err.message_); in CJ_ApiCall()
199 ret.data = MallocCString(result.exception_.message_); in CJ_ApiCall()
H A Dui_event_observer_impl.cpp78 LOG_E("%{public}s", out.exception_.message_.c_str()); in InitCallbackContext()
93 LOG_E("%{public}s", out.exception_.message_.c_str()); in InitCallbackContext()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp154 CALL_THROUGH_CHECK(errCode == ErrCode::NO_ERROR, reply.exception_.message_.c_str(), errCode, isFatalErr, ptr); in CallThroughMessage()
182 EXTENSION_API_CHECK(err.code_ == NO_ERROR, err.message_, err.code_); in AtomicTouch()
225 EXTENSION_API_CHECK(err.code_ == NO_ERROR, err.message_, err.code_); in StartCapture()
/test/xts/hats/useriam/faceauth/src/
H A Dface_auth_hdi.cpp52 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
71 return message_;
77 int32_t message_; member in DummyIExecutorCallback
/test/xts/hats/useriam/fingerprintauth/src/
H A Dfingerprint_auth_hdi.cpp51 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
70 return message_;
76 int32_t message_; member in DummyIExecutorCallback
/test/xts/hats/useriam/faceauth_additional/src/
H A Dface_auth_hdi.cpp56 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
77 return message_;
83 int32_t message_; member in DummyIExecutorCallback
/test/xts/hats/useriam/fingerprintauth_additional/src/
H A Dfingerprint_auth_hdi.cpp54 DummyIExecutorCallback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
75 return message_;
81 int32_t message_; member in DummyIExecutorCallback

Completed in 17 milliseconds