/foundation/multimedia/drm_framework/frameworks/native/test/common/include/ |
H A D | http.h | 19 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 D | http.cpp | 36 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 D | http_request.h | 68 * @Description : HttpPost request 75 int HttpPost(const std::string &strUrl, const std::string &strData, std::string &strResponse);
|
H A D | http_request.cpp | 46 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 D | drm_framework_unittest.cpp | 168 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 D | mediakeysessionndk_fuzzer.cpp | 144 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 D | mediakeysystemndk_fuzzer.cpp | 112 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 D | http_request_test.cpp | 137 EXPECT_TRUE(pHttpRequest->HttpPost(strUrl, "", strResponse) == -1); in HWTEST_F()
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/ |
H A D | mediakeydecryptndk_fuzzer.cpp | 107 HttpPost(PROVISION_URL, request, requestLen, Response, &ResponseLen, HTTPOUTTIME); in GenerateDeviceCertificate() 138 HttpPost(LICENSE_URL, mediaKeyRequest.data, (uint32_t)mediaKeyRequest.dataLen, keySessionResponse, in GenerateLicense()
|