Home
last modified time | relevance | path

Searched refs:MSG_WAIT_PARAM (Results 1 – 4 of 4) sorted by relevance

/base/startup/init/services/param/linux/
Dparam_message.h35 MSG_WAIT_PARAM, enumerator
Dparam_request.c232 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
237 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
Dparam_service.c318 case MSG_WAIT_PARAM: in ProcessMessage()
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp372 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait1()
384 AddWatch(MSG_WAIT_PARAM, name, "*"); in TestAddParamWait2()
397 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait3()