/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_time_sync_communicator.cpp | 150 void VirtualTimeSyncCommunicator::SetRemoteVersion(uint16_t remoteVersion) in SetRemoteVersion() argument 152 version_ = remoteVersion; in SetRemoteVersion()
|
H A D | virtual_communicator.cpp | 84 void VirtualCommunicator::SetRemoteVersion(uint16_t remoteVersion) in SetRemoteVersion() argument 86 remoteVersion_ = remoteVersion; in SetRemoteVersion()
|
H A D | virtual_time_sync_communicator.h | 73 void SetRemoteVersion(uint16_t remoteVersion);
|
H A D | virtual_communicator.h | 84 void SetRemoteVersion(uint16_t remoteVersion);
|
/foundation/distributedhardware/device_manager/common/src/ |
H A D | dm_anonymous.cpp | 259 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 D | dm_anonymous.h | 45 bool CompareVersion(const std::string &remoteVersion, const std::string &oldVersion);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_message_schedule.cpp | 62 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 D | sync_task_context.cpp | 435 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 D | remote_executor.h | 148 uint32_t remoteVersion);
|
H A D | ability_sync.h | 263 static bool IsBothKvAndOptAbilitySync(uint32_t remoteVersion, SchemaType localType, uint8_t remoteType);
|
H A D | remote_executor.cpp | 1006 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 D | ability_sync.cpp | 1350 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 D | hfp_ag_sdp_client.cpp | 184 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes() 185 info.remoteVersion = HFP_AG_HFP_VERSION_1_1; in FindAttributes()
|
H A D | hfp_ag_defines.h | 130 uint16_t remoteVersion {0};
|
H A D | hfp_ag_command_processor.cpp | 303 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 D | hfp_hf_sdp_client.cpp | 182 if (!FindProfileVersion(it->second.services[num].profileDescriptors, info.remoteVersion)) { in FindAttributes() 183 info.remoteVersion = HFP_HF_HFP_VERSION_1_1; in FindAttributes()
|
H A D | hfp_hf_defines.h | 120 uint16_t remoteVersion {0};
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 83 } 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()
|