Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/interfaces/kits/napi/
Dnapi_wallpaper_ability.h137 struct GetFileContextInfo : public AsyncCall::Context { struct
142 GetFileContextInfo() : Context(nullptr, nullptr){}; in GetFileContextInfo() argument
143GetFileContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(o… in GetFileContextInfo() argument
145 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