Searched refs:replyDisc (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_hdi_direct_test.cpp | 345 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char));
in HWTEST_F() local 351 int32_t rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, nullptr, &reqService, replyDisc, replyDiscLen);
in HWTEST_F() 353 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, IFNAME, nullptr, replyDisc, replyDiscLen);
in HWTEST_F() 357 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, IFNAME, &reqService, replyDisc, replyDiscLen);
in HWTEST_F() 359 free(replyDisc);
in HWTEST_F()
|
H A D | p2p_hdi_hal_services_c_test.cpp | 438 char *replyDisc = (char *)calloc(REPLY_SIZE, sizeof(char));
in HWTEST_F() local 455 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, "p2p-dev-wlan0", &reqService, replyDisc, replyDiscLen);
in HWTEST_F() 460 free(replyDisc);
in HWTEST_F()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wpa_common_fuzzer.cpp | 750 char *replyDisc = static_cast<char *>(calloc(REPLY_SIZE, sizeof(char))); in FuzzWpaInterfaceP2pReqServiceDiscovery() local 751 if (replyDisc == nullptr) { in FuzzWpaInterfaceP2pReqServiceDiscovery() 760 free(replyDisc); in FuzzWpaInterfaceP2pReqServiceDiscovery() 770 interface->P2pReqServiceDiscovery(interface, ifName, &reqService, replyDisc, replyDiscLen); in FuzzWpaInterfaceP2pReqServiceDiscovery() 771 free(replyDisc); in FuzzWpaInterfaceP2pReqServiceDiscovery()
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.h | 103 const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen);
|
H A D | wpa_p2p_cmd.c | 880 const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen)
in WpaInterfaceP2pReqServiceDiscovery() 883 if (ifName == NULL || reqService == NULL || replyDisc == NULL) {
in WpaInterfaceP2pReqServiceDiscovery() 903 if (strncpy_s(replyDisc, replyDiscLen, seq, strlen(seq)) != EOK) {
in WpaInterfaceP2pReqServiceDiscovery() 879 WpaInterfaceP2pReqServiceDiscovery(struct IWpaInterface *self, const char *ifName, const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen) WpaInterfaceP2pReqServiceDiscovery() argument
|
Completed in 12 milliseconds