Home
last modified time | relevance | path

Searched refs:RECEIVE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_common.h39 RECEIVE, enumerator
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/source/
H A DDownloadFileButton.ets28 RECEIVE = 7,
44 [DownloadDescription.RECEIVE, $r('sys.string.ohos_id_text_save_button_description_receive')],
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsave_button.h33 RECEIVE = 6, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp288 if (flag != SyncDirectionFlag::SEND && flag != SyncDirectionFlag::RECEIVE) { in StartFeedDogForSync()
347 if (flag != SyncDirectionFlag::SEND && flag != SyncDirectionFlag::RECEIVE) { in StopFeedDogForSync()
357 if (flag != SyncDirectionFlag::SEND && flag != SyncDirectionFlag::RECEIVE) { in StopFeedDogForSyncNoLock()
H A Dsync_task_context.h35 RECEIVE = 1, enumerator
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md103 | RECEIVE | 7 | 下载按钮的文字描述为“接收”。 |
H A Dts-security-components-savebutton.md94 | RECEIVE | 6 | 保存按钮的文字描述为“接收”。 <br/>**原子化服务API:** 从API version 11开始,该接口支持在原子化服务中使用。|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js87 [DownloadDescription.RECEIVE, {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md107 | RECEIVE | 7 | The text on the download file button is **Receive**. |
H A Dts-security-components-savebutton.md87 | RECEIVE | 6 | The text on the Save button is **Receive**.<br>**Atomic service API**: This API can…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp244 StopFeedDogForSync(SyncDirectionFlag::RECEIVE); in Abort()
H A Dsingle_ver_sync_state_machine.cpp648 DecRefCountOfFeedDogTimer(SyncDirectionFlag::RECEIVE); in HandleDataRequestRecv()
H A Dsingle_ver_data_sync.cpp1212 context->StartFeedDogForSync(static_cast<uint32_t>(data), SyncDirectionFlag::RECEIVE); in AckRecv()