Home
last modified time | relevance | path

Searched refs:FetchUiEvents (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_security.py44 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
Dpy_security.py67 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto28 rpc FetchUiEvents(google.protobuf.Empty) returns (stream UiMsg) {} rpc
/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc204 ::grpc::Status FetchUiEvents( in FetchUiEvents() function in bluetooth::security::SecurityModuleFacadeService