Home
last modified time | relevance | path

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

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/test/fakeserver/
H A Dfakeewsconnection.cpp39 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Got new EWS connection."); in FakeEwsConnection()
49 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Connection closed."); in ~FakeEwsConnection()
215 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Got request: ") << content; in parseRequest()
254 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Returning empty response."); in parseRequest()
255 qCInfoNC(EWSFAKE_LOG) << content; in parseRequest()
269 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Not a valid GetEvents request."); in handleGetEventsRequest()
273 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Got valid GetEvents request."); in handleGetEventsRequest()
293 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Missing subscription id or watermark."); in handleGetEventsRequest()
325 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Returning %1 events.").arg(events.size()); in handleGetEventsRequest()
386 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Got valid GetStreamingEvents request."); in handleGetStreamingEventsRequest()
[all …]
H A Dfakeewsserverthread.cpp26 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Starting fake server thread"); in run()
33 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Fake server thread started."); in run()
38 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Fake server thread terminating."); in run()
41 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Fake server thread start failed."); in run()
H A Dfakeewsserver.cpp24 qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Stopping fake EWS server."); in ~FakeEwsServer()
36qCInfoNC(EWSFAKE_LOG) << QStringLiteral("Starting fake EWS server at 127.0.0.1:%1").arg(mPortNumbe… in start()
H A Dfakeewsserver_debug.h14 #define qCInfoNC(cat) qCInfo(cat).noquote() macro
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/auth/
H A Dewsoauth.cpp318 qCInfoNC(EWSCLI_LOG) << QStringLiteral("Starting OAuth2 authentication"); in authenticate()
351 qCInfoNC(EWSCLI_LOG) << QStringLiteral("Launching browser for authentication"); in authorizeWithBrowser()
361 qCInfoNC(EWSCLI_LOG) << QStringLiteral("Found PKeyAuth certificates"); in authorizeWithBrowser()
364 qCInfoNC(EWSCLI_LOG) << QStringLiteral("PKeyAuth certificates not found"); in authorizeWithBrowser()
438 qCInfoNC(EWSCLI_LOG) << QStringLiteral("Authentication succeeded"); in granted()
459 qCInfoNC(EWSCLI_LOG) << QStringLiteral("Authentication failed: ") << error << errorDescription; in error()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/ewsclient/
H A Dewsclient_debug.h16 #define qCInfoNC(cat) qCInfo(cat).noquote() macro
H A Dewsxml.h75qCInfoNC(EWSCLI_LOG) << QStringLiteral("Unsupported %1 child element %2 - ignoring.").arg(parentEl…
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/mail/
H A Dewscreatemailjob.cpp83 qCInfoNC(EWSRES_LOG) << "Move to \"Sent Items\" detected - activating workaround."; in doStart()