Home
last modified time | relevance | path

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

/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
156 GetFileContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(output)) {}; in GetFileContextInfo() function
190 static void GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo);
H A Dnapi_wallpaper_ability.cpp138 auto context = std::make_shared<GetFileContextInfo>(); in NAPI_GetFile()
145 void NapiWallpaperAbility::GetFileInner(std::shared_ptr<GetFileContextInfo> context, const ApiInfo &apiInfo) in GetFileInner()

Completed in 5 milliseconds