Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 - 5 of 5) sorted by relevance

/base/startup/init/ueventd/include/
H A Dueventd.h26 typedef enum ACTION { enum
36 } ACTION; typedef
50 ACTION action;
75 const char *ActionString(ACTION action);
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_ordered_event_unit_test.cpp40 const std::string ACTION = "acion"; member
130 want.SetAction(ACTION); in HWTEST_F()
221 want.SetAction(ACTION); in HWTEST_F()
570 want.SetAction(ACTION); in HWTEST_F()
627 want.SetAction(ACTION); in HWTEST_F()
684 want.SetAction(ACTION); in HWTEST_F()
741 want.SetAction(ACTION); in HWTEST_F()
/base/startup/init/ueventd/
H A Dueventd.c72 const char *ActionString(ACTION action) in ActionString()
77 static ACTION GetUeventAction(const char *action) in GetUeventAction()
222 } else if (STARTSWITH(event, "ACTION=")) { in AddUevent()
223 uevent->action = GetUeventAction(event + strlen("ACTION=")); in AddUevent()
H A Dueventd_device_handler.c360 ACTION action = uevent->action; in HandleDeviceNode()
/base/startup/init/test/unittest/ueventd/
H A Dueventd_event_unittest.cpp190 ueventdBuffer.append(std::string("ACTION=") + ActionString(uevent.action) + '\000'); in GenerateUeventBuffer()
610 static void TestUeventAction(ACTION action) in TestUeventAction()

Completed in 4 milliseconds