Home | History | Annotate | Download | only in 1.0

Lines Matching refs:Status

34      * @return status the status of the call.
36 setPrivateData(vec<uint8_t> pvtData) generates (Status status);
42 * @return status the status of the call.
45 openSession() generates(Status status, HidlCasSessionId sessionId);
51 * @return status the status of the call.
53 closeSession(HidlCasSessionId sessionId) generates (Status status);
62 * @return status the status of the call.
65 generates (Status status);
72 * @return status the status of the call.
75 generates (Status status);
81 * @return status the status of the call.
83 processEmm(vec<uint8_t> emm) generates (Status status);
91 * @return status the status of the call.
94 generates (Status status);
102 * @return status the status of the call.
104 provision(string provisionString) generates (Status status);
111 * @return status the status of the call.
114 generates (Status status);
119 * @return status the status of the call.
121 release() generates (Status status);