Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dtime_lapse_photo_session.h85 int32_t GetSupportedTimeLapseIntervalRange(vector<int32_t>& result);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/mode/
H A Dtime_lapse_photo_session_napi.h82 static napi_value GetSupportedTimeLapseIntervalRange(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dtime_lapse_photo_session_napi.cpp211 DECLARE_NAPI_FUNCTION("getSupportedTimeLapseIntervalRange", GetSupportedTimeLapseIntervalRange),
391 napi_value TimeLapsePhotoSessionNapi::GetSupportedTimeLapseIntervalRange(napi_env env, napi_callbac… in GetSupportedTimeLapseIntervalRange() function in OHOS::CameraStandard::TimeLapsePhotoSessionNapi
403 int32_t ret = obj->timeLapsePhotoSession_->GetSupportedTimeLapseIntervalRange(range); in GetSupportedTimeLapseIntervalRange()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp137 session->GetSupportedTimeLapseIntervalRange(intervalRange); in TestTimeLapsePhoto()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp242 int32_t TimeLapsePhotoSession::GetSupportedTimeLapseIntervalRange(vector<int32_t>& result) in GetSupportedTimeLapseIntervalRange() function in OHOS::CameraStandard::TimeLapsePhotoSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12143 status = session->GetSupportedTimeLapseIntervalRange(range);