| /developtools/hapsigner/hapsigntool_cpp/hap/utils/src/ |
| H A D | dynamic_library_handle.cpp | 19 void* DynamicLibraryHandle::handle = nullptr; member in OHOS::SignatureTools::DynamicLibraryHandle
|
| /developtools/hapsigner/hapsigntool_cpp/hap/utils/include/ |
| H A D | dynamic_library_handle.h | 28 static void* handle; member in OHOS::SignatureTools::DynamicLibraryHandle
|
| /developtools/hdc/src/common/ |
| H A D | tcp.h | 28 virtual void RecvUDPEntry(const sockaddr *addrSrc, uv_udp_t *handle, const uv_buf_t *rcvbuf) in RecvUDPEntry() argument
|
| H A D | tcp.cpp | 35 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 D | daemon_uart.h | 36 static inline void UvWatchTimer(uv_timer_t *handle)
in UvWatchTimer() argument
|
| H A D | daemon_bridge.cpp | 54 void HdcDaemonBridge::AllocBufferCallback(uv_handle_t *handle, size_t sizeSuggested, uv_buf_t *buf) in AllocBufferCallback() argument
|
| H A D | daemon_forward.cpp | 31 void HdcDaemonForward::SetupJdwpPointCallBack(uv_idle_t *handle) in SetupJdwpPointCallBack() argument
|
| H A D | daemon_tcp.cpp | 51 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 D | test_main.cpp | 30 void* handle = dlopen("libgpudataplugin.z.so", RTLD_LAZY); in main() local
|
| /developtools/hapsigner/hapsigntool_cpp/signer/src/ |
| H A D | signer_factory.cpp | 55 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 D | ffrt_profiler_manager.h | 48 std::shared_ptr<FfrtProfilerHandle> handle = nullptr; member
|
| /developtools/profiler/device/plugins/hidump_plugin/test/unittest/ |
| H A D | hidump_plugin_unittest.cpp | 85 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/network_profiler/service/include/ |
| H A D | network_profiler_manager.h | 48 std::shared_ptr<NetworkProfilerHandle> handle = nullptr; member
|
| /developtools/hdc/src/host/ |
| H A D | host_uart.h | 65 static inline void UvWatchUartDevPlugin(uv_timer_t *handle)
in UvWatchUartDevPlugin() argument
|
| H A D | host_tcp.cpp | 34 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 D | test_main.cpp | 83 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); in main() local
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| H A D | test_main.cpp | 71 void* handle = dlopen("libdiskiodataplugin.z.so", RTLD_LAZY); in main() local
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| H A D | flow_controller_test.cpp | 275 auto handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/gpu_plugin/test/unittest/ |
| H A D | gpu_data_plugin_unittest.cpp | 162 void* handle = dlopen(SO_PATH.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/hiperf_plugin/test/unittest/ |
| H A D | hiperf_plugin_unittest.cpp | 69 void* handle = dlopen(DEFAULT_LIB.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/hisysevent_plugin/test/unittest/ |
| H A D | hisysevent_plugin_unittest.cpp | 129 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/hdc/src/test/jdwp/ |
| H A D | main.cpp | 35 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 D | xpower_plugin_unittest.cpp | 77 void* handle = dlopen(path.c_str(), RTLD_LAZY); in HWTEST_F() local
|
| /developtools/profiler/device/plugins/native_hook/test/ |
| H A D | statistics_test.cpp | 105 void* handle = nullptr; in DlopenAndCloseSo() local
|
| /developtools/hdc/src/test/ |
| H A D | ut_runtime.cpp | 128 void Runtime::DoCheck(uv_timer_t *handle) in DoCheck() argument
|