Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4811 int32_t ExternalCode = ERROR_INTERNAL_ERROR; in ErrorToExternal() local
4814 ExternalCode = ERROR_PERMISSION_DENIED; in ErrorToExternal()
4818 ExternalCode = ERROR_NOT_SYSTEM_APP; in ErrorToExternal()
4824 ExternalCode = ERROR_PARAM_INVALID; in ErrorToExternal()
4827 ExternalCode = ERROR_NO_MEMORY; in ErrorToExternal()
4830 ExternalCode = ERROR_INTERNAL_ERROR; in ErrorToExternal()
4835 ExternalCode = ERROR_IPC_ERROR; in ErrorToExternal()
4839 ExternalCode = ERROR_SERVICE_CONNECT_ERROR; in ErrorToExternal()
4842 ExternalCode = ERROR_NOTIFICATION_CLOSED; in ErrorToExternal()
4845 ExternalCode = ERROR_SLOT_CLOSED; in ErrorToExternal()
[all …]