/test/testfwk/arkxtest/uitest/test/ |
H A D | frontend_api_handler_test.cpp | 83 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 D | ipc_transactor_test.cpp | 157 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 D | ui_driver_test.cpp | 244 ASSERT_TRUE(error.message_.find(selector.Describe()) != string::npos) in TEST_F()
|
/test/testfwk/arkxtest/uitest/input/ |
H A D | ui_input.cpp | 166 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 D | frontend_api_defines.h | 73 std::string message_ = ""; member 80 message_ = ErrDescMap.find(ec)->second; in ApiCallErr() 86 message_ = std::string(msg); in ApiCallErr()
|
H A D | ui_driver.cpp | 62 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 D | frontend_api_handler.cpp | 290 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 D | widget_operator.cpp | 112 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 D | server_main.cpp | 155 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 D | ui_event_observer_napi.cpp | 95 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 D | uitest_napi.cpp | 211 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 D | ipc_transactor.cpp | 98 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 D | uitest_ffi.cpp | 189 ret.data = MallocCString(err.message_); in CJ_ApiCall() 199 ret.data = MallocCString(result.exception_.message_); in CJ_ApiCall()
|
H A D | ui_event_observer_impl.cpp | 78 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 D | extension_executor.cpp | 154 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 D | face_auth_hdi.cpp | 52 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 D | fingerprint_auth_hdi.cpp | 51 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 D | face_auth_hdi.cpp | 56 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 D | fingerprint_auth_hdi.cpp | 54 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
|