Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_service.cpp1637 if (profile_->IsBrowseQueueFull(rawAddr)) { in ChangePath()
1698 if (profile_->IsBrowseQueueFull(rawAddr)) { in GetFolderItems()
1766 if (profile_->IsBrowseQueueFull(rawAddr)) { in GetItemAttributes()
1828 if (profile_->IsBrowseQueueFull(rawAddr)) { in GetTotalNumberOfItems()
H A Davrcp_ct_profile.h951 bool IsBrowseQueueFull(const RawAddress &rawAddr);
H A Davrcp_ct_profile.cpp1722 bool AvrcCtProfile::IsBrowseQueueFull(const RawAddress &rawAddr) in IsBrowseQueueFull() function in OHOS::bluetooth::AvrcCtProfile