Home
last modified time | relevance | path

Searched refs:IsSessionStarted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp353 if (session->IsSessionStarted()) { in SetCallbackFlag()
735 auto isSessionConfiged = session->IsSessionCommited() || session->IsSessionStarted(); in EnableMirror()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp350 s->IsSessionStarted(); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1335 bool IsSessionStarted();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp3780 bool CaptureSession::IsSessionStarted() in IsSessionStarted() function in OHOS::CameraStandard::CaptureSession
6042 CHECK_ERROR_RETURN_RET_LOG(!IsSessionStarted(), false, in SwitchDevice()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp8320 bool isSessionStarted = session->IsSessionStarted();