/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_verify_mgr.h | 65 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 D | app_domain_verify_mgr_service.cpp | 185 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 D | app_domain_verify_mgr_service_stub.cpp | 203 std::vector<std::string> urls; in OnUpdateWhiteListUrls() local 206 urls.emplace_back(url); in OnUpdateWhiteListUrls() 208 UpdateWhiteListUrls(urls); in OnUpdateWhiteListUrls()
|
H A D | app_domain_verify_mgr_service_proxy.cpp | 220 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 D | test_single_video_player_slow.h | 34 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 D | i_app_domain_verify_mgr_service.h | 42 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) = 0;
|
H A D | app_domain_verify_mgr_service.h | 50 API_EXPORT void UpdateWhiteListUrls(const std::vector<std::string>& urls) override;
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/zidl/ |
H A D | app_domain_verify_mgr_service_proxy.h | 41 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 D | app_domain_verify_mgr_service_test.cpp | 483 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 D | app_domain_verify_mgr_client.cpp | 276 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 D | app_domain_verify_mgr_client.h | 107 void UpdateWhiteListUrls(const std::vector<std::string>& urls);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-worker-sys.md | 45 …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 D | js-apis-worker.md | 62 …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 D | app_domain_verify_mgr_client_test.cpp | 249 std::vector<std::string> urls; variable 250 AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(urls);
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | playback-url-setting-method.md | 7 - [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 D | web-page-loading-with-web-components.md | 248 The **Web** component can load HTML strings using data urls.
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 1232 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 D | worker-introduction.md | 18 …ng to the version in use. For details, see [Precautions for File URLs](#precautions-for-file-urls).
|