/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | dev_manager.h | 26 std::string uuid; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 307 int32_t AuthGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetPreferConnInfo() 315 int32_t AuthGetConnInfoByType(const char *uuid, AuthLinkType type, AuthConnInfo *connInfo, bool isM… in AuthGetConnInfoByType() 323 int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetP2pConnInfo() 331 int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetHmlConnInfo() 340 void AuthGetLatestIdByUuid(const char *uuid, AuthLinkType type, bool isMeta, AuthHandle *authHandle) in AuthGetLatestIdByUuid() 361 int64_t AuthGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer, bool isMeta) in AuthGetIdByUuid() 583 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() 624 uint32_t AuthGetGroupType(const char *udid, const char *uuid) in AuthGetGroupType()
|
H A D | auth_lane.c | 47 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo) in GetAuthConn() 84 char uuid[UUID_BUF_LEN] = {0}; in GetAuthLinkTypeList() local 323 char uuid[UUID_BUF_LEN] = {0}; in AuthOnLaneAllocSuccess() local 399 char uuid[UUID_BUF_LEN] = {0}; in AuthGetLaneAllocInfo() local
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_dm_test.cpp | 93 std::string uuid; variable 182 std::string uuid; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | dev_manager.h | 26 std::string uuid; member
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | dev_manager.h | 25 std::string uuid; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | device_convertor.cpp | 29 std::string uuid = "123456"; in ToLocal() local 136 std::string uuid = DevManager::GetInstance().ToUUID(networkId); in ConvertNetwork() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | device_convertor.cpp | 30 auto uuid = DevManager::GetInstance().GetLocalDevice().uuid; in ToLocal() local 139 std::string uuid = DevManager::GetInstance().ToUUID(networkId); in ConvertNetwork() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/callback/ |
H A D | dcamera_source_callback_test.cpp | 50 int32_t OnRegisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnRegisterResult() 62 …void OnStateChanged(const std::string &uuid, const std::string &dhId, const BusinessState state) o… in OnStateChanged() 73 void OnDataSyncTrigger(const std::string &uuid) override in OnDataSyncTrigger() 84 int32_t OnUnregisterResult(const std::string &uuid, const std::string &dhId, int32_t status, in OnUnregisterResult()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 364 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth) in impl() 390 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth, in impl() 405 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool aut… in ClientSocket() 413 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool aut… in ClientSocket() 806 ServerSocket::impl::impl(const std::string &name, UUID uuid, BtSocketType type, bool encrypt) in impl() 813 ServerSocket::ServerSocket(const std::string &name, UUID uuid, BtSocketType type, bool encrypt) in ServerSocket() 876 const BluetoothRemoteDevice &device, const UUID &uuid) in BuildInsecureRfcommDataSocketByServiceRecord() 888 const BluetoothRemoteDevice &device, const UUID &uuid) in BuildRfcommDataSocketByServiceRecord() 900 const std::string &name, const UUID &uuid) in DataListenInsecureRfcommByServiceRecord() 906 …erSocket> SocketFactory::DataListenRfcommByServiceRecord(const std::string &name, const UUID &uuid) in DataListenRfcommByServiceRecord()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/ |
H A D | dms_mission_manager_test.cpp | 1665 std::string uuid = "uuid for GetUuidByNetworkId"; variable 1711 std::string uuid = "uuid for GetUuidByNetworkId"; variable 1760 std::string uuid = "uuid for GetUuidByNetworkId"; variable 1782 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2010 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2053 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2073 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2095 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2569 std::string uuid = "uuid for GetUuidByNetworkId"; variable 2616 std::string uuid = "uuid for GetUuidByNetworkId"; variable [all …]
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/ |
H A D | softbus_adapter_ble_gatt_server.c | 101 BtUuid uuid = { in SoftBusGattsAddService() local 120 BtUuid uuid = { in SoftBusGattsAddCharacteristic() local 138 BtUuid uuid = { in SoftBusGattsAddDescriptor() local 362 static void BleServiceAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle) in BleServiceAddCallback() 390 static void BleCharacteristicAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, in BleCharacteristicAddCallback() 408 static void BleDescriptorAddCallback(int status, int serverId, BtUuid *uuid, int srvcHandle, int de… in BleDescriptorAddCallback() 794 BtUuid uuid; in SoftBusRegisterGattsCallbacks() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.cpp | 39 Descriptor::Descriptor(const Uuid &uuid, uint16_t handle, int permissions, const uint8_t *value, si… in Descriptor() 71 …const Uuid& uuid, uint16_t handle, int properties, int permissions, const uint8_t *value, size_t l… in Characteristic()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_socket_stub.cpp | 76 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ConnectInner() local 108 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ListenInner() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/ |
H A D | auth_meta_manager_virtual.c | 60 int32_t AuthMetaGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo) in AuthMetaGetPreferConnInfo() 107 int64_t AuthMetaGetIdByUuid(const char *uuid, AuthLinkType type, bool isServer) in AuthMetaGetIdByUuid() 140 int32_t AuthMetaGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthMetaGetDeviceUuid()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | version_info_manager.cpp | 154 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(versionInfo.deviceId); in UpdateVersionCache() local 183 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(deviceId); in RemoveVersionInfoByDeviceId() local 313 std::string uuid = DHContext::GetInstance().GetUUIDByDeviceId(versionInfo.deviceId); in HandleVersionDeleteChange() local
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | tlogcat.c | 69 struct TeeUuid uuid; member 162 static void GetUuidStr(const struct TeeUuid *uuid, char *name, uint32_t nameLen) in GetUuidStr() 176 static struct LogFile *LogFilesAdd(const struct TeeUuid *uuid, const char *logName, in LogFilesAdd() 273 static bool IsTaUuid(const struct TeeUuid *uuid) in IsTaUuid() 383 static char *GetCompressFile(const struct TeeUuid *uuid) in GetCompressFile() 413 static void ArrangeCompressFile(const struct TeeUuid *uuid) in ArrangeCompressFile() 561 static void LogFilesCompress(const struct TeeUuid *uuid) in LogFilesCompress() 663 static struct LogFile *GetUsableFile(const struct TeeUuid *uuid) in GetUsableFile() 717 static struct LogFile *LogFilesGet(const struct TeeUuid *uuid, bool isTa) in LogFilesGet()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_bt_uuid.cpp | 52 …BluetoothUuid *uuid = new BluetoothUuid(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, l… in Unmarshalling() local
|
H A D | parcel_bt_uuid.cpp | 24 bool ParcelBtUuid::WriteToParcel(MessageParcel &parcel, bluetooth::Uuid &uuid) in WriteToParcel()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_base_type.cpp | 23 TriggerModel::TriggerModel(int32_t uuid, int32_t version, TriggerModelType type) in TriggerModel()
|
H A D | trigger_detector.cpp | 24 TriggerDetector::TriggerDetector(int32_t uuid, std::shared_ptr<TriggerService> service, in TriggerDetector()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_socket_proxy.cpp | 98 …oothSocketProxy::RegisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid, in RegisterClientObserver() 119 …thSocketProxy::DeregisterClientObserver(const BluetoothRawAddress &dev, const bluetooth::Uuid uuid, in DeregisterClientObserver()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/ |
H A D | dm_softbus_cache.cpp | 109 int32_t SoftbusCache::GetUuidByNetworkId(const char *networkId, std::string &uuid) in GetUuidByNetworkId() 125 std::string uuid = ""; in SaveDeviceInfo() local 174 std::string uuid = ""; in ChangeDeviceInfo() local 236 int32_t SoftbusCache::GetUuidFromCache(const char *networkId, std::string &uuid) in GetUuidFromCache()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_p2p_test_mock.cpp | 84 int32_t AuthGetHmlConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetHmlConnInfo() 89 int32_t AuthGetP2pConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetP2pConnInfo() 94 int32_t AuthGetPreferConnInfo(const char *uuid, AuthConnInfo *connInfo, bool isMeta) in AuthGetPreferConnInfo()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_socket_observer.h | 31 bluetooth::Uuid uuid; member
|