Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Dcamera_hal_hisysevent.h28 enum ErrorEventType { enum
56 static std::string GetEventName(ErrorEventType errorEventType);
H A Dcamera_hal_hisysevent.cpp23 std::map<ErrorEventType, std::string> g_eventNameMap = {
61 std::string CameraHalHisysevent::GetEventName(ErrorEventType errorEventType) in GetEventName()