Home
last modified time | relevance | path

Searched refs:loopIn (Results 1 – 8 of 8) sorted by relevance

/developtools/hdc/src/common/
Dasync_cmd.cpp59 bool AsyncCmd::Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn) in Initial() argument
65 loop = loopIn; in Initial()
Dfile_descriptor.cpp18 HdcFileDescriptor::HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, in HdcFileDescriptor() argument
21 loop = loopIn; in HdcFileDescriptor()
Dasync_cmd.h38 bool Initial(uv_loop_t *loopIn, const CmdResultCallback callback, uint32_t optionsIn = 0);
Dfile_descriptor.h26 …HdcFileDescriptor(uv_loop_t *loopIn, int fdToRead, void *callerContextIn, CallBackWhenRead callbac…
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h23 explicit HdcJdwpSimulator(uv_loop_t *loopIn, string pkg);
DHdcJdwpSimulator.cpp20 HdcJdwpSimulator::HdcJdwpSimulator(uv_loop_t *loopIn, string pkg) in HdcJdwpSimulator() argument
22 loop = loopIn; in HdcJdwpSimulator()
/developtools/hdc/src/daemon/
Djdwp.h23 HdcJdwp(uv_loop_t *loopIn);
Djdwp.cpp20 HdcJdwp::HdcJdwp(uv_loop_t *loopIn) in HdcJdwp() argument
23 loop = loopIn; in HdcJdwp()