Searched refs:AddPerformData (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/ |
H A D | performance_dumper.h | 77 #define ADD_PERFORM_DATA(reqId, isBind, isClient, startTime) AddPerformData(reqId, isBind, isClient… 90 void AddPerformData(int64_t reqId, bool isBind, bool isClient, int64_t startTime);
|
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/ |
H A D | performance_dumper.c | 405 void AddPerformData(int64_t reqId, bool isBind, bool isClient, int64_t startTime) in AddPerformData() function
|