Home
last modified time | relevance | path

Searched refs:captureSessionsManager_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp474 captureSessionsManager_.EnsureInsert(pid, captureSession); in CreateCaptureSession()
1175 captureSessionsManager_.Find(pid, captureSession_); in SetPrelaunchConfig()
1178 captureSessionsManager_.Clear(); in SetPrelaunchConfig()
1179 captureSessionsManager_.EnsureInsert(pid, captureSession_); in SetPrelaunchConfig()
1919 captureSessionsManager_.Find(pid, captureSession); in GetCameraOutputStatus()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_service.h286 SafeMap<uint32_t, sptr<HCaptureSession>> captureSessionsManager_; variable