Home
last modified time | relevance | path

Searched refs:GetCurTime (Results 1 – 5 of 5) sorted by relevance

/base/startup/appspawn_lite/services/src/
Dappspawn_service.c86 static void GetCurTime(struct timespec* tmCur) in GetCurTime() function
117 GetCurTime(&tmStart); in Invoke()
146 GetCurTime(&tmEnd); in Invoke()
/base/startup/appspawn/common/
Dappspawn_server.c160 GetCurTime(&tmStart);
195 GetCurTime(&tmEnd);
258 void GetCurTime(struct timespec *tmCur) function
Dappspawn_server.h99 void GetCurTime(struct timespec* tmCur);
/base/startup/appspawn/lite/
Dappspawn_service.c122 GetCurTime(&tmStart); in Invoke()
167 GetCurTime(&tmEnd); in Invoke()
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query_wrapper.cpp26 time_t GetCurTime() in GetCurTime() function
115 time_t beforeExecute = GetCurTime(); in Execute()
119 time_t afterExecute = GetCurTime(); in Execute()