Lines Matching refs:data
53 static int BootEventParaListCompareProc(ListNode *node, void *data)
59 if (strcmp(item->paramName + BOOT_EVENT_PARA_PREFIX_LEN, (const char *)data) == 0) {
65 static int ParseBooteventCompareProc(ListNode *node, void *data)
68 if (strcmp(item->paramName, (const char *)data) == 0) {
125 // Find an empty bootevent data position
135 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)extData->data;
285 if (node->data.service == NULL) {
294 free(((BOOT_EVENT_PARAM_ITEM *)extData->data)->paramName);
295 OH_ListRemove(&((BOOT_EVENT_PARAM_ITEM *)extData->data)->node);
494 item = (BOOT_EVENT_PARAM_ITEM *)extData->data;