Home
last modified time | relevance | path

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

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