Searched refs:SendHeartBeat (Results 1 - 7 of 7) sorted by relevance
/developtools/profiler/device/services/ipc/test/unittest/ |
H A D | socket_context_test.cpp | 74 HWTEST_F(SocketContextTest, SendHeartBeat, TestSize.Level1) in HWTEST_F() 77 EXPECT_FALSE(socketContext.SendHeartBeat()); in HWTEST_F()
|
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_service_impl.cpp | 97 bool PluginServiceImpl::SendHeartBeat(SocketContext& context) in SendHeartBeat() function in PluginServiceImpl 99 return context.SendHeartBeat(); in SendHeartBeat()
|
H A D | plugin_service_impl.h | 38 bool SendHeartBeat(SocketContext& context);
|
H A D | plugin_service.cpp | 152 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in CreatePluginSession() 193 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in CreatePluginSession() 211 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in StartPluginSession() 228 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in StopPluginSession() 268 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in DestroyPluginSession() 285 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in RefreshPluginSession()
|
/developtools/profiler/device/services/ipc/include/ |
H A D | socket_context.h | 72 bool SendHeartBeat();
|
/developtools/profiler/device/plugins/native_hook/src/ |
H A D | hook_socket_client.cpp | 142 if (!unixSocketClient_->SendHeartBeat()) { in SendStack()
|
/developtools/profiler/device/services/ipc/src/ |
H A D | socket_context.cpp | 216 bool SocketContext::SendHeartBeat() in SendHeartBeat() function in SocketContext
|
Completed in 3 milliseconds