Searched refs:SDKAppendCounterObject (Results 1 – 5 of 5) sorted by relevance
28 int32_t SDKAppendCounterObject(int32_t counterId, const char *columnName);
34 int32_t SDKAppendCounterObject(int32_t counterId, const char *columnName) in SDKAppendCounterObject() function
52 SDKAppendCounterObject(counterId, counterName.c_str()); in SDKPluginParser()
231 ret = SDKAppendCounterObject(1, "counter_1");253 ret = SDKAppendCounterObject(1, "counter_1");274 ret = SDKAppendCounterObject(INVALID_INT32, "counter_1");296 ret = SDKAppendCounterObject(INVALID_INT32, "counter_1");318 ret = SDKAppendCounterObject(INVALID_INT32, " ");
30 int SDKAppendCounterObject(int counterId, const char* columnName)