Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_text_input_client_engine.h314 struct GetCallingWindowInfoContext : public AsyncCall::Context { struct
316 GetCallingWindowInfoContext() : Context(nullptr, nullptr){}; in GetCallingWindowInfoContext() function
317 napi_status operator()(napi_env env, napi_value *result) override in operator()