Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp90 const std::unordered_map<CameraStatus, CameraStatusAdapter> CAMERA_STATUS_MAP = { variable
1051 auto item = CAMERA_STATUS_MAP.find(status); in GetAdapterCameraStatus()
1052 if (item == CAMERA_STATUS_MAP.end()) { in GetAdapterCameraStatus()