Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/param/
H A Dparamservice_unittest.cpp371 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 Dparam_message.h35 MSG_WAIT_PARAM, enumerator
H A Dparam_request.c266 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
271 request = (ParamMessage *)CreateParamMessage(MSG_WAIT_PARAM, name, msgSize); in SystemWaitParameter()
H A Dparam_service.c342 case MSG_WAIT_PARAM: in ProcessMessage()