Searched defs:CProcessor (Results 1 – 1 of 1) sorted by relevance
57 struct CProcessor { struct58 const char* name = nullptr;59 bool debugMode = false;60 const char* routeInfo = nullptr;61 const char* appId = nullptr;62 bool onStartReport = false;63 bool onBackgroundReport = false;64 int64_t periodReport = 0;65 int64_t batchReport = 0;66 CArrString userIds;[all …]