Home
last modified time | relevance | path

Searched refs:LOG_E (Results 1 – 16 of 16) sorted by relevance

/test/testfwk/arkxtest/uitest/connection/
Dipc_transactor.cpp150 LOG_E("Failed to write file descriptor param"); in Call()
171 LOG_E("IPC SendRequest failed"); in SetBackCaller()
212 LOG_E("Pulbish commonEvent failed"); in PublishCallerAndWaitForBackcaller()
242 LOG_E("Fail to subscribe commonEvent"); in WaitForPublishedCaller()
247 LOG_E("Wait for ApiCaller publish by server timeout"); in WaitForPublishedCaller()
249 LOG_E("Published ApiCaller object is null"); in WaitForPublishedCaller()
261 LOG_E("Cannot SetDeathCallback in singleness mode"); in SetDeathCallback()
309 LOG_E("Failed to set backcaller to server"); in InitAndConnectPeer()
315 LOG_E("Failed to get apiCaller object from peer"); in InitAndConnectPeer()
324 LOG_E("Failed to register remote caller DeathRecipient"); in InitAndConnectPeer()
[all …]
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.cpp202 LOG_E("wai for scrollEnd event timeout."); in WaitScrollCompelete()
262 LOG_E("Failed Get Bundle Name by WindowId %{public}d", node.GetWindowId()); in InflateWindowInfo()
361 LOG_E("GetWindowInfo failed, windowId: %{public}d", winInfo.id_); in GetWidgetsInWindow()
366 LOG_E("GetRootByWindowBatch failed, windowId: %{public}d", winInfo.id_); in GetWidgetsInWindow()
634 LOG_E("Failed to register UiEventMonitor"); in ConnectToSysAbility()
640 LOG_E("Failed to connect to AccessibilityUITestAbility, RET_ERR_INVALID_PARAM"); in ConnectToSysAbility()
643 LOG_E("Failed to connect to AccessibilityUITestAbility, RET_ERR_NULLPTR"); in ConnectToSysAbility()
646 LOG_E("Failed to connect to AccessibilityUITestAbility, RET_ERR_CONNECTION_EXIST"); in ConnectToSysAbility()
649 LOG_E("Failed to connect to AccessibilityUITestAbility, RET_ERR_IPC_FAILED"); in ConnectToSysAbility()
652 LOG_E("Failed to connect to AccessibilityUITestAbility, RET_ERR_SAMGR"); in ConnectToSysAbility()
[all …]
Dserver_main.cpp193 LOG_E("Empty transaction token"); in StartDaemon()
198 LOG_E("Failed to daemonize current process"); in StartDaemon()
220 LOG_E("Failed to initialize server"); in StartDaemon()
Delement_node_iterator_impl.cpp232 LOG_E("Node error, except: %{public}s, actual is %{public}s", in VisitBrother()
/test/testfwk/arkxtest/uitest/record/
Dleast_square_impl.cpp24LOG_E("size is invalid, %{public}d, %{public}d", static_cast<int32_t>(tVals_.size()), paramsNum_); in GetLSMParams()
65 LOG_E("fail to invert"); in GetLSMParams()
77 LOG_E("MatrixN4_USING_NEED"); in GetLSMParams()
Dkeyevent_tracker.cpp70 LOG_E("keyCode:%{keyCode} did not received down event before the up event.", keyCode); in KeyCodeDone()
78 LOG_E("Failed to obtain the combination_key when cout keyEvent."); in WriteCombinationData()
108 LOG_E("Failed to obtain the combination_key when save keyEvent into record.csv."); in WriteCombinationData()
Dmatrix3.cpp178LOG_E("failt to ScaleMapping, due to %{public}d, %{public}d", static_cast<int32_t>(src.size()), co… in ScaleMapping()
Dpointer_tracker.cpp83 LOG_E("获取回调信息存在异常,请重新录制"); in HandleDownEvent()
/test/testfwk/arkxtest/uitest/napi/
Dui_event_observer_napi.cpp46 LOG_E("Missing event type argument"); in PreprocessCallOnce()
56 LOG_E("Invalid callback function argument"); in PreprocessCallOnce()
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()
Duitest_napi.cpp213 LOG_E("ErrorInfo: code='%{public}u', message='%{public}s'", code, message.c_str()); in UnmarshalReply()
358 LOG_E("Missing file path argument"); in PreprocessTransaction()
365 LOG_E("Invalid file path: %{public}s", path.data()); in PreprocessTransaction()
/test/testfwk/arkxtest/uitest/addon/
Dextension_executor.cpp96 LOG_E("EXTENSION_API_CHECK failed: %{public}s", g_lastErrorMessage.c_str()); \
142 LOG_E("Check condition (%{public}s) failed: %{public}s", #cond, string(message).c_str()); \
307 LOG_E("Client nativeCode not exist"); in ExecuteExtension()
312 LOG_E("Dlopen %{public}s failed: %{public}s", extensionPath.data(), strerror(errno)); in ExecuteExtension()
317 LOG_E("Dlsym failed:" UITEST_EXTENSION_CALLBACK_ONINIT); in ExecuteExtension()
323 LOG_E("Dlsym failed: " UITEST_EXTENSION_CALLBACK_ONRUN); in ExecuteExtension()
Dscreen_copy.cpp301 LOG_E("Illegal arguments"); in StartScreenCopy()
316 LOG_E("The error message is %{public}s", buf); in StartScreenCopy()
/test/testfwk/arkxtest/uitest/core/
Dwidget_operator.cpp112 LOG_E("There is error when ScrollToEnd, msg is %{public}s", error.message_.c_str()); in ScrollToEnd()
128 LOG_E("There is error when Find Widget's fist leaf"); in ScrollToEnd()
229LOG_E("There is error when Find Widget's subwidget, msg is %{public}s", error.message_.c_str()); in ScrollFindWidget()
245 LOG_E("There is error when Find Widget's fist leaf"); in ScrollFindWidget()
Dcommon_utilities_hpp.h143 #define LOG_E(FMT, VARS...) LOG(LogRank::ERROR, FMT, ##VARS) macro
Dui_model.cpp62 LOG_E("Error attrId %{public}d, check it", attrId); in SetAttr()
Dui_driver.cpp80 LOG_E("Get Windows Failed"); in UpdateUIWindows()
119LOG_E("Window %{public}s has no node, skip it", winCache.window_.bundleName_.data()); in DumpWindowsInfo()