Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_avrcp_tg_stub.cpp185 int32_t statesSize = data.ReadInt32(); in GetDevicesByStatesInner() local
186 if (IsInvalidAttributesSize(statesSize)) { in GetDevicesByStatesInner()
191 for (int i = 0; i < statesSize; ++i) { in GetDevicesByStatesInner()
403 bool BluetoothAvrcpTgStub::IsInvalidDeviceStatesSize(int32_t statesSize) in IsInvalidDeviceStatesSize() argument
407 if (statesSize > COUNT_OF_DEVICE_STATE) { in IsInvalidDeviceStatesSize()
H A Dbluetooth_avrcp_ct_stub.cpp528 bool BluetoothAvrcpCtStub::IsInvalidDeviceStatesSize(int32_t statesSize) in IsInvalidDeviceStatesSize() argument
532 if (statesSize > COUNT_OF_DEVICE_STATE) { in IsInvalidDeviceStatesSize()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_avrcp_ct_stub.h68 bool IsInvalidDeviceStatesSize(int32_t statesSize);
H A Dbluetooth_avrcp_tg_stub.h59 bool IsInvalidDeviceStatesSize(int32_t statesSize);

Completed in 3 milliseconds