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()
292 struct SendPrivateCommandContext : public AsyncCall::Context { struct296 SendPrivateCommandContext() : Context(nullptr, nullptr){}; in SendPrivateCommandContext() argument298 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()304 napi_status operator()(napi_env env, napi_value *result) override in operator()