Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp51 for (const auto& callback : cbHandler_.GetCallbacks()) { in ~Wifi()
61 if (cbHandler_.GetCallbacks().empty()) { in RegisterWifiEventCallback()
90 for (const auto& callback : cbHandler_.GetCallbacks()) { in Init()
H A Dcallback_handler.h56 const std::set<sptr<CallbackType>>& GetCallbacks() in GetCallbacks() function
H A Dwifi_vendor_hal.cpp123 for (const auto& callback : vendorHalCbHandler_.GetCallbacks()) { in OnAsyncGscanFullResult()
135 for (const auto& callback : vendorHalCbHandler_.GetCallbacks()) { in OnAsyncRssiReport()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h166 DetailAsync GetCallbacks(uint32_t tokenId, const std::string &storeName);
H A Drdb_service_impl.cpp120 store->RegisterDetailProgressObserver(GetCallbacks(meta.tokenId, storeInfo.storeName)); in RdbServiceImpl()
368 RdbServiceImpl::DetailAsync RdbServiceImpl::GetCallbacks(uint32_t tokenId, const std::string &store… in GetCallbacks() function in OHOS::DistributedRdb::RdbServiceImpl