Home
last modified time | relevance | path

Searched refs:SendHeartBeat (Results 1 - 7 of 7) sorted by relevance

/developtools/profiler/device/services/ipc/test/unittest/
H A Dsocket_context_test.cpp74 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 Dplugin_service_impl.cpp97 bool PluginServiceImpl::SendHeartBeat(SocketContext& context) in SendHeartBeat() function in PluginServiceImpl
99 return context.SendHeartBeat(); in SendHeartBeat()
H A Dplugin_service_impl.h38 bool SendHeartBeat(SocketContext& context);
H A Dplugin_service.cpp152 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 Dsocket_context.h72 bool SendHeartBeat();
/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_socket_client.cpp142 if (!unixSocketClient_->SendHeartBeat()) { in SendStack()
/developtools/profiler/device/services/ipc/src/
H A Dsocket_context.cpp216 bool SocketContext::SendHeartBeat() in SendHeartBeat() function in SocketContext

Completed in 3 milliseconds