Home
last modified time | relevance | path

Searched refs:MSG_NOTIFY_PARAM (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_message.h38 MSG_NOTIFY_PARAM, enumerator
H A Dparam_request.c81 case MSG_NOTIFY_PARAM: { in ProcessRecvMsg()
H A Dparam_service.c105 ParamMessage *msg = (ParamMessage *)CreateParamMessage(MSG_NOTIFY_PARAM, "*", msgSize); in SendWatcherNotifyMessage()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_proxy_unittest.cpp174 msg->type = MSG_NOTIFY_PARAM; in TestProcessWatcherMessage()
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp209 if (msg->type != MSG_NOTIFY_PARAM) { in ProcessWatcherMessage()