/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() 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 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/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() 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 D | app_domain_verify_mgr_client.h | 107 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 D | app_domain_verify_mgr_service_test.cpp | 484 appDomainVerifyMgrService->UpdateWhiteListUrls(urls); 502 appDomainVerifyMgrService->UpdateWhiteListUrls(urls);
|
/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() function in OHOS::AppDomainVerify::AppDomainVerifyMgrService
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/ |
H A D | app_domain_verify_mgr_service_stub.cpp | 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() function in OHOS::AppDomainVerify::AppDomainVerifyMgrServiceProxy
|
/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 | 250 AppDomainVerifyMgrClient::GetInstance()->UpdateWhiteListUrls(urls);
|