Searched refs:AddBootEvent (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | sysevent_unittest.cpp | 34 static void AddBootEvent(ListNode *events, const char *name, int32_t type) in AddBootEvent() function 89 AddBootEvent(&events, "bootevent.11111.xxxx", BOOTEVENT_TYPE_JOB); 90 AddBootEvent(&events, "bootevent.22222222.xxxx", BOOTEVENT_TYPE_SERVICE); 91 AddBootEvent(&events, "bootevent.33333333333.xxxx", BOOTEVENT_TYPE_SERVICE); 92 AddBootEvent(&events, "bootevent.44444444444444", BOOTEVENT_TYPE_SERVICE); 93 AddBootEvent(&events, "bootevent.44444444444444.6666666666.777777", BOOTEVENT_TYPE_SERVICE);
|