Searched defs:DeviceRoleHandler (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ot-br-posix/src/ncp/ | ||
H A D | thread_host.hpp | 113 using DeviceRoleHandler = std::function<void(otError, otDeviceRole)>; typedef in otbr::Ncp::ThreadHost |
/aosp_15_r20/external/ot-br-posix/src/dbus/client/ | ||
H A D | thread_api_dbus.hpp | 56 using DeviceRoleHandler = std::function<void(DeviceRole)>; typedef in otbr::DBus::ThreadApiDBus |
/aosp_15_r20/external/ot-br-posix/src/utils/ | ||
H A D | thread_helper.hpp | 73 using DeviceRoleHandler = std::function<void(otDeviceRole)>; typedef in otbr::agent::ThreadHelper |
/aosp_15_r20/external/ot-br-posix/src/dbus/server/ | ||
H A D | dbus_thread_object_rcp.cpp | 313 void DBusThreadObjectRcp::DeviceRoleHandler(otDeviceRole aDeviceRole) in DeviceRoleHandler() function in otbr::DBus::DBusThreadObjectRcp |