Home
last modified time | relevance | path

Searched refs:rawAddsSize (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pan_proxy.cpp84 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
87 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()
H A Dbluetooth_a2dp_src_proxy.cpp96 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
97 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()
540 int32_t rawAddsSize = reply.ReadInt32(); in GetVirtualDeviceList() local
542 CHECK_AND_RETURN_LOG(rawAddsSize <= MAX_A2DP_VIRTUAL_DEVICE, "virtual device size error."); in GetVirtualDeviceList()
544 for (int i = 0; i < rawAddsSize; i++) { in GetVirtualDeviceList()
H A Dbluetooth_a2dp_sink_proxy.cpp95 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
96 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()
H A Dbluetooth_opp_proxy.cpp183 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
184 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()
H A Dbluetooth_hfp_ag_proxy.cpp458 int32_t rawAddsSize = reply.ReadInt32(); in GetVirtualDeviceList() local
460 CHECK_AND_RETURN_LOG(rawAddsSize <= MAX_HFP_VIRTUAL_DEVICE, "virtual device size error."); in GetVirtualDeviceList()
462 for (int i = 0; i < rawAddsSize; i++) { in GetVirtualDeviceList()
H A Dbluetooth_hid_host_proxy.cpp102 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
105 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()
H A Dbluetooth_avrcp_ct_proxy.cpp83 int32_t rawAddsSize = reply.ReadInt32(); in GetConnectedDevices() local
84 for (int i = 0; i < rawAddsSize; i++) { in GetConnectedDevices()
112 int32_t rawAddsSize = reply.ReadInt32(); in GetDevicesByStates() local
113 for (int i = 0; i < rawAddsSize; i++) { in GetDevicesByStates()

Completed in 6 milliseconds