Searched refs:StatsEventInner (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | stats_event.h | 25 #define DSOFTBUS_STATS(scene, extra) StatsEventInner(scene, __FUNCTION__, __LINE__, &(extra)) 28 void StatsEventInner(int32_t scene, const char *func, int32_t line, StatsEventExtra *extra);
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/ |
H A D | stats_event.c | 20 void StatsEventInner(int32_t scene, const char *func, int32_t line, StatsEventExtra *extra) in StatsEventInner() function
|