Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/cert/
H A Dpy_le_security.py51 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
H A Dpy_security.py70 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
/aosp12/system/bt/gd/security/
H A Dfacade.proto28 rpc FetchUiEvents(google.protobuf.Empty) returns (stream UiMsg) {}
H A Dfacade.cc171 …::grpc::Status FetchUiEvents(::grpc::ServerContext* context, const ::google::protobuf::Empty* requ… in FetchUiEvents() function in bluetooth::security::SecurityModuleFacadeService