Home
last modified time | relevance | path

Searched refs:SetDynamicStoreNotificationKeys (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_config_service_mac.cc183 void ProxyConfigServiceMac::Forwarder::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::ProxyConfigServiceMac::Forwarder
185 proxy_config_service_->SetDynamicStoreNotificationKeys(std::move(store)); in SetDynamicStoreNotificationKeys()
236 void ProxyConfigServiceMac::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::ProxyConfigServiceMac
H A Dproxy_config_service_mac.h60 void SetDynamicStoreNotificationKeys(
70 void SetDynamicStoreNotificationKeys(
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_change_notifier_apple.h51 void SetDynamicStoreNotificationKeys(
68 void SetDynamicStoreNotificationKeys(
H A Dnetwork_change_notifier_apple.mm258 void NetworkChangeNotifierApple::Forwarder::SetDynamicStoreNotificationKeys(
260 net_config_watcher_->SetDynamicStoreNotificationKeys(std::move(store));
327 void NetworkChangeNotifierApple::SetDynamicStoreNotificationKeys(
H A Dnetwork_config_watcher_apple.h42 virtual void SetDynamicStoreNotificationKeys(
H A Dnetwork_config_watcher_apple.cc162 delegate_->SetDynamicStoreNotificationKeys(std::move(store)); in InitNotificationsHelper()