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