Home
last modified time | relevance | path

Searched defs:mtuSize (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp249 void CellularDataStateMachine::GetMtuSizeFromOpCfg(int32_t &mtuSize, int32_t slotId) in GetMtuSizeFromOpCfg()
331 …int32_t mtuSize = (dataCallInfo.maxTransferUnit == 0) ? DEFAULT_MTU : dataCallInfo.maxTransferUnit; in UpdateNetworkInfo() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c115 static void GattcConfigureMtuSizeCallback(int clientId, int mtuSize, int status) in GattcConfigureMtuSizeCallback()
400 int32_t SoftbusGattcConfigureMtuSize(int32_t clientId, int mtuSize) in SoftbusGattcConfigureMtuSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.cpp122 uint32_t mtuSize = targetCommunicator->GetCommunicatorMtuSize(target); in GetCommunicatorMtuSize() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_service.c213 int32_t GetMtuSize(int32_t socket, uint32_t *mtuSize) in GetMtuSize()
H A Dclient_trans_session_service.c1256 int32_t GetSocketMtuSize(int32_t socket, uint32_t *mtuSize) in GetSocketMtuSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator.cpp135 void VirtualCommunicator::SetCommunicatorMtuSize(uint32_t mtuSize) in SetCommunicatorMtuSize()
H A Dvirtual_communicator_aggregator.cpp296 void VirtualCommunicatorAggregator::SetDeviceMtuSize(const std::string &deviceId, uint32_t mtuSize) in SetDeviceMtuSize()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c59 int32_t mtuSize; member
589 static void BleGattcConfigureMtuSizeCallback(int32_t underlayerHandle, int32_t mtuSize, int32_t sta… in BleGattcConfigureMtuSizeCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_client_mock.cpp135 int32_t SoftbusGattcConfigureMtuSize(int32_t clientId, int mtuSize) in SoftbusGattcConfigureMtuSize()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h101 uint16_t mtuSize; member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp556 void StubConfigureMtuSizeCallback(int clientId, int mtuSize, int status) in StubConfigureMtuSizeCallback()
H A Dbluetooth_mock.cpp155 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.cpp206 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp436 int32_t &mtuSize, NapiGattClient **outGattClient) in CheckSetBLEMtuSize()
457 int32_t mtuSize = 0; in SetBLEMtuSize() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp729 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp315 uint32_t mtuSize = DEFAULT_MTU_SIZE; in GetMtuSize() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h184 uint16_t mtuSize; member