Searched defs:SendPrivateCommandContext (Results 1 – 2 of 2) sorted by relevance
36 struct SendPrivateCommandContext : public AsyncCall::Context { struct39 SendPrivateCommandContext() : Context(nullptr, nullptr){}; in SendPrivateCommandContext() function41 napi_status operator()(napi_env env, napi_value *result) override in operator()
303 struct SendPrivateCommandContext : public AsyncCall::Context { struct307 SendPrivateCommandContext() : Context(nullptr, nullptr){}; in SendPrivateCommandContext() argument309 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()315 napi_status operator()(napi_env env, napi_value *result) override in operator()