/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_target.h | 30 PageTarget(const std::string& url, const WeakPtr<StageElement>& container) : url(url), container(container) {} in PageTarget() 31 PageTarget(const std::string& url, const WeakPtr<StageElement>& container, bool useSubStage) in PageTarget() 32 : url(url), container(container), useSubStage(useSubStage) in PageTarget() 34 PageTarget(const std::string& url, RouterMode routerMode) : url(url), routerMode(routerMode) {} in PageTarget() 35 PageTarget(const PageTarget& pageTarget, const std::string& url) in PageTarget() 40 std::string url; global() member [all...] |
/foundation/multimedia/media_foundation/test/scenetest/video_player/ |
H A D | TestFastVedioPlayer.cpp | 51 std::string FilePathToFd(std::string url, int32_t fileSize) in FilePathToFd() argument 55 int32_t fd = open(url.c_str(), O_RDONLY | O_BINARY); in FilePathToFd() 61 void TestPlayerFinishedAutomatically(std::string url) in TestPlayerFinishedAutomatically() argument 64 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestPlayerFinishedAutomatically() 74 void TestSinglePlayerFdSourceFinishedAutomatically(std::string url, int32_t fileSize) in TestSinglePlayerFdSourceFinishedAutomatically() argument 76 std::string uri = FilePathToFd(url, fileSize); in TestSinglePlayerFdSourceFinishedAutomatically() 86 void TestSinglePlayerWrongFd(std::string url, int32_t fileSize) in TestSinglePlayerWrongFd() argument 97 void TestPreparePlayPauseRelease(std::string url) in TestPreparePlayPauseRelease() argument 100 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestPreparePlayPauseRelease() 107 void TestPreparePlayPauseThenRelease(std::string url) in TestPreparePlayPauseThenRelease() argument 118 TestPrepareWrongFdThenRelease(std::string url, int32_t fileSize) TestPrepareWrongFdThenRelease() argument 129 TestPrepareThenRelease(std::string url, int32_t fileSize) TestPrepareThenRelease() argument 138 TestPreparePlayPrepareRelease(std::string url, int32_t fileSize) TestPreparePlayPrepareRelease() argument 150 TestPreparePlayPausePrepareRelease(std::string url, int32_t fileSize) TestPreparePlayPausePrepareRelease() argument 163 TestPreparePlayStopPrepareRelease(std::string url, int32_t fileSize) TestPreparePlayStopPrepareRelease() argument 178 TestPreparePlayResetSetSourcePrepareRelease(std::string url, int32_t fileSize) TestPreparePlayResetSetSourcePrepareRelease() argument 192 TestPreparePlaySeekPrepareRelease(std::string url, int32_t fileSize) TestPreparePlaySeekPrepareRelease() argument 209 TestPreparePlaySetvolumePrepareRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumePrepareRelease() argument 223 TestPrepareRelease(std::string url, int32_t fileSize) TestPrepareRelease() argument 232 Test3PrepareRelease(std::string url, int32_t fileSize) Test3PrepareRelease() argument 243 TestPreparePlayRelease(std::string url, int32_t fileSize) TestPreparePlayRelease() argument 254 TestPreparePlayPausePlayRelease(std::string url, int32_t fileSize) TestPreparePlayPausePlayRelease() argument 268 TestPreparePlayStopPlayRelease(std::string url, int32_t fileSize) TestPreparePlayStopPlayRelease() argument 281 TestPreparePlayResetPlayRelease(std::string url, int32_t fileSize) TestPreparePlayResetPlayRelease() argument 294 TestPreparePlaySeekRelease(std::string url, int32_t fileSize) TestPreparePlaySeekRelease() argument 310 TestPreparePlaySetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeRelease() argument 323 TestPlayRelease(std::string url, int32_t fileSize) TestPlayRelease() argument 332 TestPrepare3PlayRelease(std::string url, int32_t fileSize) TestPrepare3PlayRelease() argument 347 TestCreatePauseRelease(std::string url, int32_t fileSize) TestCreatePauseRelease() argument 355 TestPreparePauseRelease(std::string url, int32_t fileSize) TestPreparePauseRelease() argument 365 TestPreparePlayStopPauseRelease(std::string url, int32_t fileSize) TestPreparePlayStopPauseRelease() argument 378 TestPreparePlayResetPauseRelease(std::string url, int32_t fileSize) TestPreparePlayResetPauseRelease() argument 391 TestPreparePlaySeekPauseRelease(std::string url, int32_t fileSize) TestPreparePlaySeekPauseRelease() argument 408 TestPreparePlaySetvolumePauseRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumePauseRelease() argument 423 TestCreateSetSourcePauseRelease(std::string url, int32_t fileSize) TestCreateSetSourcePauseRelease() argument 438 TestPreparePlay3PauseRelease(std::string url, int32_t fileSize) TestPreparePlay3PauseRelease() argument 452 TestCreateStopRelease(std::string url, int32_t fileSize) TestCreateStopRelease() argument 460 TestPrepareStopRelease(std::string url, int32_t fileSize) TestPrepareStopRelease() argument 470 TestPreparePlayStopRelease(std::string url, int32_t fileSize) TestPreparePlayStopRelease() argument 482 TestPreparePlayPauseStopRelease(std::string url, int32_t fileSize) TestPreparePlayPauseStopRelease() argument 495 TestPreparePlayResetStopRelease(std::string url, int32_t fileSize) TestPreparePlayResetStopRelease() argument 508 TestPreparePlaySeekStopRelease(std::string url, int32_t fileSize) TestPreparePlaySeekStopRelease() argument 525 TestPreparePlaySetvolumeStopRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeStopRelease() argument 539 TestPreparePlaySpeedStopRelease(std::string url, int32_t fileSize) TestPreparePlaySpeedStopRelease() argument 551 TestCreateSetSourceStopRelease(std::string url, int32_t fileSize) TestCreateSetSourceStopRelease() argument 560 TestPreparePlay3StopRelease(std::string url, int32_t fileSize) TestPreparePlay3StopRelease() argument 574 TestPrepareResetRelease(std::string url, int32_t fileSize) TestPrepareResetRelease() argument 584 TestPreparePlayResetRelease(std::string url, int32_t fileSize) TestPreparePlayResetRelease() argument 595 TestPreparePlayPauseResetRelease(std::string url, int32_t fileSize) TestPreparePlayPauseResetRelease() argument 608 TestPreparePlayStopResetRelease(std::string url, int32_t fileSize) TestPreparePlayStopResetRelease() argument 621 TestPreparePlaySeekResetRelease(std::string url, int32_t fileSize) TestPreparePlaySeekResetRelease() argument 638 TestPrepare3ResetRelease(std::string url, int32_t fileSize) TestPrepare3ResetRelease() argument 651 TestCreateReset(std::string url, int32_t fileSize) TestCreateReset() argument 658 TestCreateSeekRelease(std::string url, int32_t fileSize) TestCreateSeekRelease() argument 669 TestPrepareSeekRelease(std::string url, int32_t fileSize) TestPrepareSeekRelease() argument 682 TestPreparePlaySeekRelease300(std::string url, int32_t fileSize) TestPreparePlaySeekRelease300() argument 698 TestPreparePlayPauseSeekRelease(std::string url, int32_t fileSize) TestPreparePlayPauseSeekRelease() argument 715 TestPreparePlayStopSeekRelease(std::string url, int32_t fileSize) TestPreparePlayStopSeekRelease() argument 732 TestPreparePlayResetSeekRelease(std::string url, int32_t fileSize) TestPreparePlayResetSeekRelease() argument 747 TestPreparePlaySetvolumeSeekRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeSeekRelease() argument 762 TestSetSourceSeekRelease(std::string url, int32_t fileSize) TestSetSourceSeekRelease() argument 774 TestPreparePlay3SeekRelease(std::string url, int32_t fileSize) TestPreparePlay3SeekRelease() argument 796 TestPreparePlaySeekOutValueRelease(std::string url, int32_t fileSize) TestPreparePlaySeekOutValueRelease() argument 812 TestPreparePlaySeekOutValue2Release(std::string url, int32_t fileSize) TestPreparePlaySeekOutValue2Release() argument 831 TestPrepareSetvolumeRelease(std::string url, int32_t fileSize) TestPrepareSetvolumeRelease() argument 843 TestPreparePlayPauseSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayPauseSetvolumeRelease() argument 857 TestPreparePlayStopSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayStopSetvolumeRelease() argument 871 TestPreparePlayResetSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayResetSetvolumeRelease() argument 885 TestPreparePlaySeekSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlaySeekSetvolumeRelease() argument 902 TestSetSourceSetvolumeRelease(std::string url, int32_t fileSize) TestSetSourceSetvolumeRelease() argument 913 TestPreparePlaySetvolumeErrorValueRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeErrorValueRelease() argument 927 TestPreparePlaySetvolumeErrorValue2Release(std::string url, int32_t fileSize) TestPreparePlaySetvolumeErrorValue2Release() argument 942 TestSetSingleLoop(std::string url, int32_t fileSize) TestSetSingleLoop() argument 968 TestSetSingleLoop2(std::string url, int32_t fileSize) TestSetSingleLoop2() argument [all...] |
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/ |
H A D | net_monitor_test.cpp | 85 std::string url = "test"; in HWTEST_F() local 86 NetHttpProbeResult httpResult = {200, url}; in HWTEST_F() 87 NetHttpProbeResult httpsResult = {0, url}; in HWTEST_F() 88 NetHttpProbeResult fallbackHttpResult = {200, url}; in HWTEST_F() 89 NetHttpProbeResult fallbackHttpsResult = {0, url}; in HWTEST_F() 97 std::string url = "test"; in HWTEST_F() local 98 NetHttpProbeResult httpResult = {0, url}; in HWTEST_F() 99 NetHttpProbeResult httpsResult = {0, url}; in HWTEST_F() 100 NetHttpProbeResult fallbackHttpResult = {200, url}; in HWTEST_F() 101 NetHttpProbeResult fallbackHttpsResult = {0, url}; in HWTEST_F() 109 std::string url = "test"; HWTEST_F() local 121 std::string url = "test"; HWTEST_F() local 133 std::string url = "test"; HWTEST_F() local 145 std::string url = "test"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | NetStackCommonUtilsTest.cpp | 142 std::string url = "https://www.alibaba.com?data_string"; in HWTEST_F() local 144 bool isExluded = IsHostNameExcluded(url, exclusions, ","); in HWTEST_F() 150 std::string url = "https://www.alibaba.com?data_string:abc"; in HWTEST_F() local 152 bool isExluded = IsHostNameExcluded(url, exclusions, ","); in HWTEST_F() 272 std::string url = "https://www.example.com"; in HWTEST_F() local 273 auto ret = IsAllowedHostname(bundleName, DOMAIN_TYPE_HTTP_REQUEST, url); in HWTEST_F() 472 std::string url = "example.com:98421/dsdsd?dsdsds"; in HWTEST_F() local 473 std::string hostname = GetHostnameFromURL(url); in HWTEST_F() 479 std::string url = R"(\/\/\/\/\/\/\/\////\)"; in HWTEST_F() local 480 std::string hostname = GetHostnameFromURL(url); in HWTEST_F() 486 std::string url = "http://www.example.com"; HWTEST_F() local 493 std::string url = "https://www.example-test.com"; HWTEST_F() local 500 std::string url = "ftp://www.baidu-test.com"; HWTEST_F() local 507 std::string url = R"(\\\\\\/\\/\\/\\/\\/\\///\\/\\\\\\:80808)"; HWTEST_F() local 514 std::string url = R"(?????DSdsafhu34r3urihiu45t794\\\\56y&^&*%$^&$&*&^%*&((*)))"; HWTEST_F() local 521 std::string url = R"(16456465221-*/*/\\)"; HWTEST_F() local 528 std::string url = "czvxkhcvjhkgfidkh"; HWTEST_F() local 535 std::string url = "hcd dfdf4efd446576"; HWTEST_F() local 542 std::string url = " "; HWTEST_F() local 549 std::string url = " "; HWTEST_F() local 556 std::string url = R"(dsd!!!@@#$$%%%^df\\\\)"; HWTEST_F() local 563 std::string url = "http://example.com"; HWTEST_F() local 570 std::string url = "example.com"; HWTEST_F() local 577 std::string url = "https:////??::||///stackoverflow.com"; HWTEST_F() local 584 std::string url = R"(https://\\\\\\154545\\\\\\stackoverflow.com)"; HWTEST_F() local 591 std::string url = R"(https://\\\\\\\\\\\\////\\\\\\\\stackoverflow.com)"; HWTEST_F() local 598 std::string url = R"(https:/\\151\\\\\\\\23243435)"; HWTEST_F() local 605 std::string url = R"(https:\\\\)"; HWTEST_F() local 612 std::string url = R"(""""\\\\"""""""""""""")"; HWTEST_F() local 619 std::string url = ":::::::dfsfd::::::::::::"; HWTEST_F() local 626 std::string url = "1--**--4545"; HWTEST_F() local 633 std::string url = R"( https:\\)"; HWTEST_F() local 640 std::string url = " https:////"; HWTEST_F() local 647 std::string url = " saasa"; HWTEST_F() local 654 std::string url = R"(|||///\\\\\\)"; HWTEST_F() local 661 std::string url = "-- fdsf"; HWTEST_F() local 668 std::string url = "xnmku:9090?(sdfgjhg)"; HWTEST_F() local 675 std::string url = "oooxxx111-==="; HWTEST_F() local 682 std::string url = R"($^%(_*_()*+_)(YU(\\_)))"; HWTEST_F() local 689 std::string url = R"(万维网.com:9090\\)"; HWTEST_F() local 696 std::string url = R"(https://\\\\\\中文测试)"; HWTEST_F() local 703 std::string url = R"(http://\\\\\\中文测试?中文数据)"; HWTEST_F() local 710 std::string url = R"(http://\\\\\\中文测试:8080?中文数据)"; HWTEST_F() local 717 std::string url = R"(http:::/\\\\\\中文测试:8080?中文数据)"; HWTEST_F() local 724 std::string url = R"(()“”{}P{{}:\\、、、})"; HWTEST_F() local 731 std::string url = R"(()“”{}P{http://{}:\\、、、})"; HWTEST_F() local 738 std::string url = R"(()“===\\\\///?=”{}P{{的‘;‘’;’}:\\、、、})"; HWTEST_F() local 745 std::string url = R"(()“”{}P{{;‘k:’}:\\、、、})"; HWTEST_F() local 752 std::string url = R"(()“”{}P{0%%%VVV{}:\\、、、})"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/websocket_test/ |
H A D | NetStackCommonUtilsTest.cpp | 142 std::string url = "https://www.alibaba.com?data_string";
in HWTEST_F() local 144 bool isExluded = IsHostNameExcluded(url, exclusions, ",");
in HWTEST_F() 150 std::string url = "https://www.alibaba.com?data_string:abc";
in HWTEST_F() local 152 bool isExluded = IsHostNameExcluded(url, exclusions, ",");
in HWTEST_F() 272 std::string url = "https://www.example.com";
in HWTEST_F() local 273 auto ret = IsAllowedHostname(bundleName, DOMAIN_TYPE_HTTP_REQUEST, url);
in HWTEST_F() 472 std::string url = "example.com:98421/dsdsd?dsdsds";
in HWTEST_F() local 473 std::string hostname = GetHostnameFromURL(url);
in HWTEST_F() 479 std::string url = R"(\/\/\/\/\/\/\/\////\)";
in HWTEST_F() local 480 std::string hostname = GetHostnameFromURL(url);
in HWTEST_F() 486 std::string url = "http://www.example.com"; HWTEST_F() local 493 std::string url = "https://www.example-test.com"; HWTEST_F() local 500 std::string url = "ftp://www.baidu-test.com"; HWTEST_F() local 507 std::string url = R"(\\\\\\/\\/\\/\\/\\/\\///\\/\\\\\\:80808)"; HWTEST_F() local 514 std::string url = R"(?????DSdsafhu34r3urihiu45t794\\\\56y&^&*%$^&$&*&^%*&((*)))"; HWTEST_F() local 521 std::string url = R"(16456465221-*/*/\\)"; HWTEST_F() local 528 std::string url = "czvxkhcvjhkgfidkh"; HWTEST_F() local 535 std::string url = "hcd dfdf4efd446576"; HWTEST_F() local 542 std::string url = " "; HWTEST_F() local 549 std::string url = " "; HWTEST_F() local 556 std::string url = R"(dsd!!!@@#$$%%%^df\\\\)"; HWTEST_F() local 563 std::string url = "http://example.com"; HWTEST_F() local 570 std::string url = "example.com"; HWTEST_F() local 577 std::string url = "https:////??::||///stackoverflow.com"; HWTEST_F() local 584 std::string url = R"(https://\\\\\\154545\\\\\\stackoverflow.com)"; HWTEST_F() local 591 std::string url = R"(https://\\\\\\\\\\\\////\\\\\\\\stackoverflow.com)"; HWTEST_F() local 598 std::string url = R"(https:/\\151\\\\\\\\23243435)"; HWTEST_F() local 605 std::string url = R"(https:\\\\)"; HWTEST_F() local 612 std::string url = R"(""""\\\\"""""""""""""")"; HWTEST_F() local 619 std::string url = ":::::::dfsfd::::::::::::"; HWTEST_F() local 626 std::string url = "1--**--4545"; HWTEST_F() local 633 std::string url = R"( https:\\)"; HWTEST_F() local 640 std::string url = " https:////"; HWTEST_F() local 647 std::string url = " saasa"; HWTEST_F() local 654 std::string url = R"(|||///\\\\\\)"; HWTEST_F() local 661 std::string url = "-- fdsf"; HWTEST_F() local 668 std::string url = "xnmku:9090?(sdfgjhg)"; HWTEST_F() local 675 std::string url = "oooxxx111-==="; HWTEST_F() local 682 std::string url = R"($^%(_*_()*+_)(YU(\\_)))"; HWTEST_F() local 689 std::string url = R"(万维网.com:9090\\)"; HWTEST_F() local 696 std::string url = R"(https://\\\\\\中文测试)"; HWTEST_F() local 703 std::string url = R"(http://\\\\\\中文测试?中文数据)"; HWTEST_F() local 710 std::string url = R"(http://\\\\\\中文测试:8080?中文数据)"; HWTEST_F() local 717 std::string url = R"(http:::/\\\\\\中文测试:8080?中文数据)"; HWTEST_F() local 724 std::string url = R"(()“”{}P{{}:\\、、、})"; HWTEST_F() local 731 std::string url = R"(()“”{}P{http://{}:\\、、、})"; HWTEST_F() local 738 std::string url = R"(()“===\\\\///?=”{}P{{的‘;‘’;’}:\\、、、})"; HWTEST_F() local 745 std::string url = R"(()“”{}P{{;‘k:’}:\\、、、})"; HWTEST_F() local 752 std::string url = R"(()“”{}P{0%%%VVV{}:\\、、、})"; HWTEST_F() local [all...] |
/foundation/multimedia/media_foundation/test/scenetest/audio_player/ |
H A D | TestFastPlayer.cpp | 51 void TestSinglePlayerFinishedAutomatically(std::string url) in TestSinglePlayerFinishedAutomatically() argument 54 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestSinglePlayerFinishedAutomatically() 62 void TestSinglePlayerFinishedManually(std::string url) in TestSinglePlayerFinishedManually() argument 65 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestSinglePlayerFinishedManually() 78 void TestSinglePlayerGetDuration(std::string url, int32_t expectDuration) in TestSinglePlayerGetDuration() argument 81 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestSinglePlayerGetDuration() 91 void TestSinglePlayerGetCurrentTime(std::string url) in TestSinglePlayerGetCurrentTime() argument 95 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestSinglePlayerGetCurrentTime() 106 void TestSinglePlayerSeek(std::string url) in TestSinglePlayerSeek() argument 111 ASSERT_EQ(0, player->SetSource(TestSource(url))); in TestSinglePlayerSeek() 123 TestSinglePlayerSeekPause(std::string url) TestSinglePlayerSeekPause() argument 141 TestSinglePlayerPauseSeek(std::string url) TestSinglePlayerPauseSeek() argument 159 TestSinglePlayerSingleLoop(std::string url) TestSinglePlayerSingleLoop() argument 170 TestSinglePlayerHttp(std::string url) TestSinglePlayerHttp() argument 182 TestSinglePlayerHls(std::string url) TestSinglePlayerHls() argument 192 TestSinglePlayerSeekNearEnd(std::string url, int32_t expectDuration) TestSinglePlayerSeekNearEnd() argument 212 TestSinglePlayerFinishPlayAgain(std::string url) TestSinglePlayerFinishPlayAgain() argument [all...] |
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_3da_player_fast.h | 36 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_SRC_API_0200) in FIXTURE() argument 39 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 48 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Play_API_0200) in FIXTURE() argument 51 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 59 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Play_API_0300) in FIXTURE() argument 63 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 72 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Pause_API_0100) in FIXTURE() argument 79 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Pause_API_0200) in FIXTURE() argument 82 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 89 PTEST((std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Pause_API_030 in FIXTURE() argument 100 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Pause_API_0400 FIXTURE() argument 113 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Stop_API_0100 FIXTURE() argument 123 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Stop_API_0200 FIXTURE() argument 134 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Stop_API_0300 FIXTURE() argument 146 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Seek_API_0100 FIXTURE() argument 157 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Seek_API_0200 FIXTURE() argument 169 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Seek_API_0300 FIXTURE() argument 180 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Reset_API_0100 FIXTURE() argument 190 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Reset_API_0200 FIXTURE() argument 201 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_SetVolume_API_0100/0200 FIXTURE() argument 213 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_SetVolume_API_0300 FIXTURE() argument 227 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Release_API_0100/0200 FIXTURE() argument 237 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Release_API_0300 FIXTURE() argument 247 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Release_API_0400 FIXTURE() argument 258 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Release_API_0500 FIXTURE() argument 268 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Time_API_0100 FIXTURE() argument 281 PTEST(std::string url), SUB_MEDIA_PLAYER_AudioPlayer_Play_API_0400 FIXTURE() argument [all...] |
H A D | test_single_video_player_fast_1.h | 42 std::string FilePathToFd(std::string url, int32_t fileSize) in FIXTURE() argument 46 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE() 58 PTEST((std::string url), Test single player play url video, and finished automatically) in FIXTURE() argument 61 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 70 PTEST((std::string url, int32_t fileSize), Test single player play fd source, and finished automatically) in FIXTURE() argument 72 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 84 PTEST((std::string url, int32_t fileSize), Test single player wrong fd) in FIXTURE() argument 97 PTEST((std::string url), Test fdsource prepare, play, pause, release) in FIXTURE() argument 100 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 109 PTEST(std::string url), Test fdsource prepare, play, pause, release FIXTURE() argument 122 PTEST(std::string url, int32_t fileSize), Test fdsource prepare then release FIXTURE() argument 135 PTEST(std::string url, int32_t fileSize), Test fdsource prepare then release FIXTURE() argument 146 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, prepare, release FIXTURE() argument 160 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, prepare, release FIXTURE() argument 175 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, prpeare, release FIXTURE() argument 192 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, setsource, prepare, release FIXTURE() argument 208 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, Seek, prepare, release FIXTURE() argument 228 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, prepare, release FIXTURE() argument 244 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, release FIXTURE() argument 255 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, prepare, prepare, release FIXTURE() argument 268 PTEST(std::string url, int32_t fileSize), Test fdsource create, play, release FIXTURE() argument 278 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, release FIXTURE() argument 291 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, play, release FIXTURE() argument 307 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, play, release FIXTURE() argument 322 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, play, release FIXTURE() argument 337 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 600 FIXTURE() argument 356 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, release FIXTURE() argument 371 PTEST(std::string url, int32_t fileSize), Test fdsource play, release FIXTURE() argument 382 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, play, play, release FIXTURE() argument [all...] |
H A D | test_single_video_player_fast_2.h | 42 std::string FilePathToFd(std::string url, int32_t fileSize) in FIXTURE() argument 46 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE() 58 PTEST((std::string url, int32_t fileSize), Test fdsource create pause, release) in FIXTURE() argument 60 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 68 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, pause, release) in FIXTURE() argument 70 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 80 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, relese) in FIXTURE() argument 82 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 94 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, stop, pause, release) in FIXTURE() argument 96 std::string uri = FilePathToFd(url, fileSiz in FIXTURE() 109 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, pause, release FIXTURE() argument 124 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, pause, relase FIXTURE() argument 144 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, pause, release FIXTURE() argument 161 PTEST(std::string url, int32_t fileSize), Test fdsource create, setsource, pause, release FIXTURE() argument 172 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, pause, pause, release FIXTURE() argument 188 PTEST(std::string url, int32_t fileSize), Test fdsource create, stop, release FIXTURE() argument 198 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, stop, release FIXTURE() argument 210 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, release FIXTURE() argument 224 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, stop, release FIXTURE() argument 239 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, stop, relese FIXTURE() argument 254 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, stop, release FIXTURE() argument 274 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, stop, release FIXTURE() argument 290 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, speed, stop, release FIXTURE() argument 304 PTEST(std::string url, int32_t fileSize), Test fdsource create, setsource, stop, release FIXTURE() argument 315 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, stop, stop, release FIXTURE() argument 331 PTEST(std::string url, int32_t fileSize), Test fdsource create, stop, release FIXTURE() argument 341 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, reset, release FIXTURE() argument 353 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, release FIXTURE() argument 366 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, reset, release FIXTURE() argument 381 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, reset, release FIXTURE() argument 396 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, reset, release FIXTURE() argument 416 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, release FIXTURE() argument 431 PTEST(std::string url, int32_t fileSize), Test setSource prepare, reset, release FIXTURE() argument 442 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, reset, reset, reset, release FIXTURE() argument [all...] |
H A D | test_single_video_player_fast_3.h | 42 std::string FilePathToFd(std::string url, int32_t fileSize) in FIXTURE() argument 46 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE() 58 PTEST((std::string url, int32_t fileSize), Test fdsource create, reset) in FIXTURE() argument 60 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 67 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, release) in FIXTURE() argument 69 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 78 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, release) in FIXTURE() argument 80 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 91 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, release) in FIXTURE() argument 93 std::string uri = FilePathToFd(url, fileSiz in FIXTURE() 105 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, release FIXTURE() argument 119 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 700 FIXTURE() argument 138 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, release FIXTURE() argument 153 PTEST(std::string url, int32_t fileSize), Test fdsource setSource, release FIXTURE() argument 163 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, reset, release FIXTURE() argument 175 PTEST(std::string url, int32_t fileSize), Test fdsource create, seek, release FIXTURE() argument 188 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, seek, release FIXTURE() argument 204 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 300 FIXTURE() argument 223 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, pause, seek, release FIXTURE() argument 243 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, seek, release FIXTURE() argument 262 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, seek, release FIXTURE() argument 280 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, seek, release FIXTURE() argument 297 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, release, 900 FIXTURE() argument 311 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, seek, seek, release FIXTURE() argument 338 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, -1, release FIXTURE() argument 356 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, durationTime + 1000, release FIXTURE() argument [all...] |
H A D | test_single_player_fast.h | 90 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE() argument 93 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 102 PTEST((std::string url), Test single player play url music, and finished manually) in FIXTURE() argument 105 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 114 PTEST((std::string url, int32_t expectDuration), Can get music duration) in FIXTURE() argument 117 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 128 PTEST((std::string url), Can get current time) in FIXTURE() argument 132 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE() 144 PTEST(std::string url), Can seek to the position specified FIXTURE() argument 162 PTEST(std::string url), Can seek after pause FIXTURE() argument 181 PTEST(std::string url), Can pause, then seek, then play, final stop FIXTURE() argument 202 PTEST(std::string url), Can play after pause FIXTURE() argument 218 PTEST(std::string url), Can single Loop FIXTURE() argument 230 PTEST(std::string url), Test http audio play FIXTURE() argument 243 PTEST(std::string url), Test hls audio broadcast FIXTURE() argument 254 PTEST(std::string url, int32_t fileSize), Can fd play single Loop FIXTURE() argument 272 PTEST(std::string url, int32_t expectDuration), Seek to the location of the file near the end FIXTURE() argument 293 PTEST(std::string url), Test play finished can play again FIXTURE() argument [all...] |
H A D | test_single_video_player_fast_4.h | 40 std::string FilePathToFd(std::string url, int32_t fileSize) in FIXTURE() argument 44 int32_t fd = open(url.c_str(), O_RDONLY|O_BINARY); in FIXTURE() 52 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, setvolume, release) in FIXTURE() argument 56 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 64 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, setvolume, release) in FIXTURE() argument 68 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 78 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, setvolume, release) in FIXTURE() argument 82 std::string uri = FilePathToFd(url, fileSize); in FIXTURE() 93 PTEST((std::string url, int32_t fileSize), Test fdsource prepare, play, pause, setvolume, release) in FIXTURE() argument 97 std::string uri = FilePathToFd(url, fileSiz in FIXTURE() 109 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, stop, setvolume, release FIXTURE() argument 125 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, reset, setvolume, release FIXTURE() argument 141 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, seek, setvolume, release FIXTURE() argument 160 PTEST(std::string url, int32_t fileSize), Test fdsource setsourse, setvolume, release FIXTURE() argument 173 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, setvolume, setvolume, setvolume, release FIXTURE() argument 190 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setVolume, -1, release FIXTURE() argument 206 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, play, setVolume, 2, release FIXTURE() argument 222 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, setsingleloop true, play, seek, durationtime 3 times, setsingleloop flase, release FIXTURE() argument 250 PTEST(std::string url, int32_t fileSize), Test fdsource prepare, setsingleloop true, play, seek, set fd, seek 2 times, setsingleloop false, release FIXTURE() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_request.h | 31 RtspRequest(const std::string &method, int32_t cseq, const std::string &url) in RtspRequest() argument 32 : cSeq_(cseq), method_(method), url_(url){}; in RtspRequest() 51 RtspRequest &SetUrl(const std::string &url) in SetUrl() argument 53 url_ = url; in SetUrl() 122 RtspRequestOptions(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_OPTIONS, cseq, url) {} in RtspRequestOptions() argument 140 RtspRequestDescribe(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_DESCRIBE, cseq, url) {} in RtspRequestDescribe() argument 159 RtspRequestSetup(int32_t cseq, const std::string &url) : RtspRequest(RTSP_METHOD_SETUP, cseq, url) {} in RtspRequestSetup() argument 183 RtspRequestPlay(int32_t cseq, const std::string &url) RtspRequestPlay() argument 199 RtspRequestPause(int32_t cseq, const std::string &url) RtspRequestPause() argument 205 RtspRequestTeardown(int32_t cseq, const std::string &url) RtspRequestTeardown() argument 211 RtspRequestParameter(const std::string &method, int32_t cseq, const std::string &url) RtspRequestParameter() argument 226 RtspRequestGetParameter(int32_t cseq, const std::string &url) RtspRequestGetParameter() argument 232 RtspRequestSetParameter(int32_t cseq, const std::string &url) RtspRequestSetParameter() argument [all...] |
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/ |
H A D | BpfTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/ |
H A D | NetSysTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/ |
H A D | VpnTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/http_test/ |
H A D | HttpClientTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/tcp_core_test/ |
H A D | TcpSocketTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/ |
H A D | NetShareTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/http_client_test/ |
H A D | HttpClientTaskTest.cpp | 59 std::string url = "https://www.baidu.com"; in HWTEST_F() local 60 httpReq.SetURL(url); in HWTEST_F() 72 std::string url = "https://www.baidu.com"; in HWTEST_F() local 73 httpReq.SetURL(url); in HWTEST_F() 84 std::string url = "https://www.baidu.com"; in HWTEST_F() local 85 httpReq.SetURL(url); in HWTEST_F() 99 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 100 httpReq.SetURL(url); in HWTEST_F() 120 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 121 httpReq.SetURL(url); in HWTEST_F() 139 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 158 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 180 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 200 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 215 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 230 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 245 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 257 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 271 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 287 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 301 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 315 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 331 std::string url = "https://www.baidu.com"; HWTEST_F() local 343 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 357 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 370 std::string url = "https://www.baidu.com"; HWTEST_F() local 383 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 397 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 412 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 426 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 441 std::string url = "https://www.baidu.com"; HWTEST_F() local 461 std::string url = "https://www.baidu.com"; HWTEST_F() local 479 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 499 std::string url = "https://www.baidu.com"; HWTEST_F() local 519 std::string url = "https://www.baidu.com"; HWTEST_F() local 540 std::string url = "https://www.baidu.com"; HWTEST_F() local 559 std::string url = "https://www.baidu.com"; HWTEST_F() local 576 std::string url = "https://www.baidu.com"; HWTEST_F() local 594 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 612 std::string url = "https://www.baidu.com"; HWTEST_F() local 628 std::string url = "https://www.baidu.com"; HWTEST_F() local 662 std::string url = "https://www.baidu.com"; HWTEST_F() local 679 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 708 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 736 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 749 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 761 std::string url = "https://www.baidu.com"; HWTEST_F() local 775 std::string url = "http://www.baidu.com"; HWTEST_F() local 789 std::string url = "http://www.baidu.com"; HWTEST_F() local 803 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 819 std::string url = "https://www.baidu.com"; HWTEST_F() local 832 std::string url = "https://www.baidu.com"; HWTEST_F() local 858 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/http_client/ |
H A D | HttpClientTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/websocket_core_test/ |
H A D | WebSocketTaskTaskTest.cpp | 60 std::string url = "https://www.baidu.com"; in HWTEST_F() local 61 httpReq.SetURL(url); in HWTEST_F() 73 std::string url = "https://www.baidu.com"; in HWTEST_F() local 74 httpReq.SetURL(url); in HWTEST_F() 85 std::string url = "https://www.baidu.com"; in HWTEST_F() local 86 httpReq.SetURL(url); in HWTEST_F() 100 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 101 httpReq.SetURL(url); in HWTEST_F() 121 std::string url = "http://www.httpbin.org/get"; in HWTEST_F() local 122 httpReq.SetURL(url); in HWTEST_F() 140 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 159 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 181 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 201 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 216 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 231 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 246 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 258 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 272 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 288 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 302 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 316 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 332 std::string url = "https://www.baidu.com"; HWTEST_F() local 344 std::string url = "http://www.httpbin.org/put"; HWTEST_F() local 358 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 371 std::string url = "https://www.baidu.com"; HWTEST_F() local 384 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 398 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 413 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 427 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 442 std::string url = "https://www.baidu.com"; HWTEST_F() local 462 std::string url = "https://www.baidu.com"; HWTEST_F() local 480 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 500 std::string url = "https://www.baidu.com"; HWTEST_F() local 520 std::string url = "https://www.baidu.com"; HWTEST_F() local 541 std::string url = "https://www.baidu.com"; HWTEST_F() local 560 std::string url = "https://www.baidu.com"; HWTEST_F() local 577 std::string url = "https://www.baidu.com"; HWTEST_F() local 595 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 613 std::string url = "https://www.baidu.com"; HWTEST_F() local 629 std::string url = "https://www.baidu.com"; HWTEST_F() local 663 std::string url = "https://www.baidu.com"; HWTEST_F() local 680 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 709 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 737 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 750 std::string url = "http://www.httpbin.org/get"; HWTEST_F() local 762 std::string url = "https://www.baidu.com"; HWTEST_F() local 776 std::string url = "http://www.baidu.com"; HWTEST_F() local 790 std::string url = "http://www.baidu.com"; HWTEST_F() local 804 std::string url = "http://www.httpbin.org/cookies/set/name1/value1"; HWTEST_F() local 820 std::string url = "https://www.baidu.com"; HWTEST_F() local 833 std::string url = "https://www.baidu.com"; HWTEST_F() local 859 std::string url = "https://www.example.com"; HWTEST_F() local [all...] |
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/utils/ |
H A D | domain_url_util.cpp | 26 bool UrlUtil::IsValidUrl(const std::string& url) in IsValidUrl() argument 28 if (url.empty()) { in IsValidUrl() 31 Uri uri(url); in IsValidUrl() 34 std::string UrlUtil::GetHost(const std::string& url) in GetHost() argument 36 Uri uri(url); in GetHost() 39 std::string UrlUtil::GetScheme(const std::string& url) in GetScheme() argument 41 Uri uri(url); in GetScheme()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | link_test.cpp | 72 * @tc.desc: Abnormal testcase of Link,because url and description are equal to MAX_TEXT_LEN 78 const std::string url(MAX_TEXT_LEN, 'a'); in HWTEST_F() 80 Link link(url, description); in HWTEST_F() 82 EXPECT_NE(link.url_, url); in HWTEST_F() 89 * @tc.desc: Abnormal testcase of Link,because url and MAX_TEXT_LEN are equal 95 const std::string url(MAX_TEXT_LEN, 'a'); in HWTEST_F() 97 Link link(url, description); in HWTEST_F() 99 EXPECT_NE(link.url_, url); in HWTEST_F() 112 const std::string url(20, 'a'); in HWTEST_F() 114 Link link(url, descriptio in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | router_recover_record.h | 23 std::string url; member 27 RouterRecoverRecord() : url{}, params{}, isNamedRouter(false) {} in RouterRecoverRecord() 28 RouterRecoverRecord(const std::string& url, const std::string& params, bool isNamedRouter) in RouterRecoverRecord() 29 : url(url), params(params), isNamedRouter(isNamedRouter) {} in RouterRecoverRecord()
|