Home
last modified time | relevance | path

Searched refs:remoteVersion (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_time_sync_communicator.cpp150 void VirtualTimeSyncCommunicator::SetRemoteVersion(uint16_t remoteVersion) in SetRemoteVersion() argument
152 version_ = remoteVersion; in SetRemoteVersion()
H A Dvirtual_communicator.cpp84 void VirtualCommunicator::SetRemoteVersion(uint16_t remoteVersion) in SetRemoteVersion() argument
86 remoteVersion_ = remoteVersion; in SetRemoteVersion()
H A Dvirtual_time_sync_communicator.h73 void SetRemoteVersion(uint16_t remoteVersion);
H A Dvirtual_communicator.h84 void SetRemoteVersion(uint16_t remoteVersion);
/foundation/distributedhardware/device_manager/common/src/
H A Ddm_anonymous.cpp259 bool CompareVersion(const std::string &remoteVersion, const std::string &oldVersion) in CompareVersion() argument
261 LOGI("remoteVersion %{public}s, oldVersion %{public}s.", remoteVersion.c_str(), oldVersion.c_str()); in CompareVersion()
264 VersionSplitToInt(remoteVersion, '.', remoteVersionVec); in CompareVersion()
/foundation/distributedhardware/device_manager/common/include/
H A Ddm_anonymous.h45 bool CompareVersion(const std::string &remoteVersion, const std::string &oldVersion);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp62 uint32_t remoteVersion = context->GetRemoteSoftwareVersion(); in MoveNextMsg() local
63 if (remoteVersion < SOFTWARE_VERSION_RELEASE_3_0) { in MoveNextMsg()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp435 uint16_t remoteVersion = 0; in ReceiveMessageCallback() local
436 (void)communicator_->GetRemoteCommunicatorVersion(deviceId_, remoteVersion); in ReceiveMessageCallback()
437 SetRemoteSoftwareVersion(SOFTWARE_VERSION_EARLIEST + remoteVersion); in ReceiveMessageCallback()
H A Dremote_executor.h148 uint32_t remoteVersion);
H A Dability_sync.h263 static bool IsBothKvAndOptAbilitySync(uint32_t remoteVersion, SchemaType localType, uint8_t remoteType);
H A Dremote_executor.cpp1006 int32_t remoteSecLabel, uint32_t remoteVersion) in CheckRemoteRecvData()
1011 localOption.securityLabel, localOption.securityFlag, errCode, remoteVersion); in CheckRemoteRecvData()
1019 if (remoteVersion >= RemoteExecutorRequestPacket::REQUEST_PACKET_VERSION_V4 && remoteSecLabel == NOT_SET) { in CheckRemoteRecvData()
1005 CheckRemoteRecvData(const std::string &device, SyncGenericInterface *storage, int32_t remoteSecLabel, uint32_t remoteVersion) CheckRemoteRecvData() argument
H A Dability_sync.cpp1350 bool AbilitySync::IsBothKvAndOptAbilitySync(uint32_t remoteVersion, SchemaType localType, uint8_t remoteType) in IsBothKvAndOptAbilitySync() argument
1352 return remoteVersion >= SOFTWARE_VERSION_RELEASE_8_0 && localType == SchemaType::NONE && in IsBothKvAndOptAbilitySync()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_sdp_client.cpp184 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes()
185 info.remoteVersion = HFP_AG_HFP_VERSION_1_1; in FindAttributes()
H A Dhfp_ag_defines.h130 uint16_t remoteVersion {0};
H A Dhfp_ag_command_processor.cpp303 if ((dataConn.sdpInfo_.remoteVersion >= HFP_AG_HFP_VERSION_1_5) && in ChldTester()
416 if (dataConn.sdpInfo_.remoteVersion < HFP_AG_HFP_VERSION_1_7) { in BrsfSetter()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp182 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes()
183 info.remoteVersion = HFP_HF_HFP_VERSION_1_1; in FindAttributes()
H A Dhfp_hf_defines.h120 uint16_t remoteVersion {0};
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c83 } remoteVersion; member
1481 connection->remoteVersion.version = eventParam->version; in BtmOnReadRemoteVersionInformationComplete()
1482 connection->remoteVersion.manufactureName = eventParam->manufacturerName; in BtmOnReadRemoteVersionInformationComplete()
1483 connection->remoteVersion.subVersion = eventParam->subVersion; in BtmOnReadRemoteVersionInformationComplete()

Completed in 18 milliseconds