Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_utils.cpp288 for (const auto &errorConvert : errorsConvert) { in ErrorToExternal() local
289 if (errCode == errorConvert.first) { in ErrorToExternal()
290 ExternalCode = errorConvert.second; in ErrorToExternal()