Home
last modified time | relevance | path

Searched refs:ParamResponseMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_service.c89 ParamResponseMessage *response = NULL; in SendResponseMsg()
90 …response = (ParamResponseMessage *)CreateParamMessage(msg->type, msg->key, sizeof(ParamResponseMes… in SendResponseMsg()
94 response->msg.msgSize = sizeof(ParamResponseMessage); in SendResponseMsg()
H A Dparam_message.h72 } ParamResponseMessage; typedef
H A Dparam_request.c79 result = ((ParamResponseMessage *)recvMsg)->result; in ProcessRecvMsg()