Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c1569 char *notifyStr = (char*)malloc(BUF_SIZE); in ProcessEventStaNotify() local
1570 if (notifyStr == NULL) { in ProcessEventStaNotify()
1571 HDF_LOGE("%{public}s notifyStr malloc failed", __func__); in ProcessEventStaNotify()
1576 free(notifyStr); in ProcessEventStaNotify()
1579 if (memset_s(notifyStr, BUF_SIZE, 0, BUF_SIZE) != EOK) { in ProcessEventStaNotify()
1581 free(notifyStr); in ProcessEventStaNotify()
1584 if (strcpy_s(notifyStr, BUF_SIZE, notifyParam) != EOK) { in ProcessEventStaNotify()
1586 free(notifyStr); in ProcessEventStaNotify()
1589 ret = node->callbackObj->OnEventStaNotify(node->callbackObj, notifyStr, ifName); in ProcessEventStaNotify()
1590 free(notifyStr); in ProcessEventStaNotify()
[all...]

Completed in 3 milliseconds