Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h279 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp268 * @tc.name: GetExistingCalls
277 vector<HandsFreeUnitCall> calls = profile_->GetExistingCalls(device); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_hf.cpp273 std::vector<HandsFreeUnitCall> GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function
618 std::vector<HandsFreeUnitCall> HandsFreeUnit::GetExistingCalls(const BluetoothRemoteDevice &device) in GetExistingCalls() function in OHOS::Bluetooth::HandsFreeUnit
628 return pimpl->GetExistingCalls(device); in GetExistingCalls()

Completed in 3 milliseconds