Home
last modified time | relevance | path

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

/ohos5.0/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.cpp261 std::vector<int> tmpStates; in GetDevicesByStates() local
264 tmpStates.push_back((int)state); in GetDevicesByStates()
267 rawAddrs = pimpl->a2dpSrcService_->GetDevicesByStates(tmpStates); in GetDevicesByStates()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp72 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
74 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
H A Dbluetooth_hid_host.cpp71 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
73 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
77 int32_t ret = proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()
H A Dbluetooth_hfp_hf.cpp188 std::vector<int32_t> tmpStates; in GetDevicesByStates() local
190 tmpStates.push_back((int32_t)state); in GetDevicesByStates()
193 proxy->GetDevicesByStates(tmpStates, rawDevices); in GetDevicesByStates()