/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/ |
H A D | night_session_napi.h | 37 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
|
H A D | time_lapse_photo_session_napi.h | 90 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | night_session_napi.cpp | 48 … DECLARE_NAPI_FUNCTION("getSupportedExposureRange", NightSessionNapi::GetSupportedExposureRange), in Init() 103 napi_value NightSessionNapi::GetSupportedExposureRange(napi_env env, napi_callback_info info) in GetSupportedExposureRange() function in OHOS::CameraStandard::NightSessionNapi
|
H A D | time_lapse_photo_session_napi.cpp | 222 DECLARE_NAPI_FUNCTION("getSupportedExposureRange", GetSupportedExposureRange), 562 napi_value TimeLapsePhotoSessionNapi::GetSupportedExposureRange(napi_env env, napi_callback_info in… in GetSupportedExposureRange() function in OHOS::CameraStandard::TimeLapsePhotoSessionNapi 574 int32_t ret = obj->timeLapsePhotoSession_->GetSupportedExposureRange(range); in GetSupportedExposureRange()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability.h | 56 std::vector<uint32_t> GetSupportedExposureRange();
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/ |
H A D | camera_ability_napi.h | 86 static napi_value GetSupportedExposureRange(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/ |
H A D | camera_ability_napi.cpp | 102 …DECLARE_NAPI_FUNCTION("getSupportedExposureRange", CameraFunctionsNapi::GetSupportedExposureRange), 591 napi_value CameraFunctionsNapi::GetSupportedExposureRange(napi_env env, napi_callback_info info) in GetSupportedExposureRange() function in OHOS::CameraStandard::CameraFunctionsNapi 600 return ability->GetSupportedExposureRange(); in GetSupportedExposureRange()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | time_lapse_photo_session.h | 105 int32_t GetSupportedExposureRange(vector<uint32_t>& result);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability.cpp | 144 std::vector<uint32_t> CameraAbility::GetSupportedExposureRange() in GetSupportedExposureRange() function in OHOS::CameraStandard::CameraAbility
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 171 session->GetSupportedExposureRange(exposureRange); in TestManualExposure()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 441 int32_t TimeLapsePhotoSession::GetSupportedExposureRange(vector<uint32_t>& result) in GetSupportedExposureRange() function in OHOS::CameraStandard::TimeLapsePhotoSession
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 12169 status = session->GetSupportedExposureRange(exposureRange);
|