Lines Matching refs:interface
5 public interface exposed by a service. This section is concerned with interface conventions and pr…
10 …code is decoupled from service provider code using an abstract 'serializer' interface. Alternative
11 concrete serializers may provide implementations of the interface.
13 A deployment independent interface for locating services and establishing RPC sessions is described…
20 * Service client interface: This component provides the interface to a given service for a user app…
21 Crypto, Internal Trusted Storage, etc. interface.
24 a transparent interface between the caller and endpoint side.
29 …tied to the opened service interface of the endpoint. Each service call can use the simple begin/i…
61 …avoid including the UUID in each service call, a short interface ID is assigned to each service. T…
62 …UUIDs and interface IDs can be queried by an RPC call. The lifetime of the interface ID is the sam…
63 service. The `0xff` interface ID is used for the management interface.
159 ``[7:0]`` Queried service interface ID
166 - Service interface ID
176 - Service interface ID
198 …5.3 but in registers W4-W7. The returned service interface ID should be used in the service calls.…
203 …After creating a shared memory and querying the interface ID for a given service UUID the caller c…
216 …info get response" is `RPC_SUCCESS`, the SP implements the service and its interface ID is returned
226 The status codes for the RPC layer are defined in `components/rpc/common/interface/rpc_status.h`. C…
229 .. literalinclude:: ../../components/rpc/common/interface/rpc_status.h
242 …r messages use ``FFA_MSG_SEND_DIRECT_REQ``/``FFA_MSG_SEND_DIRECT_RESP`` interface and go through t…
273 Details of how public interface definition files for trusted services are organized, see: :ref:`Pro…
277 …ward, serialize/deserialize operations should be encapsulated behind a common interface to decouple
298 By defining service access protocols using an interface description language (IDL) with good suppor…
309 …ervice. The mapping of opcode to method is an important part of a service interface definition and
383 …be avoided by implementing protocol specific operations behind a common interface. Serialize/deser…