Home
last modified time | relevance | path

Searched defs:uuid (Results 326 - 350 of 461) sorted by relevance

1...<<111213141516171819

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1363 std::string uuid; in GetLocalSupportedUuids() local
1390 std::string uuid; in GetDeviceUuids() local
1413 std::string uuid; in GetLocalProfileUuids() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp517 RemoveLpDeviceParam(const UUID &uuid) RemoveLpDeviceParam() argument
582 AddServiceData(const UUID &uuid, const std::string &data) AddServiceData() argument
734 SetServiceUuid(const UUID &uuid) SetServiceUuid() argument
[all...]
H A Dbluetooth_socket.cpp362 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth) in impl() argument
388 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth, in impl() argument
403 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth) ClientSocket() argument
411 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth, std::shared_ptr<BluetoothConnectionObserver> observer) ClientSocket() argument
816 impl(const std::string &name, UUID uuid, BtSocketType type, bool encrypt) impl() argument
823 ServerSocket(const std::string &name, UUID uuid, BtSocketType type, bool encrypt) ServerSocket() argument
893 BuildInsecureRfcommDataSocketByServiceRecord( const BluetoothRemoteDevice &device, const UUID &uuid) BuildInsecureRfcommDataSocketByServiceRecord() argument
905 BuildRfcommDataSocketByServiceRecord( const BluetoothRemoteDevice &device, const UUID &uuid) BuildRfcommDataSocketByServiceRecord() argument
917 DataListenInsecureRfcommByServiceRecord( const std::string &name, const UUID &uuid) DataListenInsecureRfcommByServiceRecord() argument
924 DataListenRfcommByServiceRecord(const std::string &name, const UUID &uuid) DataListenRfcommByServiceRecord() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp284 int GattClientService::ReadCharacteristicByUuid(int appId, const Uuid &uuid) in ReadCharacteristicByUuid() argument
706 void GattClientService::impl::ReadCharacteristicByUuid(int appId, const Uuid &uuid) in ReadCharacteristicByUuid() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h152 void AddServiceData(bluetooth::Uuid uuid, std::string serviceData) in AddServiceData() argument
546 void AddServiceData(Uuid uuid, std::string serviceData) in AddServiceData() argument
860 SetServiceUuid(const Uuid &uuid) SetServiceUuid() argument
[all...]
H A Dble_service_data.h1342 AddServiceData(Uuid uuid, std::string serviceData) AddServiceData() argument
1446 Uuid uuid; global() member
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1394 int RemoveLpDeviceParam(BtUuid uuid) in RemoveLpDeviceParam() argument
[all...]
H A Dohos_bt_gatt_server.cpp89 UUID uuid; member
140 static void AddAttribute(int serverId, int serviceIndex, int attrType, UUID uuid, uint16_t handle) in AddAttribute() argument
189 static std::shared_ptr<GattAttribute> GetAttributeWithUuid(int serverId, int serviceIndex, int attributeType, UUID uuid) in GetAttributeWithUuid() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp1238 std::string uuid = data.ReadString(); in HandleNotifyMtpMount() local
H A Dstorage_manager.cpp651 NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc, const std::string &uuid) NotifyMtpMounted() argument
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmedia_types.h298 uint8_t uuid[META_DRM_MAX_DRM_UUID_LEN]; member
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp39 uuid_t uuid; in GenerateBurstUuid() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp206 int32_t LnnNetLedgertInterfaceMock::ActionOfLnnGetAuthHandle(const char *uuid, AuthLinkType type, in ActionOfLnnGetAuthHandle() argument
411 short LnnGetCnnCode(const char *uuid, DiscoveryType type) in LnnGetCnnCode() argument
531 int32_t AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c588 static int32_t CheckPeerAuthSeq(const char *uuid, int64_t peerAuthSeq) in CheckPeerAuthSeq() argument
635 char uuid[UUID_BUF_LEN] = {0}; in BleOffLineProcess() local
694 char uuid[UUID_BUF_LE in WlanOffLineProcess() local
1056 char uuid[UUID_BUF_LEN] = {0}; GetWifiDirectAuthByNetworkId() local
1200 char uuid[UUID_BUF_LEN] = {0}; GetAuthHandleByNetworkId() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp22 int32_t AuthGetDeviceUuid(int64_t authId, char *uuid, uint16_t size) in AuthGetDeviceUuid() argument
110 int32_t LnnGetNetworkIdByUuid(const char *uuid, char *buf, uint32_t len) in LnnGetNetworkIdByUuid() argument
161 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid() argument
166 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid() argument
176 int32_t LnnGetRemoteDefaultPtkByUuid(const char *uuid, char *remotePtk, uint32_t len) in LnnGetRemoteDefaultPtkByUuid() argument
277 TransProxyPipelineGetUuidByChannelId(int32_t channelId, char *uuid, uint32_t uuidLen) TransProxyPipelineGetUuidByChannelId() argument
[all...]
H A Dwifi_direct_utils.cpp159 std::string WifiDirectUtils::UuidToNetworkId(const std::string &uuid) in UuidToNetworkId() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h132 char uuid[UUID_BUF_LEN]; // compatible nearby member
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c996 char uuid[UUID_BUF_LEN] = { 0 }; in LnnShiftLNNGear() local
1048 char uuid[UUID_BUF_LEN] = { 0 }; in LnnShiftLNNGearWithoutPkgName() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c545 static char *CreateCnnCodeKey(const char *uuid, DiscoveryType type) in CreateCnnCodeKey() argument
575 static int32_t AddCnnCode(Map *cnnCode, const char *uuid, DiscoveryType type, int64_t authSeqNum) in AddCnnCode() argument
592 static void RemoveCnnCode(Map *cnnCode, const char *uuid, DiscoveryTyp argument
606 LnnGetCnnCode(const char *uuid, DiscoveryType type) LnnGetCnnCode() argument
[all...]
H A Dlnn_distributed_net_ledger_manager.c1524 int32_t LnnGetNetworkIdByUuid(const char *uuid, char *buf, uint32_t len) in LnnGetNetworkIdByUuid() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c703 static int32_t GetUuidByChanId(int32_t channelId, char *uuid, uint32_t len) in GetUuidByChanId() argument
1044 char uuid[UUID_BUF_LEN] = {0}; in GetAuthIdByChannelInfo() local
H A Dtrans_tcp_direct_p2p.c610 static int32_t OpenAuthConn(const char *uuid, uint32_t reqId, bool isMeta, ConnectType type) in OpenAuthConn() argument
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp849 char uuid[TEST_DATA_LEN] = "testdata"; in HWTEST_F() local
870 char uuid[TEST_DATA_LEN] = "testdata"; in HWTEST_F() local
894 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
1018 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
1334 char uuid[TEST_DATA_LEN] = "testdata"; HWTEST_F() local
2218 const char *uuid = "12345678"; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h189 const char *uuid; member
220 const char *uuid; member
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c63 SoftBusBtUuid uuid; member
70 SoftBusBtUuid uuid; member
77 SoftBusBtUuid uuid; member
167 SoftBusBtUuid uuid = { in ResetServerState() local
195 SoftBusBtUuid uuid = { in ConnGattServerStartService() local
210 static void BleServiceAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_ argument
272 SoftBusBtUuid uuid = { BleServiceAddMsgHandler() local
300 BleCharacteristicAddCallback( int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t characteristicHandle) BleCharacteristicAddCallback() argument
388 SoftBusBtUuid uuid = { BleCharacteristicAddMsgHandler() local
412 BleDescriptorAddCallback(int32_t status, SoftBusBtUuid *uuid, int32_t srvcHandle, int32_t descriptorHandle) BleDescriptorAddCallback() argument
492 SoftBusBtUuid uuid = { BleNetDescriptorAddMsgHandler() local
855 SoftBusBtUuid uuid = { BleServiceDeleteMsgHandler() local
[all...]

Completed in 44 milliseconds

1...<<111213141516171819