Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_verify_mgr.h65 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override in UpdateWhiteListUrls() argument
122 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override in UpdateWhiteListUrls() argument
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp185 void AppDomainVerifyMgrService::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() argument
196 std::unordered_set<std::string> whiteList(urls.begin(), urls.end()); in UpdateWhiteListUrls()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_stub.cpp203 std::vector<std::string> urls; in OnUpdateWhiteListUrls() local
206 urls.emplace_back(url); in OnUpdateWhiteListUrls()
208 UpdateWhiteListUrls(urls); in OnUpdateWhiteListUrls()
H A Dapp_domain_verify_mgr_service_proxy.cpp220 void AppDomainVerifyMgrServiceProxy::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() argument
227 WRITE_PARCEL_AND_RETURN_IF_FAIL(Uint32, data, urls.size()); in UpdateWhiteListUrls()
228 for (const auto& url : urls) { in UpdateWhiteListUrls()
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_slow.h34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE()
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H A Di_app_domain_verify_mgr_service.h42 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) = 0;
H A Dapp_domain_verify_mgr_service.h50 API_EXPORT void UpdateWhiteListUrls(const std::vector<std::string>& urls) override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/zidl/
H A Dapp_domain_verify_mgr_service_proxy.h41 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp483 std::vector<std::string> urls{ url }; variable
484 appDomainVerifyMgrService->UpdateWhiteListUrls(urls);
501 std::vector<std::string> urls{ url2, url3}; variable
502 appDomainVerifyMgrService->UpdateWhiteListUrls(urls);
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp276 void AppDomainVerifyMgrClient::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() argument
285 appDomainVerifyMgrServiceProxy_->UpdateWhiteListUrls(urls); in UpdateWhiteListUrls()
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H A Dapp_domain_verify_mgr_client.h107 void UpdateWhiteListUrls(const std::vector<std::string>& urls);
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-worker-sys.md45 …e [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).|
60 …ee [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).
H A Djs-apis-worker.md62 …e [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).|
77 …ee [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).
1533 …e [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).|
1538 …ee [Precautions for File URLs](../../arkts-utils/worker-introduction.md#precautions-for-file-urls).
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H A Dapp_domain_verify_mgr_client_test.cpp249 std::vector<std::string> urls; variable
250 AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(urls);
/ohos5.0/docs/en/application-dev/media/media/
H A Dplayback-url-setting-method.md7 - [Setting URLs for Streaming Media Playback](#setting-urls-for-streaming-media-playback)
8 - [Setting URLs for Local Raw File Playback](#setting-urls-for-local-raw-file-playback)
/ohos5.0/docs/en/application-dev/web/
H A Dweb-page-loading-with-web-components.md248 The **Web** component can load HTML strings using data urls.
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1232 std::vector<std::string> urls = persistHelper.SplitUrl(urlStr); variable
1233 EXPECT_EQ(urls.size(), URL_COUNT);
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dworker-introduction.md18 …ng to the version in use. For details, see [Precautions for File URLs](#precautions-for-file-urls).