Searched refs:async_producer_commands (Results 1 – 2 of 2) sorted by relevance
309 producer->async_producer_commands = std::move(response); in GetAsyncCommand()333 if (!async_producer_commands.IsBound()) { in SetupDataSource()343 async_producer_commands.Resolve(std::move(cmd)); in SetupDataSource()351 if (!async_producer_commands.IsBound()) { in StartDataSource()361 async_producer_commands.Resolve(std::move(cmd)); in StartDataSource()366 if (!async_producer_commands.IsBound()) { in StopDataSource()375 async_producer_commands.Resolve(std::move(cmd)); in StopDataSource()379 if (!async_producer_commands.IsBound()) { in OnTracingSetup()393 async_producer_commands.Resolve(std::move(cmd)); in OnTracingSetup()400 if (!async_producer_commands.IsBound()) { in Flush()[all …]
106 DeferredGetAsyncCommandResponse async_producer_commands; variable