Home
last modified time | relevance | path

Searched defs:url (Results 151 - 175 of 714) sorted by relevance

12345678910>>...29

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h70 bool TranslateUrlPositionBySourceMap(std::string& url, int& line, int& column) in TranslateUrlPositionBySourceMap() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp74 std::string url = want.GetUriString(); in IsAtomicServiceUrl() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h29 explicit RtspUrl(const std::string &url) in RtspUrl() argument
34 bool Parse(const std::string &url) in Parse() argument
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp193 const std::string url = "FreeInstallObserverManagerTest"; in HWTEST_F() local
228 const std::string url = "FreeInstallObserverManagerTest"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate.cpp71 RefPtr<JsAcePage>& CardFrontendDelegate::CreatePage(int32_t pageId, const std::string& url) in CreatePage() argument
80 CreatePage( int32_t pageId, const std::string& url, const WeakPtr<StageElement>& container) CreatePage() argument
H A Dform_frontend_delegate_declarative.cpp29 UIContentErrorCode FormFrontendDelegateDeclarative::RunCard(const std::string& url, const std::string& params, in RunCard() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_asset_manager.cpp25 std::string JsBackendAssetManager::GetAssetPath(const std::string& url) in GetAssetPath() argument
30 bool JsBackendAssetManager::GetAssetContent(const std::string& url, std::string& content) in GetAssetContent() argument
35 bool JsBackendAssetManager::GetAssetContent(const std::string& url, std::vector<uint8_t>& content) in GetAssetContent() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h30 void SetUrl(const std::string url) in SetUrl() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_span_ffi.cpp78 void FfiOHOSAceFrameworkImageSpanCreateWithUrl(const char* url) in FfiOHOSAceFrameworkImageSpanCreateWithUrl() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp39 std::optional<std::string> url = std::nullopt; member
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/
H A Dbundle_verify_status_info.cpp59 std::string url; in ReadFromParcel() local
126 std::string url; in ReadHostVerifyStatusMap() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp35 void HlsPlayListDownloader::Open(const std::string& url) in Open() argument
H A Dplaylist_downloader.cpp45 void PlayListDownloader::DoOpen(const std::string& url) in DoOpen() argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dhttp_curl_client.cpp51 Status HttpCurlClient::Open(const std::string& url) in Open() argument
81 void HttpCurlClient::InitCurlEnvironment(const std::string& url) in InitCurlEnvironment() argument
107 std::string HttpCurlClient::UrlParse(const std::string& url) in UrlParse() argument
/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp51 void TestSinglePlayerFinishedAutomatically(std::string url) in TestSinglePlayerFinishedAutomatically() argument
62 void TestSinglePlayerFinishedManually(std::string url) in TestSinglePlayerFinishedManually() argument
78 void TestSinglePlayerGetDuration(std::string url, int32_t expectDuration) in TestSinglePlayerGetDuration() argument
91 void TestSinglePlayerGetCurrentTime(std::string url) in TestSinglePlayerGetCurrentTime() argument
106 void TestSinglePlayerSeek(std::string url) in TestSinglePlayerSeek() argument
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 Dtest_single_video_player_fast_1.h42 std::string FilePathToFd(std::string url, int32_t fileSize) in FIXTURE() argument
58 PTEST((std::string url), Test single player play url video, and finished automatically) in FIXTURE() argument
70 PTEST((std::string url, int32_t fileSize), Test single player play fd source, and finished automatically) in FIXTURE() argument
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
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 Dtest_single_player_fast.h90 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE() argument
102 PTEST((std::string url), Test single player play url music, and finished manually) in FIXTURE() argument
114 PTEST((std::string url, int32_t expectDuration), Can get music duration) in FIXTURE() argument
128 PTEST((std::string url), Can get current time) in FIXTURE() argument
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...]
/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() argument
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp77 int32_t SoundIDManager::Load(std::string url) in Load() argument
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Dtranscoder_param.h92 std::string url; member
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/
H A Davmetadatahelper_server.h69 std::string url; member
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolplaystop_fuzzer/
H A Dsoundpoolplaystop_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolPlay() local
110 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolStop() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/
H A Dsoundpoolloadunload_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolLoad() local
76 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolLoad() local
106 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolUnload() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/
H A Dsoundpoolsetloop_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetLoop() local
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/
H A Dsoundpoolsetrate_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetRate() local

Completed in 10 milliseconds

12345678910>>...29