Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_hdi_direct_test.cpp346 uint32_t replyDiscLen = REPLY_SIZE; 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()
355 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, IFNAME, &reqService, nullptr, replyDiscLen); in HWTEST_F()
357 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, IFNAME, &reqService, replyDisc, replyDiscLen); in HWTEST_F()
H A Dp2p_hdi_hal_services_c_test.cpp439 uint32_t replyDiscLen = REPLY_SIZE; in HWTEST_F() local
455 rc = g_wpaObj->P2pReqServiceDiscovery(g_wpaObj, "p2p-dev-wlan0", &reqService, replyDisc, replyDiscLen); in HWTEST_F()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.h103 const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen);
H A Dwpa_p2p_cmd.c880 const struct HdiP2pReqService *reqService, char *replyDisc, uint32_t replyDiscLen) 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
/drivers/peripheral/wlan/test/fuzztest/
H A Dwpa_common_fuzzer.cpp754 uint32_t replyDiscLen = REPLY_SIZE; in FuzzWpaInterfaceP2pReqServiceDiscovery() local
770 interface->P2pReqServiceDiscovery(interface, ifName, &reqService, replyDisc, replyDiscLen); in FuzzWpaInterfaceP2pReqServiceDiscovery()

Completed in 15 milliseconds