Home
last modified time | relevance | path

Searched refs:DevNum (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_map_mse_proxy.cpp58 int32_t DevNum = reply.ReadInt32(); in GetDevicesByStates() local
59 CHECK_AND_RETURN_LOG_RET((DevNum >= 0 && DevNum < MAP_MSE_READ_DEVICE_MAX_SIZE), in GetDevicesByStates()
60 BT_ERR_INTERNAL_ERROR, "Invalid DevNum: %{public}d", DevNum); in GetDevicesByStates()
62 for (int32_t i = 0; i < DevNum; i++) { in GetDevicesByStates()
H A Dbluetooth_gatt_client_proxy.cpp250 int DevNum = 0; in GetAllDevice() local
251 if (!reply.ReadInt32(DevNum) || DevNum > GATT_CLIENT_READ_DATA_SIZE_MAX_LEN) { in GetAllDevice()
255 for (int i = DevNum; i > 0; i--) { in GetAllDevice()
295 int DevNum = 0; in GetServices() local
296 if (!reply.ReadInt32(DevNum) || DevNum > GATT_CLIENT_READ_DATA_SIZE_MAX_LEN) { in GetServices()
300 for (int i = DevNum; i > 0; i--) { in GetServices()
H A Dbluetooth_hfp_ag_proxy.cpp35 uint32_t DevNum = reply.ReadUint32(); in GetConnectDevices() local
36 for (uint32_t i = 0; i < DevNum; i++) { in GetConnectDevices()
59 uint32_t DevNum = reply.ReadUint32(); in GetDevicesByStates() local
60 for (uint32_t i = 0; i < DevNum; i++) { in GetDevicesByStates()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp114 uint32_t DevNum = devices.size(); in GetConnectDevicesInner() local
115 if (!reply.WriteUint32(DevNum)) { in GetConnectDevicesInner()
119 for (uint32_t i = 0; i < DevNum; i++) { in GetConnectDevicesInner()
134 uint32_t DevNum = devices.size(); in GetDevicesByStatesInner() local
135 if (!reply.WriteUint32(DevNum)) { in GetDevicesByStatesInner()
139 for (uint32_t i = 0; i < DevNum; i++) { in GetDevicesByStatesInner()

Completed in 3 milliseconds