Searched refs:MSG_WAIT_PARAM (Results 1 – 4 of 4) sorted by relevance
/base/startup/init/services/param/linux/ |
D | param_message.h | 35 MSG_WAIT_PARAM, enumerator
|
D | param_request.c | 232 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter() 237 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
|
D | param_service.c | 318 case MSG_WAIT_PARAM: in ProcessMessage()
|
/base/startup/init/test/unittest/param/ |
D | paramservice_unittest.cpp | 372 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()
|