/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_attachment_container.h | 50 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 D | intf_attach.h | 45 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 D | ark_imfadapter_wrapper.cpp | 28 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 D | ark_imf_adapter_impl.cpp | 28 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 D | input_method_attach_test.cpp | 103 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 D | input_method_controller_test.cpp | 521 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 D | ime_proxy_test.cpp | 192 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 D | input_method_editor_test.cpp | 165 …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 D | data_ability_record_test.cpp | 97 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 D | object_api.h | 145 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 D | inputmethodcontroller_fuzzer.cpp | 58 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 D | dfx_process.cpp | 79 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 D | attachment_container.cpp | 48 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-format | 57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/arkui/ui_lite/ |
H A D | .clang-format | 57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/graphic/surface_lite/ |
H A D | .clang-format | 57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/graphic/graphic_utils_lite/ |
H A D | .clang-format | 57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/filemanagement/dfs_service/ |
H A D | .clang-format | 59 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 60 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/filemanagement/storage_service/ |
H A D | .clang-format | 59 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 60 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/foundation/window/window_manager_lite/ |
H A D | .clang-format | 57 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 58 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 295 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-format | 57 # 在大括号前换行: 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 D | rs_render_keyframe_animation_test.cpp | 73 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-format | 81 # 在大括号前换行: Attach(始终将大括号附加到周围的上下文), Linux(除函数、命名空间和类定义,与Attach类似), 82 # Mozilla(除枚举、函数、记录定义,与Attach类似), Stroustrup(除函数定义、catch、else,与Attach类似),
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/ |
H A D | interface_i_intell_voice_engine_adapter.md | 23 | [Attach](#attach) ([in] struct [IntellVoiceEngineAdapterInfo](_intell_voice_engine_adapter_info.m… 36 ### Attach() 39 IIntellVoiceEngineAdapter::Attach ([in] struct IntellVoiceEngineAdapterInfo info)
|