Home
last modified time | relevance | path

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

/foundation/multimedia/drm_framework/frameworks/native/test/common/include/
H A Dhttp.h19 int HttpPost(std::string url, unsigned char *request, uint32_t requestLen, unsigned char *response,
/foundation/multimedia/drm_framework/frameworks/native/test/common/src/
H A Dhttp.cpp36 int HttpPost(std::string url, unsigned char *request, uint32_t requestLen, unsigned char *response, in HttpPost() function
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dhttp_request.h68 * @Description : HttpPost request
75 int HttpPost(const std::string &strUrl, const std::string &strData, std::string &strResponse);
H A Dhttp_request.cpp46 int HttpRequest::HttpPost(const std::string &strUrl, const std::string &strData, std::string &strResponse) in HttpPost() function in OHOS::Wifi::HttpRequest
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp168 int rett = HttpPost(PROVISION_URL, request, requestLen, KeySystemResponse, &KeySystemResponseLen, 10); in SetUp()
1052 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1105 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1293 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1351 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1407 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1462 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1523 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1580 int rett = HttpPost(LICENSE_URL, mediaKeyRequest.data, in HWTEST_F()
1638 int rett = HttpPost(LICENSE_UR in HWTEST_F()
[all...]
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.cpp144 HttpPost(PROVISION_URL, request, requestLen, response, &responseLen, HTTPOUTTIME); in GenerateDeviceCertificate()
175 HttpPost(LICENSE_URL, mediaKeyRequest.data, (uint32_t)mediaKeyRequest.dataLen, keySessionResponse, in GenerateLicense()
250 HttpPost(LICENSE_URL, mediaKeyRequest.data, (uint32_t)mediaKeyRequest.dataLen, keySessionResponse, in FuzzTestMediaKeySessionGenerateLicenseNdk()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.cpp112 HttpPost(PROVISION_URL, request, requestLen, response, &responseLen, HTTPOUTTIME); in GenerateDeviceCertificate()
143 HttpPost(LICENSE_URL, mediaKeyRequest.data, (uint32_t)mediaKeyRequest.dataLen, keySessionResponse, in GenerateLicense()
255 HttpPost(PROVISION_URL, request, requestLen, response, &responseLen, HTTPOUTTIME); in FuzzTestMediaKeySystemDeviceCertificateNdk()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dhttp_request_test.cpp137 EXPECT_TRUE(pHttpRequest->HttpPost(strUrl, "", strResponse) == -1); in HWTEST_F()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.cpp107 HttpPost(PROVISION_URL, request, requestLen, Response, &ResponseLen, HTTPOUTTIME); in GenerateDeviceCertificate()
138 HttpPost(LICENSE_URL, mediaKeyRequest.data, (uint32_t)mediaKeyRequest.dataLen, keySessionResponse, in GenerateLicense()

Completed in 8 milliseconds