Home
last modified time | relevance | path

Searched defs:syncType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c44 static bool IsSyncTypeValid(DmabufHeapBufferSyncType syncType) in IsSyncTypeValid()
124 int DmabufHeapBufferSyncStart(unsigned int fd, DmabufHeapBufferSyncType syncType) in DmabufHeapBufferSyncStart()
136 int DmabufHeapBufferSyncEnd(unsigned int fd, DmabufHeapBufferSyncType syncType) in DmabufHeapBufferSyncEnd()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dlog_table_manager_factory.cpp23 TableSyncType syncType) in GetTableManager()
H A Dsqlite_single_relational_storage_engine.cpp180 TableSyncType syncType) in SaveSyncTableTypeAndDropFlagToMeta()
202 …const std::string &identity, bool &schemaChanged, TableSyncType syncType, bool trackerSchemaChange… in CreateDistributedTable()
337 TableSyncType syncType) in UpgradeDistributedTable()
H A Dsqlite_relational_store_connection.cpp144 …tionalStoreConnection::CreateDistributedTable(const std::string &tableName, TableSyncType syncType) in CreateDistributedTable()
H A Dsqlite_single_ver_relational_storage_executor.cpp95 int CheckTableConstraint(const TableInfo &table, DistributedTableMode mode, TableSyncType syncType) in CheckTableConstraint()
212 const std::string &identity, TableInfo &table, TableSyncType syncType) in CreateDistributedTable()
297 …ributedTableMode mode, bool &schemaChanged, RelationalSchemaObject &schema, TableSyncType syncType) in UpgradeDistributedTable()
H A Dsqlite_relational_store.cpp443 …SQLiteRelationalStore::CreateDistributedTable(const std::string &tableName, TableSyncType syncType, in CreateDistributedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1083 const TableInfo &tableInfo, TableSyncType syncType) in RenewTableTrigger()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp276 int SingleVerDataSyncUtils::GetMessageId(SyncType syncType) in GetMessageId()
295 int SingleVerDataSyncUtils::GetReSendMode(int mode, uint32_t sequenceId, SyncType syncType) in GetReSendMode()
458 SyncTimeRange SingleVerDataSyncUtils::ReviseLocalMark(SyncType syncType, const SyncTimeRange &dataT… in ReviseLocalMark()
471 SyncTimeRange SingleVerDataSyncUtils::GetRecvDataTimeRange(SyncType syncType, in GetRecvDataTimeRange()
480 SyncTimeRange SingleVerDataSyncUtils::GetSyncDataTimeRange(SyncType syncType, WaterMark localMark, … in GetSyncDataTimeRange()
H A Dsingle_ver_data_sync.cpp454 SyncTimeRange SingleVerDataSync::GetSyncDataTimeRange(SyncType syncType, SingleVerSyncTaskContext *… in GetSyncDataTimeRange()
464 int SingleVerDataSync::SaveLocalWaterMark(SyncType syncType, const SingleVerSyncTaskContext *contex… in SaveLocalWaterMark()
513 void SingleVerDataSync::GetPeerWaterMark(SyncType syncType, const std::string &queryIdentify, in GetPeerWaterMark()
534 void SingleVerDataSync::GetLocalWaterMark(SyncType syncType, const std::string &queryIdentify, in GetLocalWaterMark()
802 …SyncType syncType = (context->IsQuerySync()) ? SyncType::QUERY_SYNC_TYPE : SyncType::MANUAL_FULL_S… in PullRequestStart() local
875 void SingleVerDataSync::UpdateQueryPeerWaterMark(SyncType syncType, const std::string &queryId, in UpdateQueryPeerWaterMark()
889 void SingleVerDataSync::UpdatePeerWaterMark(SyncType syncType, const std::string &queryId, in UpdatePeerWaterMark()
1040 int SingleVerDataSync::SendDataPacket(SyncType syncType, DataRequestPacket *packet, in SendDataPacket()
1086 …SyncType syncType = (context->IsQuerySync()) ? SyncType::QUERY_SYNC_TYPE : SyncType::MANUAL_FULL_S… in SendPullResponseDataPkt() local
1439 …SyncType syncType = (context->IsQuerySync()) ? SyncType::QUERY_SYNC_TYPE : SyncType::MANUAL_FULL_S… in SendReSendPacket() local
[all …]
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi.cpp137 napi_value syncType = nullptr; in DeclareSyncType() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp62 const char *syncType = "1"; in SetDeviceCfg() local
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dmipi_csi_if.h254 LvdsVsyncType syncType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_security_ui_extension.cpp212 static constexpr char syncType[] = "syncReceiverRegister"; in GetRegisterType() local
H A Djs_ui_extension.cpp218 static constexpr char syncType[] = "syncReceiverRegister"; in GetRegisterType() local
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dtrans_event_form.h122 int32_t syncType; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c531 void LnnProcessCompleteNotTrustedMsg(LnnSyncInfoType syncType, const char *networkId, in LnnProcessCompleteNotTrustedMsg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1680 void PipelineContext::SyncSafeArea(SafeAreaSyncType syncType) in SyncSafeArea()