Searched refs:GetFileContextInfo (Results 1 – 2 of 2) sorted by relevance
150 struct GetFileContextInfo : public Call::Context { struct155 GetFileContextInfo() : Context(nullptr, nullptr) {}; in GetFileContextInfo() function156 …GetFileContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetFileContextInfo() function191 static void GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo);
137 auto context = std::make_shared<GetFileContextInfo>(); in NAPI_GetFile()144 void NapiWallpaperAbility::GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo … in GetFileInner()