Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 110) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h36 auto attach = interface_cast<IAttach>(dest); in META_BEGIN_NAMESPACE() local
37 if (!attach) { in META_BEGIN_NAMESPACE()
46 …return connector->Connect(source, event, func) && attach->Attach(interface_pointer_cast<IAttachmen… in META_BEGIN_NAMESPACE()
60 auto attach = interface_cast<IAttach>(dest); in Disconnect() local
61 if (!attach) { in Disconnect()
65 auto cont = attach->GetAttachmentContainer(); in Disconnect()
70 return attach->Detach(interface_pointer_cast<IAttachment>(v)); in Disconnect()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreAttachJsunit.test.js163 let number = await store.attach(context, STORE_CONFIG1, "attachDB");
182 let number = await store.attach(context, STORE_CONFIG2, "attachDB");
201 let number = await store.attach(context, STORE_CONFIG2, "attachDB");
218 await store.attach(context, STORE_CONFIG1, "attachDB");
260 await store.attach(context, STORE_CONFIG4, "attachDB");
338 await store.attach(context, STORE_CONFIG1, 'attachDB');
362 await store.attach(context, STORE_CONFIG1, 'attachDB', 301);
386 await store.attach(context, STORE_CONFIG1, 'attachDB', -1);
408 await store.attach(context, STORE_CONFIG1, '');
428 await store.attach("/path/errPath/attach.db", "attachDB");
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp322 if (const auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in GetModifiers() local
323 if (const auto container = attach->GetAttachmentContainer(false)) { in GetModifiers()
380 if (auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in Attach() local
381 …if (const auto attachments = interface_cast<IAttachmentContainer>(attach->GetAttachmentContainer(t… in Attach()
401 if (auto attach = interface_pointer_cast<IAttach>(params_.owner)) { in Detach() local
402 success = attach->Detach(attachment); in Detach()
/ohos5.0/docs/en/application-dev/web/
H A Dweb-component-migrate.md5 …se [Custom Placeholder Node](../ui/arkts-user-defined-place-hoder.md) to attach and detach web nod…
7attach and detach the **Web** component. In addition, **Index.ets** provides an implementation met…
13 > Do not attach a **Web** component under two parent nodes at the same time. Otherwise, unexpected …
83 …en, which is used to construct the number of nodes, return the nodes and attach them to NodeContai…
160 // Do not attach the same node to different pages at the same time.
H A Dweb-offline-mode.md5 …n** or **InActive** state until explicitly attached. You can dynamically attach these components a…
14 …eController](../reference/apis-arkui/js-apis-arkui-nodeController.md) to attach the component to […
20 This example shows how to create an offline **Web** component in advance and attach it to the compo…
68 …en, which is used to construct the number of nodes, return the nodes and attach them to NodeContai…
205 …en, which is used to construct the number of nodes, return the nodes and attach them to NodeContai…
376 …en, which is used to construct the number of nodes, return the nodes and attach them to NodeContai…
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dlldb-tool.md38 - attach进程
136 3. attach应用。
139 (lldb) process attach --name a.out
H A Daa-tool.md29 | attach | 进入调试模式命令。通过bundleName使指定应用进入调试模式。|
301 ## 进入调试模式命令(attach
306 aa attach -b <bundleName>
317 当应用成功进入调试模式时,返回"attach app debug successfully.";当给定参数不合法时,返回"fail: unknown option."并打印帮助信息。
323 aa attach -b com.example.myapplication
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Ddebug-lldb.md42 - attach进程
127 3. attach应用。
130 (lldb) process attach --name a.out
/ohos5.0/docs/zh-cn/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box.md41 3. 在控件中获取inputMethodController实例,并在文本点击时调用controller示例的attach方法绑定和拉起软键盘,并注册监听输入法插入文本、删除等方法,本示例仅展示插入…
71 await this.inputController.attach(true, {
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-rendering-control-contentslot.md17 …gh the APIs provided by the native side, it can register and trigger the attach and detach event c…
36 …gh the APIs provided by the native side, it can register and trigger the attach and detach event c…
54 …odeContentEvent* event)|Obtains the **Content** object that triggers the attach and detach events.|
144 // Logic to be triggered when an attach event occurs on ContentSlot.
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_process.cpp58 bool DfxProcess::InitOtherThreads(bool attach) in InitOtherThreads() argument
78 if (attach) { in InitOtherThreads()
H A Ddfx_process.h44 bool InitOtherThreads(bool attach = false);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Derrorcode-data-rdb.md139 有读、写、attach、detach等操作正在执行,无法在指定的时间(默认2s)内执行当前操作。
144 2. 如果是[attach](./js-apis-data-relationalStore.md#attach12)或[detach](./js-apis-data-relationalStore.…
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A Dhisysevent.yaml32 PROCESSSTART_TO_APPATTACH_DUR: {type: UINT64, desc: app process start to app attach time from ams}
33 APPATTACH_TO_APPFOREGROUND_DUR: {type: UINT64, desc: app attach to foreground time from ams}
58 …PROCESSSTART_TO_APPATTACH_DUR: { type: UINT64, desc: app process start to app attach time from ams…
59 APPATTACH_TO_APPFOREGROUND_DUR: { type: UINT64, desc: app attach to foreground time from ams }
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dobserver.js54 const detach = subject.attach(key, this);
H A Dsubject.js52 Subject.prototype.attach = function(key, observer) { method in Subject
/ohos5.0/docs/en/application-dev/inputmethod/
H A Duse-inputmethod-in-custom-edit-box.md41 3. Obtain an **inputMethodController** instance from the component, call the **attach** API of the …
71 await this.inputController.attach(true, {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Derrorcode-inputmethod-framework.md169 先执行attach接口操作即可。
/ohos5.0/drivers/hdf_core/framework/support/platform/src/mipi/
H A Dmipi_dsi_core.c329 if (cntlr->ops->attach == NULL) { in MipiDsiCntlrAttach()
335 ret = cntlr->ops->attach(cntlr, name); in MipiDsiCntlrAttach()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/mipi/
H A Dmipi_dsi_core.h47 int32_t (*attach)(struct MipiDsiCntlr *cntlr, uint8_t *name); member
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dtypical-layout-scenario.md123 BreakpointSystem.getInstance().attach(this.compStr)
124 BreakpointSystem.getInstance().attach(this.compDirection)
125 BreakpointSystem.getInstance().attach(this.compBarPose)
126 BreakpointSystem.getInstance().attach(this.compVertical)
127 BreakpointSystem.getInstance().attach(this.compBarWidth)
128 BreakpointSystem.getInstance().attach(this.compBarHeight)
129 BreakpointSystem.getInstance().attach(this.compMargin)
/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…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-contentSlot.md25 …gh the APIs provided by the native side, it can register and trigger the attach and detach event c…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.h401 void registerNativeNodeCallbacks(NativeNode_Callback attach, NativeNode_Callback detach) in registerNativeNodeCallbacks() argument
403 attachNativeNodeCallback_ = attach; in registerNativeNodeCallbacks()
/ohos5.0/drivers/interface/camera/v1_0/
H A DIStreamOperator.idl139 * you do not need to call this function. If you want to attach a new producer handle,
141 * call this function to attach the new one.
142 * You do not need to attach a producer handle for IoT devices that do not support or require

12345