Home
last modified time | relevance | path

Searched defs:handle (Results 1 - 25 of 52) sorted by relevance

123

/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Ddynamic_library_handle.cpp19 void* DynamicLibraryHandle::handle = nullptr; member in OHOS::SignatureTools::DynamicLibraryHandle
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Ddynamic_library_handle.h28 static void* handle; member in OHOS::SignatureTools::DynamicLibraryHandle
/developtools/hdc/src/common/
H A Dtcp.h28 virtual void RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry() argument
H A Dtcp.cpp35 void HdcTCPBase::RecvUDP(uv_udp_t *handle, ssize_t nread, const uv_buf_t *rcvbuf, const struct sockaddr *addr, in RecvUDP() argument
54 void HdcTCPBase::AllocStreamUDP(uv_handle_t *handle, size_t sizeWanted, uv_buf_t *buf) in AllocStreamUDP() argument
/developtools/hdc/src/daemon/
H A Ddaemon_uart.h36 static inline void UvWatchTimer(uv_timer_t *handle) in UvWatchTimer() argument
H A Ddaemon_bridge.cpp54 void HdcDaemonBridge::AllocBufferCallback(uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) in AllocBufferCallback() argument
H A Ddaemon_forward.cpp31 void HdcDaemonForward::SetupJdwpPointCallBack(uv_idle_t *handle) in SetupJdwpPointCallBack() argument
H A Ddaemon_tcp.cpp51 void HdcDaemonTCP::TransmitConfig(const sockaddr *addrSrc, uv_udp_t *handle) in TransmitConfig() argument
100 void HdcDaemonTCP::RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry() argument
/developtools/profiler/device/plugins/gpu_plugin/src/
H A Dtest_main.cpp30 void* handle = dlopen("libgpudataplugin.z.so", RTLD_LAZY); in main() local
/developtools/hapsigner/hapsigntool_cpp/signer/src/
H A Dsigner_factory.cpp55 DynamicLibraryHandle::handle = dlopen(signerPlugin.c_str(), RTLD_NOW | RTLD_GLOBAL); in LoadRemoteSigner() member in OHOS::SignatureTools::DynamicLibraryHandle
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_manager.h48 std::shared_ptr<FfrtProfilerHandle> handle = nullptr; member
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
H A Dhidump_plugin_unittest.cpp85 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h48 std::shared_ptr<NetworkProfilerHandle> handle = nullptr; member
/developtools/hdc/src/host/
H A Dhost_uart.h65 static inline void UvWatchUartDevPlugin(uv_timer_t *handle) in UvWatchUartDevPlugin() argument
H A Dhost_tcp.cpp34 void HdcHostTCP::RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry() argument
52 void HdcHostTCP::BroadcastTimer(uv_idle_t *handle) in BroadcastTimer() argument
/developtools/profiler/device/plugins/cpu_plugin/src/
H A Dtest_main.cpp83 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); in main() local
/developtools/profiler/device/plugins/diskio_plugin/src/
H A Dtest_main.cpp71 void* handle = dlopen("libdiskiodataplugin.z.so", RTLD_LAZY); in main() local
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dflow_controller_test.cpp275 auto handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/profiler/device/plugins/gpu_plugin/test/unittest/
H A Dgpu_data_plugin_unittest.cpp162 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
H A Dhiperf_plugin_unittest.cpp69 void* handle = dlopen(DEFAULT_LIB.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/
H A Dhisysevent_plugin_unittest.cpp129 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/hdc/src/test/jdwp/
H A Dmain.cpp35 static void TryCloseHandle(const uv_handle_t *handle, bool alwaysCallback, in TryCloseHandle() argument
48 static void TryCloseHandle(const uv_handle_t *handle, uv_close_cb closeCallBack) in TryCloseHandle() argument
53 static void TryCloseHandle(const uv_handle_t *handle) in TryCloseHandle() argument
[all...]
/developtools/profiler/device/plugins/xpower_plugin/test/unittest/
H A Dxpower_plugin_unittest.cpp77 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
/developtools/profiler/device/plugins/native_hook/test/
H A Dstatistics_test.cpp105 void* handle = nullptr; in DlopenAndCloseSo() local
/developtools/hdc/src/test/
H A Dut_runtime.cpp128 void Runtime::DoCheck(uv_timer_t *handle) in DoCheck() argument

Completed in 10 milliseconds

123