Searched defs:SetCallingWindowContext (Results 1 – 1 of 1) sorted by relevance
84 struct SetCallingWindowContext : public AsyncCall::Context { struct86 SetCallingWindowContext() : Context(nullptr, nullptr){}; in SetCallingWindowContext() argument87 …SetCallingWindowContext(InputAction input, OutputAction output) : Context(std::move(input), std::m… in SetCallingWindowContext() function89 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()94 napi_status operator()(napi_env env, napi_value *result) override in operator()