Home
last modified time | relevance | path

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

/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.hpp54 using DeviceRoleHandler = std::function<void(DeviceRole)>; typedef in otbr::DBus::ThreadApiDBus
/external/ot-br-posix/src/utils/
Dthread_helper.hpp66 using DeviceRoleHandler = std::function<void(otDeviceRole)>; typedef in otbr::agent::ThreadHelper
/external/ot-br-posix/src/dbus/server/
Ddbus_thread_object.cpp254 void DBusThreadObject::DeviceRoleHandler(otDeviceRole aDeviceRole) in DeviceRoleHandler() function in otbr::DBus::DBusThreadObject