Home
last modified time | relevance | path

Searched defs:EnergyScanHandler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.hpp58 using EnergyScanHandler = std::function<void(const std::vector<EnergyScanResult> &)>; typedef in otbr::DBus::ThreadApiDBus
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.hpp75 …using EnergyScanHandler = std::function<void(otError, const std::vector<otEnergyScanResult> … typedef in otbr::agent::ThreadHelper
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.hpp110 typedef otHandleEnergyScanResult EnergyScanHandler; typedef
/aosp_15_r20/external/ot-br-posix/src/dbus/server/
H A Ddbus_thread_object_rcp.cpp370 void DBusThreadObjectRcp::EnergyScanHandler(DBusRequest &aRequest) in EnergyScanHandler() function in otbr::DBus::DBusThreadObjectRcp