MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / report

Method report

android/src/rpcsx-android.cpp:603–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 }
602
603 bool report(jlong value, jlong max, const std::string &message = {}) {
604 return env->CallStaticBooleanMethod(
605 progressRepositoryClass, onProgressEventMethodId, progressId, value,
606 max, message.empty() ? nullptr : wrap(env, message));
607 }
608
609 void failure(const std::string &message = {}) { report(-1, 0, message); }
610

Callers 13

collectGameInfoFunction · 0.45
CreateMethod · 0.45
CloseMethod · 0.45
SetMsgMethod · 0.45
ProgressBarSetMsgMethod · 0.45
ProgressBarResetMethod · 0.45
ProgressBarIncMethod · 0.45
ProgressBarSetValueMethod · 0.45
ProgressBarSetLimitMethod · 0.45
pushMethod · 0.45
installPupFunction · 0.45
installPkgFunction · 0.45

Calls 2

wrapFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected