Home
last modified time | relevance | path

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

/external/cronet/net/base/
Dnetwork_change_notifier_mac.h46 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) override;
59 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
Dnetwork_config_watcher_mac.h41 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) = 0;
Dnetwork_change_notifier_mac.mm195 void NetworkChangeNotifierMac::Forwarder::SetDynamicStoreNotificationKeys(
197 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
261 void NetworkChangeNotifierMac::SetDynamicStoreNotificationKeys(
Dnetwork_config_watcher_mac.cc161 delegate_->SetDynamicStoreNotificationKeys(store.get()); in InitNotificationsHelper()
/external/cronet/net/proxy_resolution/
Dproxy_config_service_mac.h60 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) override;
68 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
Dproxy_config_service_mac.cc187 void ProxyConfigServiceMac::Forwarder::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::ProxyConfigServiceMac::Forwarder
189 proxy_config_service_->SetDynamicStoreNotificationKeys(store); in SetDynamicStoreNotificationKeys()
240 void ProxyConfigServiceMac::SetDynamicStoreNotificationKeys( in SetDynamicStoreNotificationKeys() function in net::ProxyConfigServiceMac