Searched refs:ReportSysEventFunc (Results 1 – 2 of 2) sorted by relevance
29 using ReportSysEventFunc = void (*)(Application &app, ProcessRecord &pr, uint32_t resType, int32_t … variable65 ReportSysEventFunc reportSysEventFunc_ = nullptr;
112 reinterpret_cast<ReportSysEventFunc>(dlsym(handle, "ReportSysEvent")); in LoadUtilsExtra()