Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h273 class CaptureSessionCallback : public HCaptureSessionCallbackStub {
276 CaptureSessionCallback() : captureSession_(nullptr) {} in CaptureSessionCallback() function
278 …explicit CaptureSessionCallback(CaptureSession* captureSession) : captureSession_(captureSession) … in CaptureSessionCallback() function
280 ~CaptureSessionCallback() in ~CaptureSessionCallback()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp293 CaptureSessionCallback callback(session); in Test2()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5141 sptr<CaptureSessionCallback> capSessionCallback = new (std::nothrow) CaptureSessionCallback();
5146 capSessionCallback = new (std::nothrow) CaptureSessionCallback(camSession);
5156 capSessionCallback = new (std::nothrow) CaptureSessionCallback(camSession);
6019 sptr<ICaptureSessionCallback> callback = new (std::nothrow) CaptureSessionCallback(session_);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp196 int32_t CaptureSessionCallback::OnError(int32_t errorCode) in OnError()
1172 captureSessionCallback_ = new (std::nothrow) CaptureSessionCallback(this); in SetCallback()