Searched refs:SetCallingWindowContext (Results 1 – 2 of 2) sorted by relevance
71 struct SetCallingWindowContext : public AsyncCall::Context { struct73 SetCallingWindowContext() : Context(nullptr, nullptr) {}; in SetCallingWindowContext() argument74 …SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() argument
574 auto ctxt = std::make_shared<SetCallingWindowContext>(); in SetCallingWindow()