Home
last modified time | relevance | path

Searched refs:http (Results 1 - 14 of 14) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dcast_local_file_channel_common.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
62 return (url.find("http") == 0); in IsRemoteUrl()
78 std::string http(reinterpret_cast<const char *>(buffer), length); in CheckAndGetHttpHeader()
79 auto pos = http.find(HTTP_HEADER_END_SEPARATOR); in CheckAndGetHttpHeader()
83 pos = http.find(HTTP_HEADER_ENDX_SEPARATOR); in CheckAndGetHttpHeader()
85 CLOGE("cannot find http header"); in CheckAndGetHttpHeader()
94 http.resize(pos); in CheckAndGetHttpHeader()
95 Utils::SplitString(http, hdrList, MSG_SEPARATOR); in CheckAndGetHttpHeader()
143 // split with ": ". A ":" may used as prefix in http/2, skip this in ParseHttpHeaderList()
166 * remote url: start with "http" in IsLocalUrl()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dcast_local_file_channel_common.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
62 return (url.find("http") == 0); in IsRemoteUrl()
78 std::string http(reinterpret_cast<const char *>(buffer), length); in CheckAndGetHttpHeader()
79 auto pos = http.find(HTTP_HEADER_END_SEPARATOR); in CheckAndGetHttpHeader()
83 pos = http.find(HTTP_HEADER_ENDX_SEPARATOR); in CheckAndGetHttpHeader()
85 CLOGE("cannot find http header"); in CheckAndGetHttpHeader()
94 http.resize(pos); in CheckAndGetHttpHeader()
95 Utils::SplitString(http, hdrList, MSG_SEPARATOR); in CheckAndGetHttpHeader()
143 // split with ": ". A ":" may used as prefix in http/2, skip this in ParseHttpHeaderList()
166 * remote url: start with "http" in IsLocalUrl()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_player_exit.h7 * http://www.apache.org/licenses/LICENSE-2.0
22 // Run these http tests, should run hfs.exe and add resource folder to it.
45 TEST(Test play http non live source two times) in FIXTURE()
47 ASSERT_TRUE(StartPlayer("http://localhost/resource-src/media/MP3/MP3_48000_32_SHORT.mp3")); in FIXTURE()
48 ASSERT_TRUE(StartPlayer("http://localhost/resource-src/media/MP3/MP3_48000_32_SHORT.mp3")); in FIXTURE()
H A Dtest_single_player_fast.h7 * http://www.apache.org/licenses/LICENSE-2.0
46 DATA_GROUP(std::string("http://localhost/resource-src/media/MP3/MP3_48000_32_SHORT.mp3"))); in FIXTURE()
55 DATA_GROUP(std::string("http://localhost/resource-src/media/MP3/MP3_48000_32_SHORT.mp3"))); in FIXTURE()
60 DATA_GROUP(std::string("http://img.51miz.com/preview/sound/00/26/73/51miz-S267356-423D33372.mp3")), in FIXTURE()
61 DATA_GROUP(std::string("http://localhost/resource-src/media/MP3/MP3_LONG_48000_32.mp3"))); in FIXTURE()
80 DATA_GROUP(std::string("http://img.51miz.com/preview/sound/00/26/73/51miz-S267356-423D33372.mp3")), in FIXTURE()
84 DATA_GROUP(std::string("http://ngcdn001.cnr.cn/live/zgzs/index.m3u8")), in FIXTURE()
85 DATA_GROUP(std::string("http://ls-open.qingting.fm/live/20500010/64k.m3u8?" in FIXTURE()
229 // @test(data="httpLinks", tags=http) in FIXTURE()
230 PTEST((std::string url), Test http audi in FIXTURE()
[all...]
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs7 * http://www.apache.org/licenses/LICENSE-2.0
235 /// let proxy = Proxy::http("http://proxy.example.com");
237 pub fn http(url: &str) -> ProxyBuilder { in http() functions
239 reqwest::Proxy::http(url) in http()
269 /// let proxy = Proxy::all("http://proxy.example.com");
290 /// let proxy = Proxy::all("http://proxy.example.com")
304 /// let builder = Proxy::all("http://proxy.example.com")
322 /// let proxy = Proxy::all("http://proxy.example.com").build();
/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
82 "scheme": "http", in HWTEST_F()
97 std::string linkString = "http://www.xxx.com:80/pathRegex"; in HWTEST_F()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dgitee_rest_api.js7 * http://www.apache.org/licenses/LICENSE-2.0
24 const http = require("http");
55 const request = await http.get(url, (response) => {
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/
H A Ddump_event.bat6 :: http://www.apache.org/licenses/LICENSE-2.0
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat6 @rem http://www.apache.org/licenses/LICENSE-2.0
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat7 * http://www.apache.org/licenses/LICENSE-2.0
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat7 * http://www.apache.org/licenses/LICENSE-2.0
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp7 * http://www.apache.org/licenses/LICENSE-2.0
512 void ObexHeader::AppendItemHttp(const uint8_t *http, const uint16_t length) in AppendItemHttp() argument
514 AppendBytes(ObexHeader::HTTP, http, length); in AppendItemHttp()
H A Dobex_headers.h7 * http://www.apache.org/licenses/LICENSE-2.0
432 void AppendItemHttp(const uint8_t *http, const uint16_t length);

Completed in 8 milliseconds