Home
last modified time | relevance | path

Searched refs:urls (Results 1 - 13 of 13) sorted by relevance

/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()
/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
122 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override
/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()
/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()
/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;
/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;
/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 }; in HWTEST_F()
484 appDomainVerifyMgrService->UpdateWhiteListUrls(urls); in HWTEST_F()
501 std::vector<std::string> urls{ url2, url3}; in HWTEST_F()
502 appDomainVerifyMgrService->UpdateWhiteListUrls(urls); in HWTEST_F()
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H A Dapp_domain_verify_mgr_client.h104 * @descrition update whitelist urls.
105 * @param urls input whitelist urls.
107 void UpdateWhiteListUrls(const std::vector<std::string>& urls);
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp278 void AppDomainVerifyMgrClient::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() argument
287 appDomainVerifyMgrServiceProxy_->UpdateWhiteListUrls(urls); in UpdateWhiteListUrls()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp458 std::string urls = GetParameterValue(WFD_PARAM_PRESENTATION_URL); in GetPresentationUrl() local
459 if (urls.empty()) { in GetPresentationUrl()
463 auto urlVec = RtspCommon::Split(urls, " "); in GetPresentationUrl()
/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; in HWTEST_F() local
250 AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(urls); in HWTEST_F()

Completed in 8 milliseconds