Searched refs:GetEventFd (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/native_hook/include/ | ||
H A D | hook_socket_client.h | 36 int GetEventFd() in GetEventFd() function in HookSocketClient |
/developtools/profiler/device/plugins/ffrt_profiler/client/include/ | ||
H A D | ffrt_profiler_socker_client.h | 35 int GetEventFd() in GetEventFd() function in OHOS::Developtools::Profiler::FfrtProfilerSocketClient |
/developtools/profiler/device/plugins/network_profiler/client/include/ | ||
H A D | network_profiler_socker_client.h | 35 int GetEventFd() in GetEventFd() function in OHOS::Developtools::Profiler::NetworkProfilerSocketClient |
/developtools/profiler/device/plugins/native_hook/test/unittest/ | ||
H A D | hook_socket_client_test.cpp | 112 * @tc.name: GetEventFd 113 * @tc.desc: test HookSocketClient::GetEventFd with normal case. 116 HWTEST_F(HookSocketClientTest, GetEventFd, TestSize.Level1) in HWTEST_F() 125 ASSERT_EQ(hookClient.GetEventFd(), -1); in HWTEST_F() |
Completed in 3 milliseconds