Home
last modified time | relevance | path

Searched refs:reply_params (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/ipc/
Dipc_message_templates.h203 ReplyParam reply_params; in Dispatch() local
204 base::DispatchToMethod(obj, func, std::move(send_params), &reply_params); in Dispatch()
205 WriteParam(reply, reply_params); in Dispatch()
206 LogReplyParamsToMessage(reply_params, msg); in Dispatch()
Dipc_message_utils.h1049 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params,
1053 LogParam(reply_params, &output_params);
1073 inline void LogReplyParamsToMessage(const ReplyParamType& reply_params,