Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h50 struct AttachContext : public AsyncCall::Context { struct
56 AttachContext() : Context(nullptr, nullptr) {}; in AttachContext() argument
57AttachContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in AttachContext() function
59 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
64 napi_status operator()(napi_env env, napi_value *result) override in operator()
/base/request/request/frameworks/js/napi/src/
Dnotification_bar.cpp123 struct AttachContext : public AsyncCall::Context { struct
124 std::string gid;
125 std::vector<std::string> tids;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_native_image_adapter_wrapper.cpp36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_native_image_adapter_impl.cpp35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
/base/web/webview/ohos_adapter/graphic_adapter/src/
Dnative_image_adapter_impl.cpp42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::NWeb::NativeImageAdapterImpl