Searched defs:GetFileContextInfo (Results 1 – 1 of 1) sorted by relevance
137 struct GetFileContextInfo : public AsyncCall::Context { struct142 GetFileContextInfo() : Context(nullptr, nullptr){}; in GetFileContextInfo() argument143 …GetFileContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetFileContextInfo() argument145 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()173 static void GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo); argument