Home
last modified time | relevance | path

Searched refs:MSEXTERRAPI9CODE_FUNCS (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp392 const std::map<MediaServiceExtErrCodeAPI9, ErrorMessageFunc> MSEXTERRAPI9CODE_FUNCS = { member
435 if (MSEXTERRAPI9CODE_FUNCS.count(code) != 0) { in MSExtErrorAPI9ToString()
436 return MSEXTERRAPI9CODE_FUNCS.at(code)(param1, param2); in MSExtErrorAPI9ToString()
467 if (MSEXTERRAPI9CODE_FUNCS.count(extCode) != 0) { in MSErrorToExtErrorAPI9String()
468 return MSEXTERRAPI9CODE_FUNCS.at(extCode)(param1, param2); in MSErrorToExtErrorAPI9String()

Completed in 1 milliseconds