Searched defs:OnErrorCallback (Results 1 – 5 of 5) sorted by relevance
67 typedef void (*OnErrorCallback)(WebSocketClient *client, ErrorResult error); typedef
64 using OnErrorCallback = std::function<void(int32_t errorNumber, const std::string &errorString)>; variable
70 void ErrorCallbackListener::OnErrorCallback(const int32_t errorType, const int32_t errorMsg) const in OnErrorCallback() function in OHOS::CameraStandard::ErrorCallbackListener
175 void MetadataStateCallbackNapi::OnErrorCallback(const int32_t errorType) const in OnErrorCallback() function in OHOS::CameraStandard::MetadataStateCallbackNapi
349 void SessionCallbackListener::OnErrorCallback(int32_t errorCode) const in OnErrorCallback() function in OHOS::CameraStandard::SessionCallbackListener