Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp69 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
71 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
H A Dbluetooth_hid_host.cpp68 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
70 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
74 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
H A Dbluetooth_hfp_hf.cpp185 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
187 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
190 proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp186 std::vector<int> tmpStates; in GetDevicesByStates() local
189 tmpStates.push_back((int)state); in GetDevicesByStates()
192 rawDevices = pimpl->a2dpSnkService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
H A Dbluetooth_hfp_ag_server.cpp184 std::vector<int> tmpStates; in GetDevicesByStates() local
187 tmpStates.push_back((int)state); in GetDevicesByStates()
191 rawDevices = pimpl->HfpAgService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
H A Dbluetooth_hfp_hf_server.cpp218 std::vector<int> tmpStates; in GetDevicesByStates() local
221 tmpStates.push_back((int)state); in GetDevicesByStates()
226 rawDevices = pimpl->HfpHfService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
H A Dbluetooth_a2dp_source_server.cpp253 std::vector<int> tmpStates; in GetDevicesByStates() local
256 tmpStates.push_back((int)state); in GetDevicesByStates()
259 rawAddrs = pimpl->a2dpSrcService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()

Completed in 6 milliseconds