Home
last modified time | relevance | path

Searched refs:UPDATE_WHITE_LIST_URLS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H A Dapp_domain_verify_mgr_interface_code.h28 UPDATE_WHITE_LIST_URLS = 8, enumerator
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_stub.cpp63 case static_cast<uint32_t>(AppDomainVerifyMgrInterfaceCode::UPDATE_WHITE_LIST_URLS): in OnRemoteRequest()
H A Dapp_domain_verify_mgr_service_proxy.cpp231 …int32_t error = Remote()->SendRequest(AppDomainVerifyMgrInterfaceCode::UPDATE_WHITE_LIST_URLS, dat… in UpdateWhiteListUrls()