Searched defs:GetCallingWindowInfoContext (Results 1 – 1 of 1) sorted by relevance
314 struct GetCallingWindowInfoContext : public AsyncCall::Context { struct316 GetCallingWindowInfoContext() : Context(nullptr, nullptr){}; in GetCallingWindowInfoContext() function317 napi_status operator()(napi_env env, napi_value *result) override in operator()