Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp59 void RemoveRequestList(std::list<std::pair<uint16_t, GattRequestInfo>>::iterator iter);
985 RemoveRequestList(iter); in ReceiveRequestResultProcess()
1103 dispatcher_->PostTask(std::bind(&impl::RemoveRequestList, this, iter)); in AddResponseList()
1111 void GattClientProfile::impl::RemoveRequestList(std::list<std::pair<uint16_t, GattRequestInfo>>::it… in RemoveRequestList() function in OHOS::bluetooth::GattClientProfile::impl