/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.h | 48 struct AttachContext : public AsyncCall::Context { struct 53 AttachContext() : Context(nullptr, nullptr) {}; in AttachContext() argument 54 …AttachContext(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 D | mtp_store_observer.cpp | 113 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 D | ark_native_image_adapter_wrapper.cpp | 36 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 D | ark_native_image_adapter_impl.cpp | 35 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 D | native_image_adapter_impl.cpp | 42 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 D | graphics_manager_common.cpp | 262 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 D | surface_image.cpp | 147 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 D | napi_rdb_store.cpp | 974 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 D | ui_node.cpp | 97 void UINode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::UINode
|
H A D | frame_node.cpp | 5077 void FrameNode::AttachContext(PipelineContext* context, bool recursive) in AttachContext() function in OHOS::Ace::NG::FrameNode
|