Searched refs:AddItemToJson (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/init/services/modules/bootevent/ |
H A D | bootevent.c | 180 static int AddItemToJson(cJSON *root, const char *name, double startTime, int pid, double durTime) in AddItemToJson() function 211 INIT_CHECK_RETURN_VALUE(AddItemToJson((cJSON *)root, item->paramName, 0, in BootEventTraversal() 215 INIT_CHECK_RETURN_VALUE(AddItemToJson((cJSON *)root, item->paramName, forkTime, in BootEventTraversal()
|