Home
last modified time | relevance | path

Searched refs:hostList (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute_macro.c59 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList) in HdfAttributeManagerGetHostList() argument
65 if (hostList == NULL) { in HdfAttributeManagerGetHostList()
81 HdfSListFlush(hostList, HdfHostInfoDelete); in HdfAttributeManagerGetHostList()
92 if (!HdfSListAddOrder(hostList, &hostInfo->node, HdfHostListCompareMacro)) { in HdfAttributeManagerGetHostList()
H A Dhdf_attribute.c64 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList) in HdfAttributeManagerGetHostList() argument
69 if (hostList == NULL) { in HdfAttributeManagerGetHostList()
83 HdfSListFlush(hostList, HdfHostInfoDelete); in HdfAttributeManagerGetHostList()
92 if (!HdfSListAddOrder(hostList, &hostInfo->node, HdfHostListCompare)) { in HdfAttributeManagerGetHostList()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-intelligent-tracking-prevention.md116 let hostList = ["www.test1.com", "www.test2.com", "www.test3.com"];
117 webview.WebviewController.addIntelligentTrackingPreventionBypassingList(hostList);
145 let hostList = [ "www.test1.com", "www.test2.com" ];
146 webview.WebviewController.removeIntelligentTrackingPreventionBypassingList(hostList);
/ohos5.0/docs/en/application-dev/web/
H A Dweb-intelligent-tracking-prevention.md116 let hostList = ["www.test1.com", "www.test2.com", "www.test3.com"];
117 webview.WebviewController.addIntelligentTrackingPreventionBypassingList(hostList);
145 let hostList = [ "www.test1.com", "www.test2.com" ];
146 webview.WebviewController.removeIntelligentTrackingPreventionBypassingList(hostList);
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c342 struct HdfSList hostList; in DevmgrServiceStartDeviceHosts() local
346 HdfSListInit(&hostList); in DevmgrServiceStartDeviceHosts()
347 if (!HdfAttributeManagerGetHostList(&hostList)) { in DevmgrServiceStartDeviceHosts()
351 HdfSListIteratorInit(&it, &hostList); in DevmgrServiceStartDeviceHosts()
360 HdfSListFlush(&hostList, HdfHostInfoDelete); in DevmgrServiceStartDeviceHosts()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_manager.h16 bool HdfAttributeManagerGetHostList(struct HdfSList *hostList);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md5826 static addIntelligentTrackingPreventionBypassingList(hostList: Array\<string>): void
5836 | hostList | Array\<string> | 是 | 绕过智能防跟踪功能的域名列表。 |
5863 let hostList = ["www.test1.com", "www.test2.com", "www.test3.com"];
5864 webview.WebviewController.addIntelligentTrackingPreventionBypassingList(hostList);
5877 static removeIntelligentTrackingPreventionBypassingList(hostList: Array\<string>): void
5887 | hostList | Array\<string> | 是 | 绕过智能防跟踪功能的域名列表。 |
5914 let hostList = ["www.test1.com", "www.test2.com"];
5915 webview.WebviewController.removeIntelligentTrackingPreventionBypassingList(hostList);
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md5826 static addIntelligentTrackingPreventionBypassingList(hostList: Array\<string>): void
5836 | hostList | Array\<string> | Yes | List of domain names that bypass intelligent tracking preve…
5863 let hostList = ["www.test1.com", "www.test2.com", "www.test3.com"];
5864 webview.WebviewController.addIntelligentTrackingPreventionBypassingList(hostList);
5877 static removeIntelligentTrackingPreventionBypassingList(hostList: Array\<string>): void
5887 | hostList | Array\<string> | Yes | List of domain names that bypass intelligent tracking preve…
5914 let hostList = ["www.test1.com", "www.test2.com"];
5915 webview.WebviewController.removeIntelligentTrackingPreventionBypassingList(hostList);