/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
H A D | protocol_config.h | 25 std::string transport; member in OHOS::DistributedData::final
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport.h | 102 OnDataBusy(DataTransport *transport, uint8_t isBusy) OnDataBusy() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_info.cpp | 61 const std::vector<ProfileInfo> SupportProfilesInfo::GetConfigSupportProfiles(BTTransport transport) in GetConfigSupportProfiles() argument
|
H A D | adapter_state_machine.cpp | 48 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 D | profile_list.h | 58 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 D | napi_bluetooth_access_observer.cpp | 31 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 D | detect_bluetooth_host_observer_test.cpp | 64 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 D | gatt_data.cpp | 23 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 D | ohos_bt_adapter_utils.cpp | 69 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 D | ohos_bt_gap.cpp | 443 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 D | bluetooth_ble_peripheral_observer_proxy.cpp | 63 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int status, int cause) OnPairStatusChanged() argument
|
H A D | bluetooth_remote_device_observer_proxy.cpp | 28 OnPairStatusChanged( const int32_t transport, const BluetoothRawAddress &device, int32_t status, int32_t cause) OnPairStatusChanged() argument
|
H A D | bluetooth_host_observer_proxy.cpp | 21 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 D | bluetooth_gatt_client_stub.cpp | 100 int32_t transport = data.ReadInt32(); in RegisterApplicationInner() local
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 80 const int32_t transport = static_cast<int32_t>(data.ReadInt32()); in OnPairStatusChangedInner() local
|
H A D | bluetooth_host_observer_stub.cpp | 74 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 D | bluetooth_gatt_client_proxy.cpp | 24 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 D | bluetooth_remote_device_observer_stub.cpp | 94 int32_t transport = data.ReadInt32(); in OnPairStatusChangedInner() local
|
/foundation/communication/bluetooth/frameworks/cj/access/src/ |
H A D | bluetooth_access_callback.cpp | 46 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 D | bluetooth_profile_manager.cpp | 122 void BluetoothProfileManager::NotifyBluetoothStateChange(int32_t transport, int32_t status) in NotifyBluetoothStateChange() argument
|
H A D | bluetooth_remote_device.cpp | 35 BluetoothRemoteDevice::BluetoothRemoteDevice(const std::string &addr, const int transport) in BluetoothRemoteDevice() argument
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_manager_test.cpp | 120 int transport = 12; in HWTEST_F() local 143 int transport = 12; in HWTEST_F() local
|
/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 52 void BluetoothHostObserverCommon::OnStateChanged(const int transport, const int status) in OnStateChanged() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/ |
H A D | generic_access_service.cpp | 98 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 D | generic_attribute_service.cpp | 161 int transport = GATT_TRANSPORT_TYPE_LE; in LoadNotifyInformation() local
|