Searched refs:ConnectionImpl (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 30 return ConnectionImpl::PairDevice(deviceId, errCode); in FfiBluetoothConPairDevice() 35 return ConnectionImpl::GetRemoteDeviceName(deviceId, errCode); in FfiBluetoothConGetRemoteDeviceName() 40 return ConnectionImpl::GetRemoteDeviceClass(deviceId, errCode); in FfiBluetoothConGetRemoteDeviceClass() 45 return ConnectionImpl::GetRemoteProfileUuids(deviceId, errCode); in FfiBluetoothConGetRemoteProfileUuids() 50 return ConnectionImpl::GetLocalName(errCode); in FfiBluetoothConGetLocalName() 55 return ConnectionImpl::GetPairedDevices(errCode); in FfiBluetoothConGetPairedDevices() 60 return ConnectionImpl::GetPairState(deviceId, errCode); in FfiBluetoothConGetPairState() 65 return ConnectionImpl::GetProfileConnectionState(profileId, errCode); in FfiBluetoothConGetProfileConnectionState() 70 return ConnectionImpl::SetDevicePairingConfirmation(deviceId, accept, errCode); in FfiBluetoothConSetDevicePairingConfirmation() 75 return ConnectionImpl in FfiBluetoothConSetDevicePinCode() [all...] |
H A D | bluetooth_connection_impl.cpp | 41 void ConnectionImpl::PairDevice(std::string deviceId, int32_t* errCode) in PairDevice() 52 char* ConnectionImpl::GetRemoteDeviceName(std::string deviceId, int32_t* errCode) in GetRemoteDeviceName() 64 DeviceClass ConnectionImpl::GetRemoteDeviceClass(std::string deviceId, int32_t* errCode) in GetRemoteDeviceClass() 85 CArrString ConnectionImpl::GetRemoteProfileUuids(std::string deviceId, int32_t* errCode) in GetRemoteProfileUuids() 99 char* ConnectionImpl::GetLocalName(int32_t* errCode) in GetLocalName() 107 CArrString ConnectionImpl::GetPairedDevices(int32_t* errCode) in GetPairedDevices() 132 int32_t ConnectionImpl::GetPairState(std::string deviceId, int32_t* errCode) in GetPairState() 146 int32_t ConnectionImpl::GetProfileConnectionState(int32_t profileId, int32_t* errCode) in GetProfileConnectionState() 155 void ConnectionImpl::SetDevicePairingConfirmation(std::string deviceId, bool accept, int32_t* errCode) in SetDevicePairingConfirmation() 170 void ConnectionImpl [all...] |
H A D | bluetooth_connection_callback.cpp | 162 void ConnectionImpl::RegisterConnectionObserver(int32_t callbackType, void (*callback)(), int32_t* errCode) in RegisterConnectionObserver()
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 33 class ConnectionImpl { class 35 ConnectionImpl() = default; 36 ~ConnectionImpl() = default;
|
Completed in 2 milliseconds