Searched refs:HAP_debug_runtime (Results 1 – 2 of 2) sorted by relevance
52 #pragma weak HAP_debug_runtime macro59 void HAP_debug_runtime(int level, const char* file, int line, const char* format, ...);
215 if (0 != HAP_debug_runtime) { \216 … HAP_debug_runtime(FARF_##x##_LEVEL ^ HAP_LEVEL_RUNTIME , __FILENAME__, __LINE__, ##__VA_ARGS__); \