Home
last modified time | relevance | path

Searched refs:nightMode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h84 int32_t nightMode; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp87 info.nightMode = *(reinterpret_cast<const int32_t *>(data)); in SoftBusReportBusCenterFaultEvtFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp206 info.nightMode = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp764 const int32_t nightMode = 4; in IsQuickThumbnailSupported() local
765 if ((session->GetMode() == nightMode && (cameraObj->GetPosition() != CAMERA_POSITION_FRONT)) || in IsQuickThumbnailSupported()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c710 msg->paramArray[SOFTBUS_EVT_PARAM_SEVEN].paramValue.i32v = info->nightMode; in SetBusCenterFaultMsgParamValve()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7889 SceneMode nightMode = SceneMode::NIGHT; variable
7890 sptr<CaptureSession> captureSession = manager_->CreateCaptureSession(nightMode);
7916 SceneMode nightMode = SceneMode::NIGHT; variable
7917 sptr<CaptureSession> captureSession = manager_->CreateCaptureSession(nightMode);
10084 SceneMode nightMode = SceneMode::NIGHT; variable
10085 if (!IsSupportMode(nightMode)) {
10095 modeManagerObj->GetSupportedOutputCapability(cameras_[0], nightMode);
10098 sptr<CaptureSession> captureSession = modeManagerObj->CreateCaptureSession(nightMode);