Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h48 struct AttachContext : public AsyncCall::Context { struct
53 AttachContext() : Context(nullptr, nullptr) {}; in AttachContext() argument
54AttachContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(output… in AttachContext() 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()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_store_observer.cpp113 void MtpStoreObserver::AttachContext(const std::shared_ptr<MtpOperationContext> &context) in AttachContext() function in OHOS::Media::MtpStoreObserver
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_native_image_adapter_wrapper.cpp36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_native_image_adapter_impl.cpp35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::NWeb::NativeImageAdapterImpl
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_manager_common.cpp262 void GraphicsManagerCommon::AttachContext(const OHOS::Ace::WeakPtr<OHOS::Ace::PipelineBase>& contex… in AttachContext() function in OHOS::Render3D::GraphicsManagerCommon
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp147 SurfaceError SurfaceImage::AttachContext(uint32_t textureId) in AttachContext() function in OHOS::SurfaceImage
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp974 struct AttachContext : public RdbStoreContextBase { struct
975 ContextParam param;
976 RdbConfig config;
977 std::string attachName;
978 int32_t waitTime;
979 int32_t attachedNum;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp97 void UINode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::UINode
H A Dframe_node.cpp5077 void FrameNode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::FrameNode