Home
last modified time | relevance | path

Searched defs:InputTimerPara (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
Dtimer_ring.h40 struct InputTimerPara { struct
41 std::string name;
42 unsigned int timeout;
43 unsigned int flag;
44 int tid;
45 time_t startTime;
46 std::function<void (void*)> func;
47 void* arg;