Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dthread_host.hpp113 using DeviceRoleHandler = std::function<void(otError, otDeviceRole)>; typedef in otbr::Ncp::ThreadHost
/aosp_15_r20/external/ot-br-posix/src/dbus/client/
H A Dthread_api_dbus.hpp56 using DeviceRoleHandler = std::function<void(DeviceRole)>; typedef in otbr::DBus::ThreadApiDBus
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dthread_helper.hpp73 using DeviceRoleHandler = std::function<void(otDeviceRole)>; typedef in otbr::agent::ThreadHelper
/aosp_15_r20/external/ot-br-posix/src/dbus/server/
H A Ddbus_thread_object_rcp.cpp313 void DBusThreadObjectRcp::DeviceRoleHandler(otDeviceRole aDeviceRole) in DeviceRoleHandler() function in otbr::DBus::DBusThreadObjectRcp