Searched refs:rawAdds (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_a2dp_sink_proxy.cpp | 84 std::vector<RawAddress> rawAdds = {}; in GetDevicesByStates() local 86 rawAdds, "WriteInterfaceToken error"); in GetDevicesByStates() 87 CHECK_AND_RETURN_LOG_RET(WriteParcelableInt32Vector(states, data), rawAdds, "write rawAdds error"); in GetDevicesByStates() local 93 data, reply, option, rawAdds); in GetDevicesByStates() 97 rawAdds.push_back(RawAddress(reply.ReadString())); in GetDevicesByStates() 99 return rawAdds; in GetDevicesByStates()
|
H A D | bluetooth_avrcp_ct_proxy.cpp | 69 std::vector<RawAddress> rawAdds = {}; in GetConnectedDevices() local 72 return rawAdds; in GetConnectedDevices() 81 return rawAdds; in GetConnectedDevices() 85 rawAdds.push_back(RawAddress(reply.ReadString())); in GetConnectedDevices() 87 return rawAdds; in GetConnectedDevices() 93 std::vector<RawAddress> rawAdds = {}; in GetDevicesByStates() local 96 return rawAdds; in GetDevicesByStates() 101 return rawAdds; in GetDevicesByStates() 110 return rawAdds; in GetDevicesByStates() 114 rawAdds in GetDevicesByStates() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 118 std::vector<BluetoothRawAddress> rawAdds; in GetDevicesByStatesInner() local 119 int32_t errCode = GetDevicesByStates(states, rawAdds); in GetDevicesByStatesInner() 130 if (!reply.WriteInt32(rawAdds.size())) { in GetDevicesByStatesInner() 135 for (auto rawAdd : rawAdds) { in GetDevicesByStatesInner()
|
H A D | bluetooth_a2dp_sink_stub.cpp | 137 std::vector<RawAddress> rawAdds = GetDevicesByStates(states); in GetDevicesByStatesInner() local 138 reply.WriteInt32(rawAdds.size()); in GetDevicesByStatesInner() 140 for (auto rawAdd : rawAdds) { in GetDevicesByStatesInner()
|
H A D | bluetooth_hid_host_stub.cpp | 148 std::vector<BluetoothRawAddress> rawAdds; in GetDevicesByStatesInner() local 149 int32_t errCode = GetDevicesByStates(states, rawAdds); in GetDevicesByStatesInner() 160 if (!reply.WriteInt32(rawAdds.size())) { in GetDevicesByStatesInner() 165 for (auto rawAdd : rawAdds) { in GetDevicesByStatesInner()
|
H A D | bluetooth_avrcp_ct_stub.cpp | 144 std::vector<RawAddress> rawAdds = GetConnectedDevices(); in GetConnectedDevicesInner() local 145 reply.WriteInt32(rawAdds.size()); in GetConnectedDevicesInner() 146 for (auto rawAdd : rawAdds) { in GetConnectedDevicesInner() 168 std::vector<RawAddress> rawAdds = GetDevicesByStates(states); in GetDevicesByStatesInner() local 169 reply.WriteInt32(rawAdds.size()); in GetDevicesByStatesInner() 171 for (auto rawAdd : rawAdds) { in GetDevicesByStatesInner()
|
H A D | bluetooth_a2dp_src_stub.cpp | 177 std::vector<RawAddress> rawAdds; in GetDevicesByStatesInner() local 178 int ret = GetDevicesByStates(states,rawAdds); in GetDevicesByStatesInner() 185 if (!reply.WriteInt32(rawAdds.size())) { in GetDevicesByStatesInner() 191 for (auto rawAdd : rawAdds) { in GetDevicesByStatesInner()
|
Completed in 5 milliseconds