Searched refs:NAPI_ACE_ERR_NO_ERROR (Results 1 – 1 of 1) sorted by relevance
26 constexpr int NAPI_ACE_ERR_NO_ERROR = 0; variable1080 if (asyncCallbackInfo->error_code == NAPI_ACE_ERR_NO_ERROR) { in AceCompletePromiseCallbackWork()