Searched refs:ErrorCallbackInfo (Results 1 – 2 of 2) sorted by relevance
49 struct ErrorCallbackInfo { struct53 …ErrorCallbackInfo(int32_t errorType, int32_t errorMsg, shared_ptr<const ErrorCallbackListener> lis… in ErrorCallbackInfo() argument
86 std::unique_ptr<ErrorCallbackInfo> callbackInfo = in OnErrorCallbackAsync()87 std::make_unique<ErrorCallbackInfo>(errorType, errorMsg, shared_from_this()); in OnErrorCallbackAsync()90 ErrorCallbackInfo* callbackInfo = reinterpret_cast<ErrorCallbackInfo *>(work->data); in OnErrorCallbackAsync()