Home
last modified time | relevance | path

Searched refs:UpdateWhiteList (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/config_test/
H A Dconfig_test.cpp180 updater->UpdateWhiteList(whiteList);
198 updater->UpdateWhiteList(whiteList);
219 updater->UpdateWhiteList(whiteList);
242 updater->UpdateWhiteList(whiteList);
259 updater->UpdateWhiteList(whiteList);
276 updater->UpdateWhiteList(whiteList);
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/extension/src/
H A Dapp_domain_verify_extension_mgr.cpp123 ErrorCode AppDomainVerifyExtensionMgr::UpdateWhiteList() in UpdateWhiteList() function in OHOS::AppDomainVerify::AppDomainVerifyExtensionMgr
130 ->UpdateWhiteList(); in UpdateWhiteList()
H A Dapp_domain_verify_agent_ext.cpp34 ErrorCode AppDomainVerifyAgentExt::UpdateWhiteList() in UpdateWhiteList() function in OHOS::AppDomainVerify::AppDomainVerifyAgentExt
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H A Dapp_domain_verify_agent_service.cpp143 void AppDomainVerifyAgentService::UpdateWhiteList() in UpdateWhiteList() function in OHOS::AppDomainVerify::AppDomainVerifyAgentService
146 if (ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND != appDomainVerifyExtMgr_->UpdateWhiteList()) { in UpdateWhiteList()
195 UpdateWhiteList(); in DoSync()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/extension/app_domain_verify_extension_mgr_test/
H A Dapp_domain_verify_extension_mgr_test.cpp245 …ASSERT_TRUE(appDomainVerifyExtensionMgr.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND…
261 …ASSERT_TRUE(appDomainVerifyExtensionMgr.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_INTERNAL_ERRO…
278 …ASSERT_TRUE(appDomainVerifyExtensionMgr.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND…
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/extension/include/
H A Dapp_domain_verify_agent_ext.h40 virtual ErrorCode UpdateWhiteList();
H A Dapp_domain_verify_extension_mgr.h40 ErrorCode UpdateWhiteList();
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/config/
H A Dwhite_list_config_mgr.h30 void UpdateWhiteList(const std::unordered_set<std::string>& whiteList);
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/extension/app_domain_verify_agent_ext_test/
H A Dapp_domain_verify_agent_ext_test.cpp99 ASSERT_TRUE(appDomainVerifyAgentExt.UpdateWhiteList() == ErrorCode::E_EXTENSIONS_LIB_NOT_FOUND);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dapp_domain_verify_agent_service.h57 void UpdateWhiteList();
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/config/
H A Dwhite_list_config_mgr.cpp137 void WhiteListConfigMgr::UpdateWhiteList(const std::unordered_set<std::string>& whiteList) in UpdateWhiteList() function in OHOS::AppDomainVerify::WhiteListConfigMgr
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp197 whiteListConfigMgr_->UpdateWhiteList(whiteList); in UpdateWhiteListUrls()