Home
last modified time | relevance | path

Searched refs:Attach (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_attachment_container.h50 bool Attach(const IObject::Ptr& attachment) in Attach() function
52 return Attach(attachment, {}); in Attach()
55 bool Attach(const T& object) in Attach() function
57 return Attach(interface_pointer_cast<IObject>(object), {}); in Attach()
62 virtual bool Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) = 0;
64 bool Attach(const T& object, const U& dataContext) in Attach() function
66 …return Attach(interface_pointer_cast<IObject>(object), interface_pointer_cast<IObject>(dataContext… in Attach()
77 …virtual bool Attach(IContainer::SizeType pos, const IObject::Ptr& attachment, const IObject::Ptr& …
79 bool Attach(IContainer::SizeType pos, const T& object, const U& dataContext) in Attach() function
81 …return Attach(pos, interface_pointer_cast<IObject>(object), interface_pointer_cast<IObject>(dataCo… in Attach()
H A Dintf_attach.h45 bool Attach(const IObject::Ptr& attachment) in META_INTERFACE()
47 return Attach(attachment, {}); in META_INTERFACE()
51 bool Attach(const T& object) in Attach() function
53 return Attach(interface_pointer_cast<IObject>(object), {}); in Attach()
62 virtual bool Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) = 0;
65 bool Attach(const T& object, const U& dataContext) in Attach() function
67 …return Attach(interface_pointer_cast<IObject>(object), interface_pointer_cast<IObject>(dataContext… in Attach()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp28 bool ArkIMFAdapterWrapper::Attach(std::shared_ptr<OHOS::NWeb::IMFTextListenerAdapter> listener, boo… in Attach() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
31 return ctocpp_->Attach(nullptr, isShowKeyboard); in Attach()
34 return ctocpp_->Attach(new ArkIMFTextListenerAdapterImpl(listener), isShowKeyboard); in Attach()
37 bool ArkIMFAdapterWrapper::Attach(std::shared_ptr<OHOS::NWeb::IMFTextListenerAdapter> listener, boo… in Attach() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
41 return ctocpp_->Attach(new ArkIMFTextListenerAdapterImpl(listener), isShowKeyboard, in Attach()
44 return ctocpp_->Attach(nullptr, isShowKeyboard, nullptr, isResetListener); in Attach()
46 …return ctocpp_->Attach(nullptr, isShowKeyboard, new ArkIMFTextConfigAdapterImpl(config), isResetLi… in Attach()
48 …return ctocpp_->Attach(new ArkIMFTextListenerAdapterImpl(listener), isShowKeyboard, nullptr, isRes… in Attach()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp28 bool ArkIMFAdapterImpl::Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboar… in Attach() function in OHOS::ArkWeb::ArkIMFAdapterImpl
31 return real_->Attach(nullptr, isShowKeyboard); in Attach()
34 …return real_->Attach(std::make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard); in Attach()
37 bool ArkIMFAdapterImpl::Attach(ArkWebRefPtr<ArkIMFTextListenerAdapter> listener, bool isShowKeyboar… in Attach() function in OHOS::ArkWeb::ArkIMFAdapterImpl
41 return real_->Attach(nullptr, isShowKeyboard, nullptr, isResetListener); in Attach()
43 … return real_->Attach(std::make_shared<ArkIMFTextListenerAdapterWrapper>(listener), isShowKeyboard, in Attach()
46 return real_->Attach( in Attach()
49 return real_->Attach( in Attach()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp103 auto ret = inputMethodController_->Attach(textListener);
126 auto ret = inputMethodController_->Attach(textListener, false);
290 auto ret = inputMethodController_->Attach(textListener);
360 auto ret = inputMethodController_->Attach(textListener);
438 auto ret = inputMethodController_->Attach(textListener);
521 auto ret = inputMethodController_->Attach(textListener);
534 ret = inputMethodController_->Attach(textListener, false, config);
552 auto ret = inputMethodController_->Attach(textListener);
566 ret = inputMethodController_->Attach(textListener, false, config);
587 auto ret = inputMethodController_->Attach(textListener);
[all …]
H A Dinput_method_controller_test.cpp521 inputMethodController_->Attach(textListener_, false);
522 inputMethodController_->Attach(textListener_);
523 inputMethodController_->Attach(textListener_, true);
570 auto ret = inputMethodController_->Attach(textListener_);
793 inputMethodController_->Attach(textListener_, false);
860 inputMethodController_->Attach(textListener_, false);
878 inputMethodController_->Attach(textListener_, false);
882 inputMethodController_->Attach(textListener_, false);
904 inputMethodController_->Attach(textListener_, false);
922 inputMethodController_->Attach(textListener_, false);
[all …]
H A Dime_proxy_test.cpp192 ret = Attach(true);
218 ret = Attach(false);
271 ret = Attach(true);
326 ret = Attach(true);
355 ret = Attach(false);
399 ret = Attach(true);
442 ret = Attach(true);
470 ret = Attach(true);
498 ret = Attach(false);
505 ret = Attach(true);
[all …]
H A Dinput_method_editor_test.cpp165 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis… in SetUpTestCase()
199 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
201 … ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_);
203 …ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_, …
281 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
286 … ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_);
293 …ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textListener_, …
333 …int32_t ret = InputMethodEditorTest::inputMethodController_->Attach(InputMethodEditorTest::textLis…
372 int32_t ret = inputMethodController_->Attach(InputMethodEditorTest::textListener_, true);
400 ret = inputMethodController_->Attach(InputMethodEditorTest::textListener_, true);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_record_test/
H A Ddata_ability_record_test.cpp97 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
207 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
247 EXPECT_EQ(dataAbilityRecord->Attach(nullptr), ERR_INVALID_DATA);
268 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
327 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
366 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
451 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
474 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
560 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
583 EXPECT_EQ(dataAbilityRecord->Attach(abilitySchedulerMock_), ERR_OK);
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h145 META_API_CACHE_INTERFACE(META_NS::IAttach, Attach)
405 …auto& Attach(const META_NS::IObject::Ptr& attachment, const META_NS::IObject::Ptr& dataContext = {…
407 META_API_CACHED_INTERFACE(Attach)->Attach(attachment, dataContext);
411 auto& Attach(const T& attachment, const U& dataContext = {})
413 …return Attach(interface_pointer_cast<IObject>(attachment), interface_pointer_cast<IObject>(dataCon…
416 auto& Attach(const T& attachment) in Attach() function
418 return Attach(interface_pointer_cast<IObject>(attachment), {}); in Attach()
425 META_API_CACHED_INTERFACE(Attach)->Detach(attachment); in Detach()
438 return META_API_CACHED_INTERFACE(Attach)->GetAttachments(uids, strict);
446 return META_API_CACHED_INTERFACE(Attach)->GetAttachments<T>(); in GetAttachments()
[all …]
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp58 imc->Attach(textListener); in TestDispatchKeyEvent()
70 imc->Attach(textListener); in TestOnSelectionChange()
85 imc->Attach(textListener); in TestOnConfigurationChange()
109 imc->Attach(textListener); in TestSetCallingWindow()
119 imc->Attach(textListener); in TestShowSomething()
146 imc->Attach(textListener, true, inputAttribute); in TestAttach()
147 imc->Attach(textListener, false, inputAttribute); in TestAttach()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp79 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in InitOtherThreads()
124 void DfxProcess::Attach(bool hasKey) in Attach() function in OHOS::HiviewDFX::DfxProcess
127 keyThread_->Attach(PTRACE_ATTATCH_KEY_THREAD_TIMEOUT); in Attach()
135 thread->Attach(PTRACE_ATTATCH_KEY_THREAD_TIMEOUT); in Attach()
138 thread->Attach(PTRACE_ATTATCH_OTHER_THREAD_TIMEOUT); in Attach()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp48 return Attach(N_POS, object, {}); in Add()
53 return Attach(index, object, {}); in Insert()
95 bool AttachmentContainer::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() function in AttachmentContainer
97 return Attach(N_POS, attachment, dataContext); in Attach()
100 bool AttachmentContainer::Attach( in Attach() function in AttachmentContainer
/ohos5.0/foundation/arkui/ace_engine_lite/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/arkui/ui_lite/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/graphic/surface_lite/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/graphic/graphic_utils_lite/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/filemanagement/dfs_service/
H A D.clang-format59 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
60 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/filemanagement/storage_service/
H A D.clang-format59 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
60 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/window/window_manager_lite/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp295 bool res = g_imf->Attach(nullptr, false);
309 bool res = g_imf->Attach(listener, true);
324 bool res = g_imf->Attach(listener, false);
467 bool result = g_imf->Attach(nullptr, true, nullptr, false);
471 result = g_imf->Attach(nullptr, true, nullptr, false);
473 result = g_imf->Attach(nullptr, true, nullptr, false);
510 bool result = g_imf->Attach(listener, true, nullptr, false);
513 result = g_imf->Attach(listener, true, config, false);
/ohos5.0/foundation/filemanagement/app_file_service/
H A D.clang-format57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_keyframe_animation_test.cpp73 renderKeyframeAnimation->Attach(renderNode.get());
100 renderKeyframeAnimation->Attach(renderNode.get());
128 renderKeyframeAnimation->Attach(renderNode.get());
156 renderKeyframeAnimation->Attach(renderNode.get());
184 renderKeyframeAnimation->Attach(renderNode.get());
/ohos5.0/foundation/resourceschedule/ffrt/
H A D.clang-format81 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似),
82 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/
H A Dinterface_i_intell_voice_engine_adapter.md23 | [Attach](#attach) ([in] struct [IntellVoiceEngineAdapterInfo](_intell_voice_engine_adapter_info.m…
36 ### Attach()
39 IIntellVoiceEngineAdapter::Attach ([in] struct IntellVoiceEngineAdapterInfo info)

12345678910>>...12