/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/ |
H A D | test_request.cpp | 51 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread() 54 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetUrl %{public}d", setRspUrl_); in ReadRawfileDataOnWorkerThread() 57 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetError %{public}d", setRspError_); in ReadRawfileDataOnWorkerThread() 60 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ 404"); in ReadRawfileDataOnWorkerThread() 65 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ 200"); in ReadRawfileDataOnWorkerThread() 75 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetHeaderByName %{public}s", std::to_string(len).c_str()); in ReadRawfileDataOnWorkerThread() 79 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceHandler_DidReceiveResponse %{public}d", ret); in ReadRawfileDataOnWorkerThread() 87 OH_LOG_INFO(LOG_APP, "read rawfile %{public}d bytes.", ret); in ReadRawfileDataOnWorkerThread() 95 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceHandler_DidReceiveData. %{public}d", is_success); in ReadRawfileDataOnWorkerThread() 108 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_GetUr in ReadRawfileDataOnWorkerThread() [all...] |
H A D | hello.cpp | 75 OH_LOG_INFO(LOG_APP, "register custom schemes start"); in RegisterCustomSchemes() 81 OH_LOG_INFO(LOG_APP, "register custom schemes end %{public}d", value); in RegisterCustomSchemes() 111 OH_LOG_INFO(LOG_APP, "OnURLRequestStart"); in OnURLRequestStart() 156 OH_LOG_INFO(LOG_APP, "testRequest->rawfilePath() %{public}s", testRequest->rawfilePath().c_str()); in OnURLRequestStart() 158 OH_LOG_INFO(LOG_APP, "testRequest->url() %{public}s", testUrl.c_str()); in OnURLRequestStart() 159 OH_LOG_INFO(LOG_APP, "testRequest->method() %{public}s", testMethod.c_str()); in OnURLRequestStart() 160 OH_LOG_INFO(LOG_APP, "testRequest->isGetBodyStream() %{public}d", testGetHttpBodyStream); in OnURLRequestStart() 161 OH_LOG_INFO(LOG_APP, "testRequest->header_size() %{public}d", testHeaderSize); in OnURLRequestStart() 162 OH_LOG_INFO(LOG_APP, "testRequest->hasHeader() %{public}d", testHasHeader); in OnURLRequestStart() 163 OH_LOG_INFO(LOG_APP, "testReques in OnURLRequestStart() [all...] |
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 33 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback() 64 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback() 66 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback() 82 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start() 97 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseString."); in Start() 108 OH_LOG_ERROR(LOG_APP, "have http body stream"); in Start() 117 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_SetUserData %{public}d", httpBodyStreamSetUserData_); in Start() 118 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_SetReadCallback %{public}d", httpBodyStreamSetUserData_); in Start() 119 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_Init %{public}d", httpBodyStreamInit_); in Start() 128 OH_LOG_INFO(LOG_APP, "rea in ReadRawfileDataOnWorkerThread() [all...] |
H A D | hello.cpp | 48 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes() 64 OH_LOG_ERROR(LOG_APP, "rawfileRequest->resourceHandlerDidFailWithError(). %{public}d", in OnURLRequestStart() 74 OH_LOG_ERROR(LOG_APP, "on request stop request is nullptr."); in OnURLRequestStop() 82 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsEof(). %{public}d", testIsEof); in OnURLRequestStop() 83 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsChunked(). %{public}d", testIsChunked); in OnURLRequestStop() 84 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsInMemory(). %{public}d", testIsInMemory); in OnURLRequestStop() 98 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsEof(). %{public}d", testIsEof); in OnURLRequestStop() 99 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsChunked(). %{public}d", testIsChunked); in OnURLRequestStop() 100 OH_LOG_ERROR(LOG_APP, "rawfileRequest->httpBodyStreamIsInMemory(). %{public}d", testIsInMemory); in OnURLRequestStop() 101 OH_LOG_ERROR(LOG_APP, "rawfileReques in OnURLRequestStop() [all...] |
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 38 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback() 69 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback() 71 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback() 87 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start() 112 OH_LOG_ERROR(LOG_APP, "have http body stream"); in Start() 118 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_SetUserData %{public}d", httpBodyStreamSetUserData_); in Start() 119 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_SetReadCallback %{public}d", httpBodyStreamSetUserData_); in Start() 120 OH_LOG_ERROR(LOG_APP, "OH_ArkWebHttpBodyStream_Init %{public}d", httpBodyStreamInit_); in Start() 129 OH_LOG_INFO(LOG_APP, "read rawfile in worker thread."); in ReadRawfileDataOnWorkerThread() 149 OH_LOG_ERROR(LOG_APP, "rea in ReadRawfileDataOnWorkerThread() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/ |
H A D | arkUIAPi.cpp | 101 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager","CreateNativeNode yc-state %{public}f", getPosition);
in testArkUI010() 132 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager","CreateNativeNode yc-state %{public}f", getDirection);
in testArkUI013() 143 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager","CreateNativeNode yc-state %{public}f", getPositionStart);
in testArkUI014() 154 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager","CreateNativeNode yc-state %{public}f", getPositionEnd);
in testArkUI015() 166 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "testArkUI016-Handle %{public}p", contentHandle);
in testArkUI016() 175 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "test17 start");
in testArkUI017() 178 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "testArkUI017-ret %{public}d", ret);
in testArkUI017() 184 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "test17 end");
in testArkUI017() 190 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "test18 start");
in testArkUI018() 193 OH_LOG_Print(LOG_APP, LOG_INF in testArkUI018() [all...] |
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | native_xcomponent.cpp | 31 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceCreatedCB"); in OnSurfaceCreatedCB() 34 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceCreatedCB: component or window is null"); in OnSurfaceCreatedCB() 42 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceCreatedCB: Unable to get XComponent id"); in OnSurfaceCreatedCB() 60 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceChangedCB"); in OnSurfaceChangedCB() 63 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceChangedCB: component or window is null"); in OnSurfaceChangedCB() 71 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceChangedCB: Unable to get XComponent id"); in OnSurfaceChangedCB() 84 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceDestroyedCB"); in OnSurfaceDestroyedCB() 87 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceDestroyedCB: component or window is null"); in OnSurfaceDestroyedCB() 95 LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceDestroyedCB: Unable to get XComponent id"); in OnSurfaceDestroyedCB() 105 OH_LOG_Print(LOG_APP, LOG_INF in DispatchTouchEventCB() [all...] |
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 39 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>GetTextConfigFunc successful.");
in GetTextConfigFunc() 44 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>InsertTextFunc successful.");
in InsertTextFunc() 49 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>DeleteForwardFunc successful.");
in DeleteForwardFunc() 54 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>DeleteBackwardFunc successful.");
in DeleteBackwardFunc() 59 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>SendKeyboardStatusFunc successful.");
in SendKeyboardStatusFunc() 64 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>SendEnterKeyFunc successful.");
in SendEnterKeyFunc() 69 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>MoveCursorFunc successful.");
in MoveCursorFunc() 74 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>HandleSetSelectionFunc successful.");
in HandleSetSelectionFunc() 79 OH_LOG_Print(LOG_APP, LOG_INFO, 0, "", "NDKTest====>HandleExtendActionFunc successful.");
in HandleExtendActionFunc() 85 OH_LOG_Print(LOG_APP, LOG_INF in GetLeftTextOfCursorFunc() [all...] |
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/ |
H A D | rawfile_request.cpp | 38 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback() 69 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback() 71 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback() 87 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start() 110 OH_LOG_ERROR(LOG_APP, "have http body stream"); in Start() 122 OH_LOG_INFO(LOG_APP, "read rawfile in worker thread."); in ReadRawfileDataOnWorkerThread() 133 OH_LOG_ERROR(LOG_APP, "read rawfile error, resource manager is nullptr."); in ReadRawfileDataOnWorkerThread() 138 OH_LOG_INFO(LOG_APP, "read OH_ResourceManager_OpenRawFile %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread() 141 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_NOT_FOUND); in ReadRawfileDataOnWorkerThread() 144 OH_LOG_INFO(LOG_APP, "rea in ReadRawfileDataOnWorkerThread() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
H A D | gesture_test.cpp | 49 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE inputEvent %{public}d", in OnActionCallBack() 51 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE sourceType %{public}d", in OnActionCallBack() 53 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE action %{public}d", in OnActionCallBack() 55 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE toolType %{public}d", in OnActionCallBack() 57 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE pointerCount %{public}d", in OnActionCallBack() 59 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE pointerId %{public}d", in OnActionCallBack() 61 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE getXByIndex %{public}f", in OnActionCallBack() 63 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE getYByIndex %{public}f", in OnActionCallBack() 65 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "LONGPRESSGESTURE getWindowXByIndex %{public}f", in OnActionCallBack() 67 OH_LOG_Print(LOG_APP, LOG_INF in OnActionCallBack() [all...] |
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/ |
H A D | subscribe.cpp | 26 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "Onreceive event!");
in OnReceive() 31 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "event: %{public}s, code: %{public}d, data: %{public}s, bundle: %{public}s\n", event, code, retData, bundle);
in OnReceive() 34 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "intValue = %{public}d", intValue);
in OnReceive() 36 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "boolValue = %{public}d", boolValue);
in OnReceive() 44 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "boolarraysize = %{public}d", boolarraysize);
in OnReceive() 47 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "charValue = %{public}c", charValue);
in OnReceive() 55 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "chararraysize = %{public}d, %{public}s", chararraysize, *chararray);
in OnReceive() 58 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "doubleValue = %{public}f", doubleValue);
in OnReceive() 66 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "doublearraysize = %{public}d", doublearraysize);
in OnReceive() 75 OH_LOG_Print(LOG_APP, LOG_INF in OnReceive() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/ |
H A D | pointevent_ontouch_test.cpp | 56 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryXY() 65 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryXY() 77 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryWindowXY() 86 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryWindowXY() 98 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryDisplayXY() 107 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryDisplayXY() 120 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryTiltXY() 129 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryTiltXY() 140 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryTouchArea() 148 OH_LOG_Print(LOG_APP, in EventHandleGetHistoryTouchArea() [all...] |
/test/xts/acts/ability/ability_runtime/capiabilityruntime/entry/src/main/cpp/ |
H A D | napi_init.cpp | 51 OH_LOG_ERROR(LOG_APP, "error %{public}d", code); in GetBundleName() 55 OH_LOG_DEBUG(LOG_APP, "result: %{public}s", buffer); in GetBundleName() 67 OH_LOG_ERROR(LOG_APP, "error %{public}d", code); in GetCacheDir() 71 OH_LOG_DEBUG(LOG_APP, "result: %{public}s", buffer); in GetCacheDir() 82 OH_LOG_ERROR(LOG_APP, "error %{public}d", code); in GetAreaMode() 86 OH_LOG_DEBUG(LOG_APP, "result: %{public}d", mode); in GetAreaMode() 103 OH_LOG_ERROR(LOG_APP, "args[0] is not string"); in TestGetBundleName() 113 OH_LOG_ERROR(LOG_APP, "input is empty"); in TestGetBundleName() 126 OH_LOG_ERROR(LOG_APP, "test%{public}d failed code: %{public}d", testId, code); in TestGetBundleName() 135 OH_LOG_ERROR(LOG_APP, "tes in TestGetBundleName() [all...] |
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 51 const char *LOG_APP = "ImageNDK"; variable 90 OH_LOG_ERROR(LOG_APP, "napi_get_cb_info failed, argCount: %{public}zu.", argCount); in TestInitializationOptionsSetRowStrideNormal() 98 OH_LOG_ERROR(LOG_APP, "OH_PixelmapInitializationOptions_Create failed, errCode: %{public}d.", errCode); in TestInitializationOptionsSetRowStrideNormal() 115 OH_LOG_ERROR(LOG_APP, "OH_PixelmapInitializationOptions_Release failed, errCode: %{public}d.", errCode); in TestInitializationOptionsSetRowStrideNormal() 118 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestInitializationOptionsSetRowStrideNormal success."); in TestInitializationOptionsSetRowStrideNormal() 124 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest Test OH_Pixelmap_CreatePixelMapWithStride will call."); in TestCreatePixelMapWithStrideAbnormal() 133 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest Test OH_Pixelmap_CreatePixelMapWithStride, res: %{public}zu.", res); in TestCreatePixelMapWithStrideAbnormal() 137 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestCreatePixelMapWithStrideAbnormal success."); in TestCreatePixelMapWithStrideAbnormal() 149 OH_LOG_ERROR(LOG_APP, "OH_PixelmapNative_ScaleWithAntiAliasing failed, errCode: %{public}d.", errCode); in TestNativeScaleWithAntiAliasingAbnormal() 152 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTes in TestNativeScaleWithAntiAliasingAbnormal() [all...] |
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/ |
H A D | napi_init.cpp | 52 OH_LOG_ERROR(LOG_APP, "ThrowError=%{public}d mdErrorMessage=%{public}s.", errCode, errorMessage); in ThrowError() 76 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId come in..."); in GetDefaultDisplayId() 78 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId displayId=%{public}lu ", displayId); in GetDefaultDisplayId() 80 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId displayId=%{public}lu errorCode=%{public}d.", displayId, errCode); in GetDefaultDisplayId() 93 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayWidth width=%{public}d errorCode=%{public}d.", displayWidth, errCode); in GetDefaultDisplayWidth() 106 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayHeight height=%{public}d errorCode=%{public}d.", displayHeight, errCode); in GetDefaultDisplayHeight() 134 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayOrientation orientation=%{public}d errorCode=%{public}d.", in GetDefaultDisplayOrientation() 148 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayVirtualPixelRatio dmVirtualPixels=%{public}f errorCode=%{public}d.", in GetDefaultDisplayVirtualPixelRatio() 162 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayRefreshRate dmRefreshRate=%{public}d errorCode=%{public}d.", dmRefreshRate, in GetDefaultDisplayRefreshRate() 176 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayDensityDp in GetDefaultDisplayDensityDpi() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_event_test.cpp | 49 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", in OnActioned() 56 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "CustomComponentEventTest", "CreateNativeNode"); in CreateNativeNode() 66 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "ListItemHitTestBehaviorTest", in CreateNativeNode() 98 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "NodeCustomEvent targetId %{public}d", targetId); in CreateNativeNode() 99 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", in CreateNativeNode() 101 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", in CreateNativeNode() 103 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "NodeCustomEvent type %{public}d", type); in CreateNativeNode() 125 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", in CreateNativeNode() 127 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", in CreateNativeNode() 129 OH_LOG_Print(LOG_APP, LOG_INF in CreateNativeNode() [all...] |
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 46 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "DataChangeObserverCallback count= %{public}d", count);
in DataChangeObserverCallback() 47 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "DataChangeObserverCallback g_changeNum= %{public}d", g_changeNum);
in DataChangeObserverCallback() 65 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "Preference_ValueType::Preference_TYPE_NULL");
in DataChangeObserverCallback() 67 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "Preference_ValueType::TYPE_BUTT");
in DataChangeObserverCallback() 70 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "DataChangeObserverCallback count= %{public}d", count);
in DataChangeObserverCallback() 71 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "DataChangeObserverCallback g_changeNum= %{public}d", g_changeNum);
in DataChangeObserverCallback() 94 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "SetAllValuesWithCheck ");
in SetAllValuesWithCheck() 116 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "------------- func OH_PreferencesOption_Create_0100 ------------- ");
in OH_PreferencesOption_Create_0100() 121 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "------------- func OH_PreferencesOption_Create_0100 end------------- ");
in OH_PreferencesOption_Create_0100() 130 OH_LOG_Print(LOG_APP, LOG_ERRO in OH_PreferencesOption_SetFilePath_0100() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gestureScroll/ |
H A D | gesture_interfaceTest.cpp | 24 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager", "GestureInterruptFunc trigger");
in GestureInterruptFunc() 34 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 41 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 52 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 55 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 67 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 80 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in GestureInterruptFunc() 124 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in ParallelInnerGestureFunc() 127 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Manager",
in ParallelInnerGestureFunc() 139 OH_LOG_Print(LOG_APP, LOG_INF in ParallelInnerGestureFunc() [all...] |
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | hello.cpp | 41 OH_LOG_INFO(LOG_APP, "Child process - OnConnect"); in NativeChildProcess_OnConnect() 47 OH_LOG_INFO(LOG_APP, "Child process - MainProc started"); in NativeChildProcess_MainProc() 49 OH_LOG_INFO(LOG_APP, "Child process - MainProc end"); in NativeChildProcess_MainProc() 56 OH_LOG_INFO(LOG_APP, "Main process - OnNativeChildProcessStarted %{public}d", errCode); in OnNativeChildProcessStarted() 59 OH_LOG_ERROR(LOG_APP, "Main process - Alloc ipc proxy object failed!"); in OnNativeChildProcessStarted() 81 OH_LOG_INFO(LOG_APP, "Main process - ChildProcessAdd %{public}d+%{public}d=%{public}d", in ChildProcessAdd() 84 OH_LOG_ERROR(LOG_APP, "Main process - Child process not started"); in ChildProcessAdd() 106 OH_LOG_INFO(LOG_APP, "Main process - StartNativeChildProcess Lib:%{public}s ret:%{public}d", libName, ret); in StartNativeChildProcess() 110 OH_LOG_INFO(LOG_APP, "Main process - Wait for call back"); in StartNativeChildProcess() 127 OH_LOG_INFO(LOG_APP, "Mai in RequestExitChildProcess() [all...] |
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/ |
H A D | hello.cpp | 73 OH_LOG_INFO(LOG_APP, "OH_ArkWebHttpBodyStream_Read"); in ReadCallback() 75 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseByteArray"); in ReadCallback() 85 OH_LOG_INFO(LOG_APP, "ReadHTTP302PageOnWorkerThread"); in ReadHTTP302PageOnWorkerThread() 105 OH_LOG_ERROR(LOG_APP, "scheme_handler readnormalxhr in worker thread."); in ReadXHRWithStatusNormalOnWorkerThread() 148 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetRequestHeaders after %{public}p", headerList); in StartRead() 189 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes() 223 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_DestroyHttpBodyStream"); in OnURLRequestStop() 230 OH_LOG_INFO(LOG_APP, "set scheme handler"); in SetSchemeHandler() 240 OH_LOG_INFO(LOG_APP, "testWebSchemeHandler_SetOnRequestStart %{public}d", testWebSchemeHandler_SetOnRequestStart); in SetSchemeHandler() 241 OH_LOG_INFO(LOG_APP, "testWebSchemeHandler_SetOnRequestSto in SetSchemeHandler() [all...] |
/test/xts/acts/sensors/miscdevice_ndk/entry/src/main/cpp/ |
H A D | napi_init.cpp | 44 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "Vibration successful");
in StartVibrator() 51 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "napi_get_cb_info failed");
in StartVibrator() 57 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "IsMatchType failed");
in StartVibrator() 65 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "napi_get_value_int32 failed");
in StartVibrator() 72 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "napi_get_value_int32 failed");
in StartVibrator() 81 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "StartVibrator end %{public}d", ret);
in StartVibrator() 88 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "StartVibrator begin-------------------");
in StartVibratorCustom() 94 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "napi_get_cb_info failed");
in StartVibratorCustom() 101 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "IsMatchType failed");
in StartVibratorCustom() 111 OH_LOG_Print(LOG_APP, LOG_INF in StartVibratorCustom() [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/ |
H A D | napi_init.cpp | 44 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, " func OH_Rdb_CreateConfig_0100 ------------- ");
in OH_Rdb_CreateConfig_0100() 57 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, " func OH_Rdb_CreateConfig_0200 ------------- ");
in OH_Rdb_CreateConfig_0200() 87 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, " func OH_Rdb_SetDbType_0100 ------------- ");
in OH_Rdb_SetDbType_0100() 100 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "OH_Rdb_SetDbType RDB_SQLITE errcode= %{public}d", errCode);
in OH_Rdb_SetDbType_0100() 118 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, " func OH_Rdb_SetDbType_0100 ------------- ");
in OH_Rdb_SetDbType_0300() 131 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "OH_Rdb_SetDbType DBTYPE_BUTT errcode= %{public}d", errCode);
in OH_Rdb_SetDbType_0300() 143 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, " func OH_Rdb_GetSupportedDbType_0100 ------------- ");
in OH_Rdb_GetSupportedDbType_0100() 157 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "OH_Rdb_SetDbType RDB_SQLITE errcode= %{public}d", errCode);
in OH_Rdb_GetSupportedDbType_0100() 164 OH_LOG_Print(LOG_APP, LOG_ERROR, 0, TAG, "OH_Rdb_GetSupportedDbType numType= %{public}d", numType);
in OH_Rdb_GetSupportedDbType_0100() 178 OH_LOG_Print(LOG_APP, LOG_ERRO in OH_Rdb_SetDbType_SQLITE_0100() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_getXY.cpp | 24 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "GetXY", "OnEventReceive"); in OnEventReceive() 26 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "GetXY", "OnEventReceive: event is null"); in OnEventReceive() 31 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "GetXY", "OnEventReceive : %{public}p", dragEvent); in OnEventReceive() 46 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", in OnEventReceive() 48 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", in OnEventReceive() 50 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", in OnEventReceive() 52 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", in OnEventReceive() 54 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", "Drag getXY Velocity : %{public}f ", velocity); in OnEventReceive() 67 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", "CreateNativeNode"); in CreateNativeNode() 78 OH_LOG_Print(LOG_APP, LOG_ERRO in CreateNativeNode() [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/ |
H A D | animator_event_test.cpp | 54 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", "OnEventReceive"); in OnEventReceive1() 56 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", in OnEventReceive1() 77 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", "OnEventReceive"); in OnEventReceive1() 86 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "KeyframeRegisterOnEvent", in OnEventReceive2() 106 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "KeyframeRegisterOnEvent", "OnEventReceive"); in OnEventReceive2() 159 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", "CreateNativeNode"); in testKeyframeRegisterOnFinish_001() 169 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", in testKeyframeRegisterOnFinish_001() 203 OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_PRINT_DOMAIN, "KeyframeRegisterOnFinish", in testKeyframeRegisterOnFinish_001() 216 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "KeyframeRegisterOnEvent", "CreateNativeNode"); in testKeyframeRegisterOnEvent_002() 226 OH_LOG_Print(LOG_APP, LOG_ERRO in testKeyframeRegisterOnEvent_002() [all...] |
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/ |
H A D | AvsessionTest.cpp | 266 OH_LOG_ERROR(LOG_APP, "into AVSessionSetFavorite check 1"); in AVSessionSetFavorite() 268 OH_LOG_ERROR(LOG_APP, "into AVSessionSetFavorite check 2 %{public}d", favorite); in AVSessionSetFavorite() 277 OH_LOG_ERROR(LOG_APP, "into AVSessionSetLoopMode check 1"); in AVSessionSetLoopMode() 279 OH_LOG_ERROR(LOG_APP, "into AVSessionSetLoopMode check 2 %{public}d", loopMode); in AVSessionSetLoopMode() 316 OH_LOG_DEBUG(LOG_APP, "cmd_callback called, count: %d", g_cmdCallbackCount); 323 OH_LOG_DEBUG(LOG_APP, "forward_callback called, count: %d", g_forwardCallbackCount); 330 OH_LOG_DEBUG(LOG_APP, "rewind_callback called, count: %d", g_rewindCallbackCount); 337 OH_LOG_DEBUG(LOG_APP, "seek_callback called, count: %d", g_seekCallbackCount); 344 OH_LOG_DEBUG(LOG_APP, "loop_callback called, count: %d", g_loopCallbackCount); 351 OH_LOG_DEBUG(LOG_APP, "favorite_callbac [all...] |