MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleMessageFromActivity

Function handleMessageFromActivity

syncthingwidgets/quick/android.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static void handleMessageFromActivity(JNIEnv *, jobject, jint what, jint arg1, jint arg2, jstring str)
60{
61 appServiceObjectForJava->handleMessageFromActivity(static_cast<ServiceAction>(what), arg1, arg2, QJniObject(str).toString());
62}
63
64static void handleAndroidIntent(JNIEnv *, jobject, jstring page, jboolean fromNotification)
65{

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80

Tested by

no test coverage detected