Searched refs:MSG_WAIT_PARAM (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | paramservice_unittest.cpp | 371 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait1() 383 AddWatch(MSG_WAIT_PARAM, name, "*"); in TestAddParamWait2() 396 AddWatch(MSG_WAIT_PARAM, name, value); in TestAddParamWait3()
|
/ohos5.0/base/startup/init/services/param/linux/ |
H A D | param_message.h | 35 MSG_WAIT_PARAM, enumerator
|
H A D | param_request.c | 266 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter() 271 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
|
H A D | param_service.c | 342 case MSG_WAIT_PARAM: in ProcessMessage()
|