Home
last modified time | relevance | path

Searched refs:Service (Results 1 – 12 of 12) sorted by relevance

/trusty/user/base/interface/boot_done/generated/include/
DBnBootDone.h3 class BnBootDone : public ::tidl::Service, public IBootDone {
9 const ::tidl::Service::PortAcl* acl,
14 static int on_connect(const ::tidl::Service::Port* port,
19 static int on_message(const ::tidl::Service::Port* port,
22 static ::tidl::Service::Ops kOps;
/trusty/user/base/interface/boot_done/generated/
DIBootDone.cpp82 const ::tidl::Service::PortAcl* acl, in BnBootDone()
84 : Service("BnBootDone", in BnBootDone()
93 ::tidl::Service::Ops BnBootDone::kOps = {
98 int BnBootDone::on_connect(const ::tidl::Service::Port* port, in on_connect()
103 reinterpret_cast<Service*>(const_cast<void*>(port->priv))); in on_connect()
118 int BnBootDone::on_message(const ::tidl::Service::Port* port, in on_message()
123 reinterpret_cast<Service*>(const_cast<void*>(port->priv))); in on_message()
/trusty/user/app/sample/hwwsk/
Dmain.rs20 use tipc::{ConnectResult, Handle, Manager, MessageResult, PortCfg, Service, Uuid};
25 impl Service for HwWskService {
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs371 pub trait Service { interface
450 impl<T, U: Deserialize, V: Service<Connection = T, Message = U>> UnbufferedService for V {
451 type Connection = <Self as Service>::Connection;
459 <Self as Service>::on_connect(self, port, handle, peer) in on_connect()
470 let msg = <Self as Service>::Message::deserialize( in on_message()
478 <Self as Service>::on_message(self, connection, handle, msg) in on_message()
482 <Self as Service>::on_disconnect(self, connection) in on_disconnect()
486 <Self as Service>::Message::MAX_SERIALIZED_SIZE in max_message_length()
517 ($vis:vis $wrapper:ident ($inner:ty: Service)) => {
539 impl $crate::Service for $wrapper {
[all …]
Dlib.rs44 pub use service::{Dispatcher, Manager, PortCfg, Service, UnbufferedService, Uuid};
/trusty/user/base/interface/smc/
DREADME11 - Service can only process one message at a time.
/trusty/user/app/secretkeeper/
Dlib.rs120 impl tipc::Service for AuthGraphService {
154 impl tipc::Service for SecretkeeperService {
187 impl tipc::Service for BootloaderService {
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/
Dtidl.h207 class Service {
214 Service() = delete;
215 Service(const char*, in Service() function
/trusty/user/app/sample/rust-hello-world/
Dlib.rs21 Service, TipcError, Uuid,
108 impl Service for HelloWorldService {
DREADME.md62 * Service - The logic that handles an incoming connection, and incoming message. The `on_connect` a…
64 …op()`. The manager automatically dispatches connections and messages to our Service implementation.
/trusty/user/base/lib/unittest-rust/src/
Dlib.rs37 ConnectResult, Handle, Manager, MessageResult, PortCfg, Serialize, Serializer, Service, Uuid,
186 impl Service for TestService {
/trusty/user/app/keymint/
Dipc_manager.rs41 Serialize, Serializer, Service, TipcError, Uuid,
124 impl Service for KMService {
391 impl Service for KMLegacyService {
489 impl Service for KMSecureService {