Searched refs:MSG_SET_PARAM (Results 1 – 5 of 5) sorted by relevance
34 MSG_SET_PARAM, enumerator
66 case MSG_SET_PARAM: in ProcessRecvMsg()156 ParamMessage *request = (ParamMessage *)CreateParamMessage(MSG_SET_PARAM, name, msgSize); in SystemSetParameter()
318 case MSG_SET_PARAM: in ProcessMessage()
336 ParamMessage *request = (ParamMessage *)CreateParamMessage(MSG_SET_PARAM, name, msgSize); in TestServiceProcessMessage()339 request->type = MSG_SET_PARAM; in TestServiceProcessMessage()
182 …ParamMessage *request = (ParamMessage *)CreateParamMessage(MSG_SET_PARAM, "name", sizeof(ParamMess… in LeTaskTest()