Searched refs:GetExistingCalls (Results 1 – 3 of 3) sorted by relevance
279 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device);
276 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function620 std::vector<HandsFreeUnitCall> HandsFreeUnit::GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function in OHOS::Bluetooth::HandsFreeUnit630 return pimpl->GetExistingCalls(device); in GetExistingCalls()
277 vector<HandsFreeUnitCall> calls = profile_->GetExistingCalls(device);