Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dinner_errors.cpp60 for (const auto &errorConvert : errorsConvert) { in ErrorToExternal() local
61 if (errCode == errorConvert.first) { in ErrorToExternal()
62 externalCode = errorConvert.second; in ErrorToExternal()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp329 for (const auto &errorConvert : errorsConvert) { in ErrorToExternal() local
330 if (errCode == errorConvert.first) { in ErrorToExternal()
331 ExternalCode = errorConvert.second; in ErrorToExternal()