Home
last modified time | relevance | path

Searched refs:LOG_D (Results 1 - 13 of 13) sorted by relevance

/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp87 LOG_D("Screen changed, auto restart ScreenCopy"); in AdapteScreenChange()
118 LOG_D("Register ScreenListener, ret=%{public}d", ret); in Run()
135 LOG_D("Begin to wait for threads exit"); in Destroy()
147 LOG_D("All threads exited"); in Destroy()
174 LOG_D("GetOneFrameDone, Changed=%{public}d", changed); in PollAndNotifyFrames()
224 LOG_D("The width need to be adapted!"); in AdaptJpegSize()
256 LOG_D("ConsumeFrame_Begin"); in WaitAndConsumeFrames()
288 LOG_D("ConsumeFrame_End, size=%{public}lu", imgSize); in WaitAndConsumeFrames()
/test/testfwk/arkxtest/uitest/cj/
H A Duitest_ffi.cpp117 LOG_D("TargetApi=%{public}s", callInfo.apiId_.data()); in CJTransact()
172 LOG_D("apiId: %{public}s", params.apiId); in CJ_ApiCall()
175 LOG_D("callerObjRef_: %{public}s", params.callerObjRef); in CJ_ApiCall()
179 LOG_D("paramList_: \"\""); in CJ_ApiCall()
182 LOG_D("paramList_: %{public}s", params.paramList); in CJ_ApiCall()
H A Dui_event_observer_impl.cpp60 LOG_D("Hold reference of %{public}s", key.c_str()); in PreprocessCallOnce()
175 LOG_D("[UiEventObserverImpl]Unref callback: %{public}s", context->callbackId.c_str()); in HandleEventCallback()
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.cpp95 LOG_D("select in widget, store current index is %{public}d", currentIndex_); in RestoreNodeIndexByAnchor()
154 LOG_D("This node has no parent: %{public}s", in VisitNodeByChildAndBrother()
161 LOG_D("This topIndex_ has no parent: %{public}d", topIndex_); in VisitNodeByChildAndBrother()
169 LOG_D("This node has no parent: %{public}s", in VisitNodeByChildAndBrother()
182 LOG_D("node %{public}s is invisible not find its children", in VisitChildren()
266 LOG_D("widget %{public}s is not visible", widget.GetAttr(UiAttr::ACCESSIBILITY_ID).data()); in WrapperNodeAttrToVec()
/test/testfwk/arkxtest/uitest/core/
H A Dselect_strategy.cpp52 LOG_D("Widget %{public}s bounds is %{public}s, without window bounds %{public}s, widget info is %{public}s", in CalcWidgetVisibleBounds()
81 LOG_D("widget %{public}s is hide by overplays, widget info is %{public}s", in CalcWidgetVisibleBounds()
163 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
169 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
206 LOG_D("Widget %{public}s is invisible", myselfWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data()); in LocateNodeAfterAnchor()
258 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
264 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
338 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
344 LOG_D("Widget %{public}s is invisible", anchorWidget.GetAttr(UiAttr::ACCESSIBILITY_ID).data());
387 LOG_D("Widge in LocateNodeWithInAnchor()
[all...]
H A Dui_driver.cpp102 LOG_D("window id is %{public}d, rect info is %{public}s", win.id_, ss.str().data()); in UpdateUIWindows()
301 LOG_D("Start find in Window, window id is %{public}d", curWinCache.window_.id_); in FindWidgets()
399 LOG_D("ScreenCap successed"); in TakeScreenCap()
479 LOG_D("screen is off, turn it on"); in WakeUpDisplay()
539 LOG_D("inputText by Keycode"); in InputText()
544 LOG_D("inputText by pasteBoard"); in InputText()
H A Dwidget_selector.cpp118 LOG_D("skip window(%{public}s), it is not target window %{public}s", window.bundleName_.data(), in Select()
123 LOG_D("Do Select, select strategy is %{public}d", visitStrategy->GetStrategyType()); in Select()
H A Dfrontend_api_handler.cpp157 LOG_D("parse class %{public}s", string(classDef->name_).c_str()); in ParseFrontendMethodsSignature()
206 LOG_D("original className: %{public}s, modified to: %{public}s", className.c_str(), output.c_str()); in CheckAndDoApiMapping()
251 LOG_D("original api:%{public}s, modified to:%{public}s", inModifier.apiId_.c_str(), in ApiMapPre()
259 LOG_D("Modify call name to %{public}s", inModifier.apiId_.c_str()); in ApiMapPre()
263 LOG_D("Modify callobjref to %{public}s", inModifier.callerObjRef_.c_str()); in ApiMapPre()
594 LOG_D("%{public}s", ss.str().c_str()); in BackendObjectsCleaner()
H A Dcommon_utilities_hpp.h129 #define LOG_D(FMT, VARS...) LOG(DEBUG, FMT, ##VARS) macro
/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp64 LOG_D("Hold reference of %{public}s", call.callerObjRef_.c_str()); in PreprocessCallOnce()
73 LOG_D("Hold reference of %{public}s", jsCbId.c_str()); in PreprocessCallOnce()
165 LOG_D("Unref jsObserver: %{public}s", ctx->observerId.c_str()); in HandleEventCallback()
170 LOG_D("Unref jsCallback: %{public}s", ctx->callbackId.c_str()); in HandleEventCallback()
H A Duitest_napi.cpp187 LOG_D("Convert to frontend object: '%{public}s'", frontendTypeName.c_str()); in UnmarshalObject()
195 LOG_D("Bind jsThis"); in UnmarshalObject()
241 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data()); in TransactSync()
279 LOG_D("TargetApi=%{public}s", ctx.callInfo_.apiId_.data()); in TransactAsync()
459 LOG_D("Finalizing object: %{public}s", ref->c_str()); in ExportClass()
/test/testfwk/arkxtest/uitest/record/
H A Dleast_square_impl.cpp54 LOG_D("MatrixN3_USING"); in GetLSMParams()
74 LOG_D("MatrixN3_USING_Finished"); in GetLSMParams()
/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp232 LOG_D("Received commonEvent"); in WaitForPublishedCaller()

Completed in 11 milliseconds