Searched refs:StateGuard (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 235 stateMachine_.StateGuard([&errCode, this](const CaptureSessionState state) { in BeginConfig() 264 stateMachine_.StateGuard([this, &errorCode](const CaptureSessionState currentState) { in CanAddInput() 295 stateMachine_.StateGuard([this, &errorCode, &cameraDevice](const CaptureSessionState currentState) { in AddInput() 347 stateMachine_.StateGuard([&errorCode, this](CaptureSessionState currentState) { in StartMovingPhotoStream() 474 stateMachine_.StateGuard([this, &errorCode, streamType, &stream](const CaptureSessionState currentState) { in AddOutput() 519 stateMachine_.StateGuard([this, &errorCode, &cameraDevice](const CaptureSessionState currentState) { in RemoveInput() 575 stateMachine_.StateGuard([this, &errorCode, streamType, &stream](const CaptureSessionState currentState) { in RemoveOutput() 890 stateMachine_.StateGuard([&errorCode, this](CaptureSessionState currentState) { in CommitConfig() 948 stateMachine_.StateGuard( in SetColorSpace() 1261 stateMachine_.StateGuard([ in Start() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hcapture_session.h | 94 inline void StateGuard(const std::function<void(const CaptureSessionState)>& fun) in StateGuard() function in OHOS::OHOS::CameraStandard::StateMachine
|
Completed in 4 milliseconds