Home
last modified time | relevance | path

Searched refs:PHOTO_FUNCTIONS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/
H A Dcamera_ability_napi.cpp39 {FunctionsType::PHOTO_FUNCTIONS, PHOTO_ABILITY_NAPI_CLASS_NAME},
110 …{FunctionsType::PHOTO_FUNCTIONS, {flash_query_props, auto_exposure_query_props, focus_query_props,…
149 if (type == FunctionsType::PHOTO_FUNCTIONS) { in Init()
182 if (type == FunctionsType::PHOTO_FUNCTIONS) { in CreateCameraFunctions()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dnative_module_ohos_camera.cpp77 CameraFunctionsNapi::Init(env, exports, FunctionsType::PHOTO_FUNCTIONS); in Export()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h28 PHOTO_FUNCTIONS = 0, enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp77 {SceneMode::CAPTURE, FunctionsType::PHOTO_FUNCTIONS},