Home
last modified time | relevance | path

Searched refs:mapCameraErrorCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_napi.h227 static const std::unordered_map<std::string, int32_t> mapCameraErrorCode = { variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_napi.cpp122 … "CameraErrorCode", CreateObjectWithMap(env, "CameraErrorCode", mapCameraErrorCode, g_ignoreRef_)), in Init()