Home
last modified time | relevance | path

Searched refs:UpdateWhiteListUrls (Results 1 – 11 of 11) 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() function
122 virtual void UpdateWhiteListUrls(const std::vector<std::string>& urls) override in UpdateWhiteListUrls() function
/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/interfaces/inner_api/client/src/
H A Dapp_domain_verify_mgr_client.cpp276 void AppDomainVerifyMgrClient::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() function in OHOS::AppDomainVerify::AppDomainVerifyMgrClient
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/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp484 appDomainVerifyMgrService->UpdateWhiteListUrls(urls);
502 appDomainVerifyMgrService->UpdateWhiteListUrls(urls);
/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() function in OHOS::AppDomainVerify::AppDomainVerifyMgrService
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_stub.cpp208 UpdateWhiteListUrls(urls); in OnUpdateWhiteListUrls()
H A Dapp_domain_verify_mgr_service_proxy.cpp220 void AppDomainVerifyMgrServiceProxy::UpdateWhiteListUrls(const std::vector<std::string>& urls) in UpdateWhiteListUrls() function in OHOS::AppDomainVerify::AppDomainVerifyMgrServiceProxy
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_mgr_client_test/
H A Dapp_domain_verify_mgr_client_test.cpp250 AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(urls);