Home
last modified time | relevance | path

Searched defs:uuid (Results 101 – 125 of 384) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_data.cpp124 Uuid uuid = Uuid::ConvertFromBytesLE(buffer, static_cast<size_t>(Uuid::UUID128_BYTES_TYPE)); in ReadServiceUuids() local
193 uint32_t uuid; in ReadServiceData() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp62 UUID uuid = UUID::ConvertFrom128Bits(serviceUuidData.ConvertTo128Bits()); in OnScanCallback() local
67 UUID uuid = UUID::ConvertFrom128Bits(serviceData.first.ConvertTo128Bits()); in OnScanCallback() local
102 UUID uuid = UUID::ConvertFrom128Bits(serviceData.first.ConvertTo128Bits()); in OnBleBatchScanResultsEvent() local
107 UUID uuid = UUID::ConvertFrom128Bits(serviceUuidData.ConvertTo128Bits()); in OnBleBatchScanResultsEvent() local
135 void OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &uuid, int msgType, in OnNotifyMsgReportFromLpDevice()
523 int BleCentralManager::RemoveLpDeviceParam(const UUID &uuid) in RemoveLpDeviceParam()
588 void BleScanResult::AddServiceData(const UUID &uuid, const std::string &data) in AddServiceData()
740 void BleScanFilter::SetServiceUuid(const UUID &uuid) in SetServiceUuid()
H A Duuid.cpp171 std::array<uint8_t, UUID::UUID128_BYTES_LEN> uuid; in ConvertTo128Bits() local
190 bool IsValidUuid(std::string uuid) in IsValidUuid()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_spp.h36 BtUuid uuid; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp99 int SocketService::Connect(const std::string &addr, const Uuid &uuid, int securityFlag, int type) in Connect()
118 int SocketService::Listen(const std::string &name, const Uuid &uuid, int securityFlag, int type) in Listen()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c170 static AuthManager *FindAuthManagerByUuid(const char *uuid, AuthLinkType type, bool isServer) in FindAuthManagerByUuid()
383 int32_t GetAuthConnInfoByUuid(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo) in GetAuthConnInfoByUuid()
1610 static int32_t SetLocalTcpKeepalive(const char *uuid, ModeCycle cycle) in SetLocalTcpKeepalive()
1627 int32_t AuthFlushDevice(const char *uuid) in AuthFlushDevice()
1640 int32_t AuthSendKeepaliveOption(const char *uuid, ModeCycle cycle) in AuthSendKeepaliveOption()
1657 int32_t TryGetBrConnInfo(const char *uuid, AuthConnInfo *connInfo) in TryGetBrConnInfo()
1686 int32_t AuthDeviceGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo) in AuthDeviceGetPreferConnInfo()
1731 int32_t AuthDeviceGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo) in AuthDeviceGetP2pConnInfo()
1744 int32_t AuthDeviceGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo) in AuthDeviceGetHmlConnInfo()
1757 bool AuthDeviceCheckConnInfo(const char *uuid, AuthLinkType type, bool checkConnection) in AuthDeviceCheckConnInfo()
[all …]
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddbms_device_manager.cpp71 int32_t DbmsDeviceManager::GetUuidByNetworkId(const std::string &netWorkId, std::string &uuid) in GetUuidByNetworkId()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dload_sec_file.c50 int32_t LoadSecFile(int tzFd, FILE *fp, enum SecFileType fileType, const TEEC_UUID *uuid) in LoadSecFile()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_device_manager_adapter/src/
H A Drdb_device_manager_adapter.cpp53 …bDeviceManagerAdaptor::GetEncryptedUuidByNetworkId(const std::string &networkId, std::string &uuid) in GetEncryptedUuidByNetworkId()
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dtrigger_unit_test.cpp60 int32_t uuid = 11; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp514 void BleAdvertiserDataImpl::AddServiceData(const Uuid &uuid, const std::string &data) in AddServiceData()
575 void BleAdvertiserDataImpl::AddServiceUuid(const Uuid &uuid) in AddServiceUuid()
596 for (auto &uuid : uuidVec) { in AddServiceUuids() local
648 void BleAdvertiserDataImpl::SetCompleteServices(const Uuid &uuid) in SetCompleteServices()
939 Uuid uuid {}; in GetServiceDataUUID() local
963 Uuid uuid {}; in GetServiceUUID() local
1232 uint16_t uuid = *(reinterpret_cast<uint16_t *>(parseAdvData.payload)); in SetServiceDataUUID16Bits() local
1246 uint32_t uuid = *(reinterpret_cast<uint32_t *>(parseAdvData.payload)); in SetServiceDataUUID32Bits() local
1529 void BlePeripheralDevice::SetServiceDataUUID(Uuid uuid, std::string data) in SetServiceDataUUID()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Ddevice_manager_adapter.cpp289 void DeviceManagerAdapter::NotifyReadyEvent(const std::string &uuid) in NotifyReadyEvent()
376 auto uuid = GetUuidByNetworkId(networkId); in GetDeviceInfo() local
446 auto uuid = GetUuidByNetworkId(networkId); in GetRemoteDevices() local
558 auto uuid = GetUuidByNetworkId(networkId); in GetLocalDeviceInfo() local
586 std::string uuid; in GetUuidByNetworkId() local
630 auto uuid = DeviceManagerAdapter::GetInstance().ToUUID(device); in ToUUID() local
656 std::string DeviceManagerAdapter::CalcClientUuid(const std::string &appId, const std::string &uuid) in CalcClientUuid()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreCloudSync.test.js67 "uuid": "test_key" + i.toString(), property in AnonymousFunction5aedbd390100.AnonymousFunction5aedbd390200.valueBucket
78 "uuid": i, property in AnonymousFunction5aedbd390100.AnonymousFunction5aedbd390200.valueBucket
216 "uuid": undefined, property in AnonymousFunction5aedbd390100.AnonymousFunction5aedbd390d00.valueBucket
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dradar_reporter.cpp64 std::string RadarReporter::AnonymousUuid(const std::string &uuid) in AnonymousUuid()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Dmeta_enable_task.cpp35 MetaEnableTask::MetaEnableTask(const std::string &networkId, const std::string &uuid, const std::st… in MetaEnableTask()
H A Denable_task.cpp37 EnableTask::EnableTask(const std::string &networkId, const std::string &uuid, const std::string &ud… in EnableTask()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/task/src/
H A Dmock_offline_task.cpp27 MockOffLineTask::MockOffLineTask(const std::string &networkId, const std::string &uuid, const std::… in MockOffLineTask()
H A Dmock_online_task.cpp27 MockOnLineTask::MockOnLineTask(const std::string &networkId, const std::string &uuid, const std::st… in MockOnLineTask()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h269 …virtual void OnNotifyMsgReportFromLpDevice(const UUID &uuid, int msgType, const std::vector<uint8_… in OnNotifyMsgReportFromLpDevice()
534 UUID uuid; member
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_callback_host.cpp51 auto uuid = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_get_info_by_network_rsp.h64 void SetUuid(const std::string &uuid) in SetUuid()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp116 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(deviceInfo.deviceId); in NotifyAll() local
167 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.dstNetworkId_); in GetDeviceList() local
170 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.srcNetworkId_); in GetDeviceList() local
198 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info.networkId)); in GetLocalDevice() local
249 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(networkId); in UpdateRelationship() local
294 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info[i].networkId)); in ToNodeID() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp215 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in GetRemoteMissionSnapshotInfo() local
255 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in DeviceOnlineNotify() local
287 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(deviceId); in DeleteDataStorage() local
312 …std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(Str16ToStr8(devI… in RegisterMissionListener() local
683 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(networkId); in DeleteCachedSnapshotInfo() local
702 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(srcId); in FetchCachedRemoteMissions() local
729 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(deviceId); in RebornMissionCache() local
744 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(deviceId); in CleanMissionCache() local
923 std::string uuid = DtbschedmgrDeviceInfoStorage::GetInstance().GetUuidByNetworkId(deviceId); in FetchDeviceHandler() local
/ohos5.0/foundation/communication/dsoftbus/tools/device_info/
H A Dget_device_info.c38 unsigned char uuid[UUID_BUF_LEN] = {0}; in PrintNodeProperty() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_meta_ptk_proc_virtual.c45 int32_t AuthNotifyResultByUuid(const char *uuid, int32_t reason, int64_t *authId) in AuthNotifyResultByUuid()

12345678910>>...16