Searched refs:async_producer_commands (Results 1 – 2 of 2) sorted by relevance
175 producer->async_producer_commands = std::move(response); in GetAsyncCommand()199 if (!async_producer_commands.IsBound()) { in CreateDataSourceInstance()209 async_producer_commands.Resolve(std::move(cmd)); in CreateDataSourceInstance()214 if (!async_producer_commands.IsBound()) { in TearDownDataSourceInstance()223 async_producer_commands.Resolve(std::move(cmd)); in TearDownDataSourceInstance()227 if (!async_producer_commands.IsBound()) { in OnTracingSetup()241 async_producer_commands.Resolve(std::move(cmd)); in OnTracingSetup()248 if (!async_producer_commands.IsBound()) { in Flush()259 async_producer_commands.Resolve(std::move(cmd)); in Flush()
88 DeferredGetAsyncCommandResponse async_producer_commands; variable