Searched defs:ReportDataFunc (Results 1 – 3 of 3) sorted by relevance
26 using ReportDataFunc = int (*)(const std::vector<int32_t>& resId, const std::vector<int64_t>& value, variable
35 using ReportDataFunc = void (*)(uint32_t resType, int64_t value, variable
27 using ReportDataFunc = void (*)(uint32_t resType, int64_t value, const nlohmann::json& payload); variable