Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp1955 struct DelayDoParam { in DelayDo() struct
1956 uv_timer_t handle; in DelayDo()
1957 uint8_t flag; in DelayDo()
1958 string msg; in DelayDo()
1959 void *data; in DelayDo()
1960 std::function<void(const uint8_t, string &, const void *)> cb; in DelayDo()