Home
last modified time | relevance | path

Searched defs:aPropertyName (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/ncp/
Dncp_base_dispatcher.cpp47 #define OT_NCP_GET_HANDLER_ENTRY(aPropertyName) \ in FindGetPropertyHandler() argument
397 #define OT_NCP_SET_HANDLER_ENTRY(aPropertyName) \ in FindSetPropertyHandler() argument
652 #define OT_NCP_INSERT_HANDLER_ENTRY(aPropertyName) \ in FindInsertPropertyHandler() argument
705 #define OT_NCP_REMOVE_HANDLER_ENTRY(aPropertyName) \ in FindRemovePropertyHandler() argument
/external/ot-br-posix/src/dbus/server/
Ddbus_object.cpp85 const std::string & aPropertyName, in RegisterGetPropertyHandler()
92 const std::string & aPropertyName, in RegisterSetPropertyHandler()
Ddbus_object.hpp167 const std::string &aPropertyName, in SignalPropertyChanged()
Ddbus_thread_object.cpp1374 const std::string & aPropertyName, in RegisterGetPropertyHandler()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp746 ClientError ThreadApiDBus::SetProperty(const std::string &aPropertyName, const ValType &aValue) in SetProperty()
776 template <typename ValType> ClientError ThreadApiDBus::GetProperty(const std::string &aPropertyName in GetProperty()