Home
last modified time | relevance | path

Searched refs:LOGE (Results 1 - 23 of 23) sorted by relevance

/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp53 LOGE("OnSurfaceCreatedCB"); in OnSurfaceCreatedCB()
101 LOGE("DispatchTouchEventCB"); in DispatchTouchEventCB()
175 LOGE("xclog PluginRender::OnSurfaceCreated"); in OnSurfaceCreated()
179 LOGE("xclog Offset : x = %{public}f, y = %{public}f ", x_, y_); in OnSurfaceCreated()
186 LOGE("xclog PluginRender::OnSurfaceCreated success "); in OnSurfaceCreated()
187 LOGE("xclog PluginRender::OnSurfaceCreated iscreated %{public}d", isCreated_); in OnSurfaceCreated()
189 LOGE("xclog PluginRender::OnSurfaceCreated failed"); in OnSurfaceCreated()
195 LOGE("PluginRender::OnSurfaceChanged"); in OnSurfaceChanged()
201 LOGE("xclog after width = %{public}d, height = %{public}d", xcWidth_, xcHeight_); in OnSurfaceChanged()
207 LOGE("xclo in OnSurfaceChanged()
[all...]
H A Degl_core.cpp38 LOGE("eglChooseConfig ERROR"); in getConfig()
77 LOGE("EGLCore::unable to get EGL display."); in GLContextInit()
84 LOGE("EGLCore::unable to initialize display"); in GLContextInit()
91 LOGE("EGLCore::GLContextInit config ERROR"); in GLContextInit()
100 LOGE("EGLCore::eglCreateContext eglSurface is null"); in GLContextInit()
112 LOGE("EGLCore::eglMakeCurrent error = %{public}d", eglGetError()); in GLContextInit()
116 LOGE("EGLCore::Could not create CreateProgram"); in GLContextInit()
154 LOGE("EGLCore::eglMakeCurrent error = %{public}d", eglGetError()); in ChangeShape()
186 LOGE("EGLCore::eglMakeCurrent error = %{public}d", eglGetError()); in ChangeColor()
227 LOGE("LoadShade in LoadShader()
[all...]
/test/xts/acts/ai/nncore/e2etest/src/
H A DEndToEndTest.cpp71 LOGE("End2EndTest::OH_NNCompilation_ConstructForCache failed."); in ConstructCompilation()
77 LOGE("End2EndTest::OH_NNCompilation_Construct failed."); in ConstructCompilation()
84 LOGE("End2EndTest::OH_NNCompilation_SetDevice failed."); in ConstructCompilation()
91 LOGE("End2EndTest::OH_NNCompilation_SetCache failed."); in ConstructCompilation()
98 LOGE("End2EndTest::OH_NNCompilation_SetPerformanceMode failed."); in ConstructCompilation()
104 LOGE("End2EndTest::OH_NNCompilation_SetPriority failed."); in ConstructCompilation()
110 LOGE("End2EndTest::OH_NNCompilation_EnableFloat16 failed."); in ConstructCompilation()
117 LOGE("End2EndTest::OH_NNCompilation_Build failed."); in ConstructCompilation()
131 LOGE("End2EndTest::OH_NNTensor_GetDataBuffer failed."); in SetInputData()
136 LOGE("End2EndTes in SetInputData()
[all...]
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.cpp41 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildMultiOpGraph()
49 LOGE("[NNRtTest] OH_NNModel_SetTensorData failed! ret=%d\n", ret); in BuildMultiOpGraph()
61 LOGE("[NNRtTest] OH_NNModel_AddOperation failed! ret=%d\n", ret); in BuildMultiOpGraph()
69 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%d\n", ret); in BuildMultiOpGraph()
74 LOGE("[NNRtTest] OH_NNModel_Finish failed! ret=%d\n", ret); in BuildMultiOpGraph()
90 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildSingleOpGraph()
98 LOGE("[NNRtTest] OH_NNModel_SetTensorData failed! ret=%d\n", ret); in BuildSingleOpGraph()
110 LOGE("[NNRtTest] OH_NNModel_AddOperation failed! ret=%d\n", ret); in BuildSingleOpGraph()
117 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%d\n", ret); in BuildSingleOpGraph()
124 LOGE("[NNRtTes in BuildSingleOpGraph()
[all...]
H A Dmock_idevice.cpp255 LOGE("ReleaseBuffer:buffer fd is invalid. fd = %d", buffer.fd); in ReleaseBuffer()
259 LOGE("ReleaseBuffer:Close buffer fd failed. fd = %d", buffer.fd); in ReleaseBuffer()
270 LOGE("[Mock_Device]::ExportModelCache failed, Map fd to address failed: %{public}s.", strerror(errno)); in MemoryCopy()
277 LOGE("[Mock_Device]ExportModelCache failed . Please try again."); in MemoryCopy()
281 LOGE("[Mock_Device]ExportModelCache failed, failed to memcpy_s data type."); in MemoryCopy()
310 LOGE("[NNRtTest] The parameters of ExportModelCache should be an empty vector."); in ExportModelCache()
324 LOGE("[Mock_Device]::ExportModelCache failed, Map fd to address failed: %{public}s.", strerror(errno)); in ExportModelCache()
331 LOGE("[Mock_Device]ExportModelCache failed . Please try again."); in ExportModelCache()
335 LOGE("[Mock_Device]ExportModelCache failed, failed to memcpy_s data type."); in ExportModelCache()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.cpp41 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildMultiOpGraph()
49 LOGE("[NNRtTest] OH_NNModel_SetTensorData failed! ret=%d\n", ret); in BuildMultiOpGraph()
61 LOGE("[NNRtTest] OH_NNModel_AddOperation failed! ret=%d\n", ret); in BuildMultiOpGraph()
69 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%d\n", ret); in BuildMultiOpGraph()
74 LOGE("[NNRtTest] OH_NNModel_Finish failed! ret=%d\n", ret); in BuildMultiOpGraph()
90 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildSingleOpGraph()
98 LOGE("[NNRtTest] OH_NNModel_SetTensorData failed! ret=%d\n", ret); in BuildSingleOpGraph()
110 LOGE("[NNRtTest] OH_NNModel_AddOperation failed! ret=%d\n", ret); in BuildSingleOpGraph()
117 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%d\n", ret); in BuildSingleOpGraph()
124 LOGE("[NNRtTes in BuildSingleOpGraph()
[all...]
H A Dmock_idevice.cpp237 LOGE("ReleaseBuffer:buffer fd is invalid. fd = %d", buffer.fd); in ReleaseBuffer()
241 LOGE("ReleaseBuffer:Close buffer fd failed. fd = %d", buffer.fd); in ReleaseBuffer()
252 LOGE("[Mock_Device]::ExportModelCache failed, Map fd to address failed: %{public}s.", strerror(errno)); in MemoryCopy()
259 LOGE("[Mock_Device]ExportModelCache failed . Please try again."); in MemoryCopy()
263 LOGE("[Mock_Device]ExportModelCache failed, failed to memcpy_s data type."); in MemoryCopy()
285 LOGE("[NNRtTest] The parameters of ExportModelCache should be an empty vector."); in ExportModelCache()
299 LOGE("[Mock_Device]::ExportModelCache failed, Map fd to address failed: %{public}s.", strerror(errno)); in ExportModelCache()
306 LOGE("[Mock_Device]ExportModelCache failed . Please try again."); in ExportModelCache()
310 LOGE("[Mock_Device]ExportModelCache failed, failed to memcpy_s data type."); in ExportModelCache()
/test/xts/acts/ai/nncore/opstest/src/
H A Dnncore_utils.cpp32 LOGE("[NNRtTest]OH_NNTensorDesc_Create failed!"); in createTensorDesc()
38 LOGE("[NNRtTest]OH_NNTensorDesc_SetDataType failed!ret = %d\n", ret); in createTensorDesc()
45 LOGE("[NNRtTest]OH_NNTensorDesc_SetShape failed!ret = %d\n", ret); in createTensorDesc()
52 LOGE("[NNRtTest]OH_NNTensorDesc_SetShape failed!ret = %d\n", ret); in createTensorDesc()
70 LOGE("[NNRtTest] OH_NNModel_AddOperation failed! ret=%{public}d\n", ret); in SingleModelBuildEndStep()
78 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%{public}d\n", ret); in SingleModelBuildEndStep()
86 LOGE("[NNRtTest] OH_NNModel_Finish failed! ret=%d\n", ret); in SingleModelBuildEndStep()
104 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildSingleOpGraph()
110 LOGE("[NNRtTest] OH_NNBackend_SetModelTensorType failed! ret=%d\n", ret); in BuildSingleOpGraph()
118 LOGE("[NNRtTes in BuildSingleOpGraph()
[all...]
H A Dmock_idevice.cpp253 LOGE("[mock_idevice] ReleaseBuffer: buffer fd is invalid. fd = %d.", buffer.fd); in ReleaseBuffer()
257 LOGE("[mock_idevice] ReleaseBuffer: Close memory fd failed. fd=%d", buffer.fd); in ReleaseBuffer()
268 LOGE("[mock_idevice] Map fd to address failed : %{public}s.", strerror(errno)); in MemoryCopy()
275 LOGE("[mock_idevice] ExportModelCache failed, please try again."); in MemoryCopy()
280 LOGE("[mock_idevice] ExportModelCache failed, failed to memcpy_s datat type."); in MemoryCopy()
309 LOGE("[NNRtTest] The parameters of ExportModelCache should be an empty vector."); in ExportModelCache()
325 LOGE("[mock_idevice]::ExportModelCache failed, Map fd to address failed:%{public}s.", strerror(errno)); in ExportModelCache()
332 LOGE("[NNRtTest] ExportModelCache failed, failed to memcpy_s data type."); in ExportModelCache()
/test/xts/acts/ai/nncore/common/
H A Dnncore_utils.cpp33 LOGE("[NNRtTest]OH_NNTensorDesc_Create failed!"); in createTensorDesc()
39 LOGE("[NNRtTest]OH_NNTensorDesc_SetDataType failed!ret = %d\n", ret); in createTensorDesc()
46 LOGE("[NNRtTest]OH_NNTensorDesc_SetShape failed!ret = %d\n", ret); in createTensorDesc()
53 LOGE("[NNRtTest]OH_NNTensorDesc_SetShape failed!ret = %d\n", ret); in createTensorDesc()
67 LOGE("[NNRtTest] OH_NNModel_SpecifyInputsAndOutputs failed! ret=%d\n", ret); in MultiModelBuildEndStep()
72 LOGE("[NNRtTest] OH_NNModel_Finish failed! ret=%d\n", ret); in MultiModelBuildEndStep()
90 LOGE("[NNRtTest] OH_NNModel_AddTensor failed! ret=%d\n", ret); in BuildMultiOpGraph()
95 LOGE("[NNRtTest] OH_NNBackend_SetModelTensorType failed! ret=%d\n", ret); in BuildMultiOpGraph()
104 LOGE("[NNRtTest] OH_NNModel_SetTensorData failed! ret=%d\n", ret); in BuildMultiOpGraph()
115 LOGE("[NNRtTes in BuildMultiOpGraph()
[all...]
H A Dmock_idevice.cpp253 LOGE("ReleaseBuffer:buffer fd is invalid. fd = %d", buffer.fd); in ReleaseBuffer()
257 LOGE("ReleaseBuffer:Close buffer fd failed. fd = %d", buffer.fd); in ReleaseBuffer()
286 LOGE("[NNRtTest] The parameters of ExportModelCache should be an empty vector."); in ExportModelCache()
300 LOGE("[Mock_Device]::ExportModelCache failed, Map fd to address failed: %{public}s.", strerror(errno)); in ExportModelCache()
307 LOGE("[Mock_Device]ExportModelCache failed . Please try again."); in ExportModelCache()
311 LOGE("[Mock_Device]ExportModelCache failed, failed to memcpy_s data type."); in ExportModelCache()
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp77 LOGE("waitpid return -1, errno=%d:%s\n", errno, strerror(errno)); in CheckProcStatus()
83 LOGE("waitpid return error, rt=%d, errno=%d:%s\n", rt, errno, strerror(errno)); in CheckProcStatus()
85 LOGE("waitpid return error, errno is not set(no more info)\n"); in CheckProcStatus()
111 LOGE("ERROR: Fork Error, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
117 LOGE("ERROR: execve return -1, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
120 LOGE("ERROR: execve should never return on success. rt=%d, errno=%d, err=%s\n", rt, errno, strerror(errno)); in StartElf()
148 LOGE("ERROR: sigtimedwait FAIL: %s\n", strerror(errno)); in RunElf()
152 LOGE("ERROR: kill child FAIL: %s\n", strerror(errno)); in RunElf()
163 LOGE("ERROR: child execute timed out!\n"); in RunElf()
173 LOGE("ERRO in StartExecveError()
[all...]
H A Dlog.h47 #define LOGE(format, ...) fprintf(stdout, "\n%s:%d: " format "\n", __FILE__, __LINE__, ##__VA_ARGS__) macro
50 LOGE(format, ##__VA_ARGS__); \
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp77 LOGE("waitpid return -1, errno=%d:%s\n", errno, strerror(errno)); in CheckProcStatus()
83 LOGE("waitpid return error, rt=%d, errno=%d:%s\n", rt, errno, strerror(errno)); in CheckProcStatus()
85 LOGE("waitpid return error, errno is not set(no more info)\n"); in CheckProcStatus()
179 LOGE("ERROR: Fork Error, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
185 LOGE("ERROR: execve return -1, errno=%d, err=%s\n", errno, strerror(errno)); in StartElf()
188 LOGE("ERROR: execve should never return on success. rt=%d, errno=%d, err=%s\n", rt, errno, strerror(errno)); in StartElf()
217 LOGE("ERROR: sigtimedwait FAIL: %s\n", strerror(errno)); in RunElf()
221 LOGE("ERROR: kill child FAIL: %s\n", strerror(errno)); in RunElf()
234 LOGE("ERROR: child execute timed out!\n"); in RunElf()
245 LOGE("ERRO in StartExecveError()
[all...]
H A Dlog.h43 #define LOGE(format, ...) fprintf(stdout, "\n%s:%d: " format "\n", __FILE__, __LINE__, ##__VA_ARGS__) macro
46 LOGE(format, ##__VA_ARGS__); \
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp40 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
61 LOGE("%{public}s:%{public}d: Null ptr!", __FUNCTION__, __LINE__); \
207 LOGE("SetMimeTypeToTestPackingOptions get format failed"); in SetMimeTypeToTestPackingOptions()
233 LOGE("SetDynamicRangeToTestPackingOptions get dynamicRange failed"); in SetDynamicRangeToTestPackingOptions()
257 LOGE("CreateTestImageSource get file path failed"); in CreateTestImageSource()
291 LOGE("CreateTestPixelmapByImageSource: failed to get input arguments!"); in CreateTestPixelmapByImageSource()
339 LOGE("MetadataCreate: failed to get input arguments!"); in MetadataCreate()
371 LOGE("MetadataGetProperty: failed to get input arguments!"); in MetadataGetProperty()
399 LOGE("PictureMetadataGetProperty: failed to get input arguments!"); in PictureMetadataGetProperty()
437 LOGE("AuxiliaryMetadataGetPropert in AuxiliaryMetadataGetProperty()
[all...]
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/napi/
H A Dnapi_init.cpp24 LOGE("Init"); in Init()
32 LOGE("Init failed"); in Init()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/
H A Dplugin_common.h25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/
H A Dplugin_common.h25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/
H A Dplugin_common.h25 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/common/
H A Dplugin_common.h26 #define LOGE(...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H A Davplayerndk.cpp61 #define LOGE(format, ...) ((void)OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, LOG_MSG_TAG, format, ##__VA_ARGS__)) macro
1198 LOGE("AV_INFO_TYPE_BITRATE_COLLECT invalid bitRates info"); in OnBitRateCollectedCb()
1203 LOGE("AV_INFO_TYPE_BITRATE_COLLECT bitRates is nullptr"); in OnBitRateCollectedCb()
1208 LOGE("AV_INFO_TYPE_BITRATE_COLLECT bitRates[%zu]: %u", i, this->bitRates[i]); in OnBitRateCollectedCb()
1286 LOGE("player %s", "HandleOnInfoStateChange OH_AVPlayer_Prepare error"); in HandleOnInfoStateChange()
1322 LOGE("AVPlayerOnInfoCallbackImpl user is nullptr"); in AVPlayerOnInfoCallbackImpl()
1340 LOGE("AVPlayerOnErrorCallbackImpl ndkAVPlayerUser or player is nullptr"); in AVPlayerOnErrorCallbackImpl()
1441 LOGE("OhAvPlayerSetOnInfoCallbackWithPrepare avState:%d", ndkAVPlayerUser.avState); in OhAvPlayerSetOnInfoCallbackWithPrepare()
1445 LOGE("OhAvPlayerSetOnInfoCallbackWithPrepare width:%d", ndkAVPlayerUser.width); in OhAvPlayerSetOnInfoCallbackWithPrepare()
1449 LOGE("OhAvPlayerSetOnInfoCallbackWithPrepar in OhAvPlayerSetOnInfoCallbackWithPrepare()
[all...]
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/
H A Dplugin_manager.cpp86 LOGE("unknown type"); in GetContext()

Completed in 16 milliseconds