Lines Matching defs:reply
33 MessageParcel reply;
38 reply, option);
39 return ProcessReply(reply.ReadInt32());
45 MessageParcel reply;
50 reply, option);
51 return ProcessReply(reply.ReadInt32());
57 MessageParcel reply;
62 reply, option);
63 return ProcessReply(reply.ReadInt32());
69 MessageParcel reply;
74 reply, option);
75 return ProcessReply(reply.ReadInt32());
81 MessageParcel reply;
86 reply, option);
87 return ProcessReply(reply.ReadInt32());
93 MessageParcel reply;
99 reply, option);
100 return ProcessReply(reply.ReadInt32());
106 MessageParcel reply;
111 data, reply, option);
112 return ProcessReply(reply.ReadInt32());
115 I18nErrorCode I18nServiceAbilityProxy::ProcessReply(int32_t reply)
117 I18nErrorCode err = static_cast<I18nErrorCode>(reply);
120 "I18nServiceAbilityProxy::ProcessReply failed with errorcode=%{public}d", reply);