Searched refs:GetCommandResponsePtr (Results 1 – 4 of 4) sorted by relevance
23 using GetCommandResponsePtr = STD_PTR(shared, GetCommandResponse); variable31 …GetCommandResponsePtr BuildCreateSessionCmd(const ProfilerPluginConfig& config, uint32_t buffer_si…32 GetCommandResponsePtr BuildDestroySessionCmd(uint32_t pluginId);33 … GetCommandResponsePtr BuildStartSessionCmd(const ProfilerPluginConfig& config, uint32_t pluginId);34 GetCommandResponsePtr BuildStopSessionCmd(uint32_t pluginId);35 GetCommandResponsePtr BuildRefreshSessionCmd(uint32_t pluginId);40 std::map<uint32_t, GetCommandResponsePtr> commandHistory_;
28 GetCommandResponsePtr PluginCommandBuilder::BuildCreateSessionCmd(const ProfilerPluginConfig& confi… in BuildCreateSessionCmd()44 GetCommandResponsePtr PluginCommandBuilder::BuildDestroySessionCmd(uint32_t pluginId) in BuildDestroySessionCmd()59 GetCommandResponsePtr PluginCommandBuilder::BuildStartSessionCmd(const ProfilerPluginConfig& config… in BuildStartSessionCmd()76 GetCommandResponsePtr PluginCommandBuilder::BuildStopSessionCmd(uint32_t pluginId) in BuildStopSessionCmd()91 GetCommandResponsePtr PluginCommandBuilder::BuildRefreshSessionCmd(uint32_t pluginId) in BuildRefreshSessionCmd()
24 using GetCommandResponsePtr = STD_PTR(shared, ::GetCommandResponse); variable40 bool PushCommand(SocketContext& context, GetCommandResponsePtr command);
91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()