Home
last modified time | relevance | path

Searched refs:GetExistingCalls (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h279 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp276 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function
620 std::vector<HandsFreeUnitCall> HandsFreeUnit::GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function in OHOS::Bluetooth::HandsFreeUnit
630 return pimpl->GetExistingCalls(device); in GetExistingCalls()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp277 vector<HandsFreeUnitCall> calls = profile_->GetExistingCalls(device);