Searched refs:SetTimeLapsePreviewType (Results 1 – 6 of 6) sorted by relevance
89 int32_t SetTimeLapsePreviewType(TimeLapsePreviewType type);
86 static napi_value SetTimeLapsePreviewType(napi_env env, napi_callback_info info);
215 DECLARE_NAPI_FUNCTION("setTimeLapsePreviewType", SetTimeLapsePreviewType),491 napi_value TimeLapsePhotoSessionNapi::SetTimeLapsePreviewType(napi_env env, napi_callback_info info) in SetTimeLapsePreviewType() function in OHOS::CameraStandard::TimeLapsePhotoSessionNapi503 …int32_t ret = obj->timeLapsePhotoSession_->SetTimeLapsePreviewType(static_cast<TimeLapsePreviewTyp… in SetTimeLapsePreviewType()
151 session->SetTimeLapsePreviewType(TimeLapsePreviewType::DARK); in TestTimeLapsePhoto()
316 int32_t TimeLapsePhotoSession::SetTimeLapsePreviewType(TimeLapsePreviewType type) in SetTimeLapsePreviewType() function in OHOS::CameraStandard::TimeLapsePhotoSession
12160 status = session->SetTimeLapsePreviewType(TimeLapsePreviewType::DARK);