Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dnight_session_napi.cpp119 int32_t retCode = nightSessionNapi->nightSession_->GetExposureRange(vecExposureList); in GetSupportedExposureRange()
156 int32_t retCode = nightSessionNapi->nightSession_->GetExposure(exposureValue); in GetExposure()
187 nightSessionNapi->nightSession_->LockForControl(); in SetExposure()
188 int32_t retCode = nightSessionNapi->nightSession_->SetExposure(exposureValue); in SetExposure()
189 nightSessionNapi->nightSession_->UnlockForControl(); in SetExposure()
216 obj->nightSession_ = static_cast<NightSession*>(sCameraSession_.GetRefPtr()); in NightSessionNapiConstructor()
217 obj->cameraSession_ = obj->nightSession_; in NightSessionNapiConstructor()
218 if (obj->nightSession_ == nullptr) { in NightSessionNapiConstructor()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dnight_session_napi.h41 sptr<NightSession> nightSession_; variable