Home
last modified time | relevance | path

Searched defs:transport (Results 1 - 25 of 64) sorted by relevance

123

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/
H A Dprotocol_config.h25 std::string transport; member in OHOS::DistributedData::final
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport.h102 OnDataBusy(DataTransport *transport, uint8_t isBusy) OnDataBusy() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp61 const std::vector<ProfileInfo> SupportProfilesInfo::GetConfigSupportProfiles(BTTransport transport) in GetConfigSupportProfiles() argument
H A Dadapter_state_machine.cpp48 BTTransport transport = in Entry() local
79 BTTransport transport = in Entry() local
89 BTTransport transport = in Dispatch() local
137 BTTransport transport = Entry() local
169 BTTransport transport = Entry() local
179 BTTransport transport = Dispatch() local
[all...]
H A Dprofile_list.h58 T Get(const BTTransport transport, const std::string &name) in Get() argument
80 std::map<std::string, T> *GetProfiles(const BTTransport transport) in GetProfiles() argument
99 SetProfile(const BTTransport transport, const std::string &name, const T &data) SetProfile() argument
114 Contains(const BTTransport transport, const std::string &name) Contains() argument
158 Find(const BTTransport transport, const std::string &name, T &data) Find() argument
203 IsEmpty(const BTTransport transport) IsEmpty() argument
221 Size(const BTTransport transport) Size() argument
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp31 void NapiBluetoothAccessObserver::OnStateChanged(const int transport, const int status) in OnStateChanged() argument
64 bool NapiBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothState &state) in DealStateChange() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Ddetect_bluetooth_host_observer_test.cpp64 int32_t transport = OHOS::Bluetooth::BTTransport::ADAPTER_BREDR; in HWTEST_F() local
78 int32_t transport = OHOS::Bluetooth::BTTransport::ADAPTER_BLE; in HWTEST_F() local
92 int32_t transport = OHOS::Bluetooth::BTTransport::ADAPTER_BLE; in HWTEST_F() local
107 int32_t transport = OHOS::Bluetooth::BTTransport::ADAPTER_BREDR; in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.cpp23 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport) in GattDevice() argument
29 GattDevice::GattDevice(const RawAddress& addr, uint8_t type, uint8_t transport, int state) in GattDevice() argument
35 GattDevice::GattDevice(const RawAddress& addr, uint8_t transport) in GattDevice() argument
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp69 void GetAclStateName(int transport, int state, std::string &out) in GetAclStateName() argument
96 GapAclState ConvertAclState(int transport, int state) in ConvertAclState() argument
[all...]
H A Dohos_bt_gap.cpp443 bool PairRequestReply(const BdAddr *bdAddr, int transport, bool accept) in PairRequestReply() argument
462 SetDevicePairingConfirmation(const BdAddr *bdAddr, int transport, bool accept) SetDevicePairingConfirmation() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_peripheral_observer_proxy.cpp63 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int status, int cause) OnPairStatusChanged() argument
H A Dbluetooth_remote_device_observer_proxy.cpp28 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int32_t status, int32_t cause) OnPairStatusChanged() argument
H A Dbluetooth_host_observer_proxy.cpp21 void BluetoothHostObserverProxy::OnStateChanged(int32_t transport, int32_t status) in OnStateChanged() argument
114 void BluetoothHostObserverProxy::OnPairRequested(const int32_t transport, const BluetoothRawAddress &device) in OnPairRequested() argument
143 OnPairConfirmed( const int32_t transport, const BluetoothRawAddress &device, int reqType, int number) OnPairConfirmed() argument
[all...]
H A Dbluetooth_gatt_client_stub.cpp100 int32_t transport = data.ReadInt32(); in RegisterApplicationInner() local
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_peripheral_observer_stub.cpp80 const int32_t transport = static_cast<int32_t>(data.ReadInt32()); in OnPairStatusChangedInner() local
H A Dbluetooth_host_observer_stub.cpp74 int32_t transport = data.ReadInt32(); in OnStateChangedInner() local
115 int32_t transport = data.ReadInt32(); in OnPairRequestedInner() local
130 int32_t transport = data.ReadInt32(); in OnPairConfirmedInner() local
H A Dbluetooth_gatt_client_proxy.cpp24 RegisterApplication( const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr, int32_t transport, int &appId) RegisterApplication() argument
46 RegisterApplication( const sptr<IBluetoothGattClientCallback> &callback, const BluetoothRawAddress &addr, int32_t transport) RegisterApplication() argument
H A Dbluetooth_remote_device_observer_stub.cpp94 int32_t transport = data.ReadInt32(); in OnPairStatusChangedInner() local
/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_callback.cpp46 void CjBluetoothAccessObserver::OnStateChanged(const int transport, const int status) in OnStateChanged() argument
62 bool CjBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothState &state) in DealStateChange() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp122 void BluetoothProfileManager::NotifyBluetoothStateChange(int32_t transport, int32_t status) in NotifyBluetoothStateChange() argument
H A Dbluetooth_remote_device.cpp35 BluetoothRemoteDevice::BluetoothRemoteDevice(const std::string &addr, const int transport) in BluetoothRemoteDevice() argument
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_manager_test.cpp120 int transport = 12; in HWTEST_F() local
143 int transport = 12; in HWTEST_F() local
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp52 void BluetoothHostObserverCommon::OnStateChanged(const int transport, const int status) in OnStateChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp98 void OnPairRequested(const BTTransport transport, const RawAddress &device) in OnPairRequested() argument
100 void OnPairConfirmed(const BTTransport transport, const RawAddress &device, const int reqType, const int number) in OnPairConfirmed() argument
129 void OnPairRequested(const BTTransport transport, const RawAddress &device) in OnPairRequested() argument
131 void OnPairConfirmed(const BTTransport transport, const RawAddress &device, int reqType, int number) in OnPairConfirmed() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp161 int transport = GATT_TRANSPORT_TYPE_LE; in LoadNotifyInformation() local

Completed in 11 milliseconds

123