Lines Matching defs:CProcessor
57 struct CProcessor { struct
58 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;
67 CArrString userProperties;
68 CArrAppEventReportConfig eventConfigs;