Searched refs:DoNextLoop (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
H A D | base.h | 143 inline bool DoNextLoop(uv_loop_t *loop, void *data, std::function<void(const uint8_t, string &, const void *)> cb) in DoNextLoop() function
|
H A D | forward.cpp | 135 Base::DoNextLoop(loopTask, ctx, [this](const uint8_t flag, string &msg, const void *data) { in FreeContextCallBack()
|
/developtools/hdc/src/host/ |
H A D | server.cpp | 942 Base::DoNextLoop(&hSession->childLoop, hChannel, [](const uint8_t flag, string &msg, const void *data) { in DeatchChannel()
|
H A D | server_for_client.cpp | 747 Base::DoNextLoop(loopMain, hChannel, [](const uint8_t flag, string &msg, const void *data) { in BindChannelToSession()
|
Completed in 6 milliseconds