Searched refs:testUrl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_playlist_downloader_unit_test.cpp | 52 downloader.Open(testUrl, tmpHttpHeader); 53 EXPECT_EQ(testUrl, downloader.GetUrl()); 60 printf("----%s------", testUrl.c_str()); 63 downloader.Open(testUrl, httpHeader); 85 downloader.Open(testUrl, httpHeader); 86 downloader.ParseManifest(testUrl, false); 94 downloader.Open(testUrl, httpHeader); 95 downloader.ParseManifest(testUrl, false); 104 downloader.Open(testUrl, httpHeader); 105 downloader.ParseManifest(testUrl, false); [all …]
|
H A D | hls_media_downloader_unit_test.cpp | 303 downloader->Open(testUrl, httpHeader); 321 downloader->Open(testUrl, httpHeader); 337 downloader->Open(testUrl, httpHeader); 362 downloader->Open(testUrl, httpHeader); 404 downloader->Open(testUrl, httpHeader); 429 downloader->Open(testUrl, httpHeader); 457 downloader->Open(testUrl, httpHeader); 485 downloader->Open(testUrl, httpHeader); 517 downloader->Open(testUrl, httpHeader); 543 downloader->Open(testUrl, httpHeader); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_downloader_unit_test.cpp | 80 std::string testUrl = MPD_SEGMENT_BASE; variable 81 EXPECT_EQ(testUrl, g_mpdDownloader->GetUrl()); 214 std::string testUrl = MPD_SEGMENT_LIST; variable 216 downloader.Open(testUrl); 228 std::string testUrl = MPD_SEGMENT_LIST_TIMELINE; variable 229 downloader.Open(testUrl); 239 std::string testUrl = URL_TEMPLATE_TIMELINE; variable 240 downloader.Open(testUrl); 250 std::string testUrl = MPD_SEGMENT_TEMPLATE_ADPT; variable 251 downloader.Open(testUrl); [all …]
|
H A D | dash_media_downloader_unit_test.cpp | 52 std::string testUrl = MPD_SEGMENT_BASE; in SetUpTestCase() local 211 std::string testUrl = MPD_MULTI_AUDIO_SUB; variable 225 mediaDownloader->Open(testUrl, httpHeader); 266 std::string testUrl = MPD_MULTI_AUDIO_SUB; variable 273 mediaDownloader->Open(testUrl, httpHeader); 323 std::string testUrl = MPD_MULTI_AUDIO_SUB; variable 330 mediaDownloader->Open(testUrl, httpHeader); 380 std::string testUrl = MPD_SEGMENT_TEMPLATE; variable 387 mediaDownloader->Open(testUrl, httpHeader); 399 std::string testUrl = MPD_SEGMENT_LIST; variable [all …]
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_security_guard_info_test.cpp | 68 std::string option = R"({"ePrintUrl":"testUrl"})"; 96 std::string option = R"({"":"testUrl"})";
|