Home
last modified time | relevance | path

Searched refs:GetErrorCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp42 if (camInputSptr != nullptr && camInputSptr->GetErrorCallback() != nullptr) { in OnError()
44 camInputSptr->GetErrorCallback()->OnError(serviceErrorType, errorMsg); in OnError()
344 std::shared_ptr<ErrorCallback> CameraInput::GetErrorCallback() in GetErrorCallback() function in OHOS::CameraStandard::CameraInput
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
H A Dcamera_input_fuzzer.cpp86 input->GetErrorCallback(); in TestInput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_input.h295 std::shared_ptr<ErrorCallback> GetErrorCallback();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp1310 std::shared_ptr<ErrorCallback> getCallback = input->GetErrorCallback();