| /developtools/hdc/src/test/jdwp/ |
| D | main.cpp | 35 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/ |
| D | channel.cpp | 224 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()
|
| D | session.cpp | 113 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 …]
|
| D | tcp.h | 29 virtual void RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry()
|
| D | tcp.cpp | 35 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()
|
| D | forward.cpp | 167 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/ |
| D | lock_frequency.cpp | 35 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::TEST_PLU… in LockingThread() local 84 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::PERF_GEN… in SetIsCollecting() local
|
| D | GameEvent.cpp | 70 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in RegisterGameEvent() local 99 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in UnregisterGameEvent() local
|
| D | AI_schedule.cpp | 36 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in ItemData() local
|
| D | GpuCounter.cpp | 69 …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/ |
| D | lock_frequency.cpp | 35 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::TEST_PLU… in LockingThread() local 84 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::PERF_GEN… in SetIsCollecting() local
|
| D | GameEvent.cpp | 70 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in RegisterGameEvent() local 99 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in UnregisterGameEvent() local
|
| D | AI_schedule.cpp | 36 …void* handle = servicePluginHandler.GetSoHandler(ServicePluginHandler::ServicePluginType::GAME_PLU… in ItemData() local
|
| D | GpuCounter.cpp | 69 …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/ |
| D | uart.cpp | 236 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/ |
| D | daemon_tcp.cpp | 51 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()
|
| D | daemon_uart.h | 36 static inline void UvWatchTimer(uv_timer_t *handle) in UvWatchTimer()
|
| D | jdwp.cpp | 49 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/ |
| D | host_tcp.cpp | 34 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/ |
| D | ProcedureLogicWorkerCpuState.ts | 21 handle(data: unknown): void { method in ProcedureLogicWorkerCpuState
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/ |
| D | Finalizable.ts | 56 const handle = this.createHandle() constant
|
| /developtools/profiler/device/plugins/gpu_plugin/src/ |
| D | test_main.cpp | 30 void* handle = dlopen("libgpudataplugin.z.so", RTLD_LAZY); in main() local
|
| /developtools/hdc/src/test/ |
| D | ut_mod.cpp | 178 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/ |
| D | gpu_data_plugin_unittest.cpp | 195 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/ |
| D | uv_status_ut.cpp | 41 static void IdleCallBack(uv_idle_t* handle) in IdleCallBack()
|