Home
last modified time | relevance | path

Searched refs:GetFileContextInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h150 struct GetFileContextInfo : public Call::Context { struct
155 GetFileContextInfo() : Context(nullptr, nullptr) {}; in GetFileContextInfo() function
156GetFileContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetFileContextInfo() function
191 static void GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo);
H A Dnapi_wallpaper_ability.cpp137 auto context = std::make_shared<GetFileContextInfo>(); in NAPI_GetFile()
144 void NapiWallpaperAbility::GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo … in GetFileInner()