Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/interfaces/kits/napi/
Dnapi_wallpaper_ability.h47 struct GetContextInfo : public AsyncCall::Context { struct
53 GetContextInfo() : Context(nullptr, nullptr){}; in GetContextInfo() argument
54GetContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(outpu… in GetContextInfo() function
56 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
61 napi_status operator()(napi_env env, napi_value *result) override in operator()