Lines Matching refs:name
137 const char *name = reinterpret_cast<const char *>(rawData);
141 interface->SetNetwork(interface, ifName, networkId, name, value);
448 const char *name = reinterpret_cast<const char *>(rawData);
450 interface->P2pSetSsidPostfixName(interface, ifName, name);
542 const char *name = reinterpret_cast<const char *>(rawData);
544 interface->P2pSetDeviceName(interface, ifName, name);
629 info.name = static_cast<uint8_t *>(OsalMemCalloc(sizeof(uint8_t) * nameLen));
632 if (info.name == nullptr || info.query == nullptr || info.resp == nullptr) {
636 strcpy_s((char *)info.name, sizeof(info.name), "p2p0");
639 OsalMemFree(info.name);
657 info.name = static_cast<uint8_t *>(OsalMemCalloc(sizeof(uint8_t) * nameLen));
660 if (info.name == nullptr || info.query == nullptr || info.resp == nullptr) {
664 strcpy_s((char *)info.name, sizeof(info.name), "p2p0");
667 OsalMemFree(info.name);
710 const char *name = reinterpret_cast<const char *>(rawData);
713 interface->P2pSetGroupConfig(interface, ifName, networkId, name, value);