Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/dfx/
H A Derror_code.cpp23 static const std::map<ErrorCode, const char*> g_ErrorTypeMap = { variable
37 auto it = g_ErrorTypeMap.find(code); in GetErrorName()
38 if (it != g_ErrorTypeMap.end()) { in GetErrorName()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Derror_code.cpp20 static const std::map<ErrorCode, const char*> g_ErrorTypeMap = { variable
39 auto it = g_ErrorTypeMap.find(code); in GetErrorName()
40 if (it!= g_ErrorTypeMap.end()) { in GetErrorName()