/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
H A D | common.cpp | 413 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument 415 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg);
in OnError()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
H A D | benchmark_common.cpp | 407 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument 409 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 504 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument 506 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg);
in OnError()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 500 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument 502 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | benchmark_common.cpp | 446 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument 448 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
H A D | common.cpp | 433 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument 435 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg);
in OnError()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/ |
H A D | common.h | 170 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/ |
H A D | common.h | 185 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/ |
H A D | hdi_common_v1_1.h | 197 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/ |
H A D | hdi_common_v1_1.h | 196 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/ |
H A D | benchmark_common.cpp | 529 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg) in OnError() argument 531 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg); in OnError()
|
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
H A D | avplayerndk.cpp | 1334 static void AVPlayerOnErrorCallbackImpl(OH_AVPlayer *player, int32_t errorCode, const char *errorMsg, void *userData)
in AVPlayerOnErrorCallbackImpl() argument 1336 LOG("AVPlayerOnErrorCallbackImpl errorCode: %d ,errorMsg: %s",
in AVPlayerOnErrorCallbackImpl() 1337 errorCode, errorMsg == nullptr ? "unknown" : errorMsg);
in AVPlayerOnErrorCallbackImpl() 1545 static void AVPlayerOnError(OH_AVPlayer *player, int32_t errorCode, const char *errorMsg) {}
in AVPlayerOnError() argument
|
/test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
H A D | huks_misc_test.cpp | 216 ASSERT_EQ(sizeof(result.errorMsg) == sizeof(const char *), true); in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
H A D | hdi_common_v1_2.h | 256 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 238 int32_t OnError(ErrorType type, int32_t errorMsg) override;
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 690 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument 692 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg);
in OnError()
|
/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/ |
H A D | avplayer_ndk_test.cpp | 88 static void AVPlayerOnError(OH_AVPlayer *player, int32_t, const char *errorMsg) in AVPlayerOnError() argument
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 933 int32_t Test::DemoCameraDeviceCallback::OnError(ErrorType type, int32_t errorMsg)
in OnError() argument 935 CAMERA_LOGE("type: %{public}d, errorMsg: %{public}d", type, errorMsg);
in OnError()
|