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 | 211 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter() 216 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
|
D | param_service.c | 321 case MSG_WAIT_PARAM: in ProcessMessage()
|
/base/startup/init/test/unittest/param/ |
D | paramservice_unittest.cpp | 376 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait1() 386 AddWatch(MSG_WAIT_PARAM, name, "*"); in TestAddParamWait2() 397 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait3()
|