Home
last modified time | relevance | path

Searched refs:ActionString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/ueventd/include/
H A Dueventd.h75 const char *ActionString(ACTION action);
/ohos5.0/base/startup/init/ueventd/
H A Dueventd.c72 const char *ActionString(ACTION action) in ActionString() function
/ohos5.0/base/startup/init/test/unittest/ueventd/
H A Dueventd_event_unittest.cpp190 ueventdBuffer.append(std::string("ACTION=") + ActionString(uevent.action) + '\000'); in GenerateUeventBuffer()