Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 79) sorted by relevance

1234

/developtools/hdc/src/test/jdwp/
Dmain.cpp35 static void TryCloseHandle(const uv_handle_t *handle, bool alwaysCallback, in TryCloseHandle()
48 static void TryCloseHandle(const uv_handle_t *handle, uv_close_cb closeCallBack) in TryCloseHandle()
53 static void TryCloseHandle(const uv_handle_t *handle) in TryCloseHandle()
73 auto clearLoopTask = [](uv_handle_t *handle, void *arg) -> void { in TryCloseLoop()
/developtools/hdc/src/common/
Dchannel.cpp224 void HdcChannelBase::AsyncMainLoopTask(uv_idle_t *handle) in AsyncMainLoopTask()
248 void HdcChannelBase::MainAsyncCallback(uv_async_t *handle) in MainAsyncCallback()
418 void HdcChannelBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
521 void HdcChannelBase::FreeChannelFinally(uv_idle_t *handle) in FreeChannelFinally()
553 auto deleteChannel = [](uv_handle_t *handle) -> void { in FreeChannelFinally()
570 auto closeChannelHandle = [](uv_handle_t *handle) -> void { in FreeChannelContinue()
613 void HdcChannelBase::FreeChannelOpeate(uv_timer_t *handle) in FreeChannelOpeate()
630 auto callbackCheckFreeChannelContinue = [](uv_timer_t *handle) -> void { in FreeChannelOpeate()
648 void HdcChannelBase::FreeChannelOpeate(uv_timer_t *handle) in FreeChannelOpeate()
665 auto callbackCheckFreeChannelContinue = [](uv_timer_t *handle) -> void { in FreeChannelOpeate()
Dsession.cpp113 auto taskClassDeleteRetry = [](uv_timer_t *handle) -> void { in BeginRemoveTask()
201 auto clearSessionsForFinish = [](uv_idle_t *handle) -> void { in ReMainLoopForInstanceClear()
296 void HdcSessionBase::AsyncMainLoopTask(uv_idle_t *handle) in AsyncMainLoopTask()
320 void HdcSessionBase::MainAsyncCallback(uv_async_t *handle) in MainAsyncCallback()
577 void HdcSessionBase::FreeSessionFinally(uv_idle_t *handle) in FreeSessionFinally()
611 auto closeSessionTCPHandle = [](uv_handle_t *handle) -> void { in FreeSessionContinue()
643 void HdcSessionBase::FreeSessionOpeate(uv_timer_t *handle) in FreeSessionOpeate()
666 auto callbackCheckFreeSessionContinue = [](uv_timer_t *handle) -> void { in FreeSessionOpeate()
1102 void HdcSessionBase::AllocCallback(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocCallback()
1299 auto closeSessionChildThreadTCPHandle = [](uv_handle_t *handle) -> void { in DispatchMainThreadCommand()
[all …]
Dtcp.h29 virtual void RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry()
Dtcp.cpp35 void HdcTCPBase::RecvUDP(uv_udp_t *handle, ssize_t nread, const uv_buf_t *rcvbuf, const struct sock… in RecvUDP()
56 void HdcTCPBase::AllocStreamUDP(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStreamUDP()
Dforward.cpp167 auto funcReqClose = [](uv_idle_t *handle) -> void { in FreeJDWP()
168 uv_close_cb funcIdleHandleClose = [](uv_handle_t *handle) -> void { in FreeJDWP()
182 auto funcReqClose = [](uv_idle_t *handle) -> void { in FreeJDWP()
183 uv_close_cb funcIdleHandleClose = [](uv_handle_t *handle) -> void { in FreeJDWP()
215 uv_close_cb funcHandleClose = [](uv_handle_t *handle) -> void { in FreeContext()
264 void HdcForwardBase::AllocForwardBuf(uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) in AllocForwardBuf()
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
Dlock_frequency.cpp35 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::TEST_PLU… in LockingThread() local
84 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::PERF_GEN… in SetIsCollecting() local
DGameEvent.cpp70 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in RegisterGameEvent() local
99 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in UnregisterGameEvent() local
DAI_schedule.cpp36 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in ItemData() local
DGpuCounter.cpp69 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in StartCollect() local
178 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in StopCollect() local
/developtools/profiler/host/smartperf/client/client_command/
Dlock_frequency.cpp35 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::TEST_PLU… in LockingThread() local
84 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::PERF_GEN… in SetIsCollecting() local
DGameEvent.cpp70 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in RegisterGameEvent() local
99 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in UnregisterGameEvent() local
DAI_schedule.cpp36 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in ItemData() local
DGpuCounter.cpp69 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in StartCollect() local
178 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in StopCollect() local
/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp236 bool WinCloseSerialPort(HANDLE &handle) {
245 ssize_t WinReadUartDev(HANDLE handle, std::vector<uint8_t> &readBuf, size_t expectedSize, OVERLAPPE…
293 ssize_t WinWriteUartDev(HANDLE handle, uint8_t *data, const size_t length, OVERLAPPED &ovWrite) {
452 ssize_t ReadUartDev(int handle, std::vector<uint8_t> &readBuf, size_t expectedSize) {
521 ssize_t WriteUartDev(int handle, uint8_t *data, const size_t length) {
547 bool CloseSerialPort(int &handle) {
/developtools/hdc/src/daemon/
Ddaemon_tcp.cpp51 void HdcDaemonTCP::TransmitConfig(const sockaddr *addrSrc, uv_udp_t *handle) in TransmitConfig()
101 void HdcDaemonTCP::RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry()
Ddaemon_uart.h36 static inline void UvWatchTimer(uv_timer_t *handle) in UvWatchTimer()
Djdwp.cpp49 auto funcListenPipeClose = [](uv_handle_t *handle) -> void { in Stop()
87 auto funcReqClose = [](uv_idle_t *handle) -> void { in FreeContext()
92 Base::TryCloseHandle((const uv_handle_t *)&ctxIn->pipe, [](uv_handle_t *handle) { in FreeContext()
243 auto funAlloc = [](uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) -> void { in AcceptClient()
284 int HdcJdwp::UvPipeBind(uv_pipe_t* handle, const char* name, size_t size) in UvPipeBind()
/developtools/hdc/src/host/
Dhost_tcp.cpp34 void HdcHostTCP::RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry()
52 void HdcHostTCP::BroadcastTimer(uv_idle_t *handle) in BroadcastTimer()
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerCpuState.ts21 handle(data: unknown): void { method in ProcedureLogicWorkerCpuState
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/
DFinalizable.ts56 const handle = this.createHandle() constant
/developtools/profiler/device/plugins/gpu_plugin/src/
Dtest_main.cpp30 void* handle = dlopen("libgpudataplugin.z.so", RTLD_LAZY); in main() local
/developtools/hdc/src/test/
Dut_mod.cpp178 uv_close((uv_handle_t *)client, [](uv_handle_t *handle) { free(handle); }); in UtForwardWaiter()
188 [](uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in UtForwardWaiter()
194 uv_close((uv_handle_t *)client, [](uv_handle_t *handle) { free(handle); }); in UtForwardWaiter()
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
Dgpu_data_plugin_unittest.cpp195 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); variable
231 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); variable
/developtools/hdc/test/unittest/common/
Duv_status_ut.cpp41 static void IdleCallBack(uv_idle_t* handle) in IdleCallBack()

1234