Lines Matching refs:store
95 PropertyStore* store = this->mutable_store(); in DefaultProfile() local
96 store->RegisterConstBool(kArpGatewayProperty, &manager_props.arp_gateway); in DefaultProfile()
97 store->RegisterConstString(kCheckPortalListProperty, in DefaultProfile()
99 store->RegisterConstString(kCountryProperty, &manager_props.country); in DefaultProfile()
100 store->RegisterConstString(kIgnoredDNSSearchPathsProperty, in DefaultProfile()
102 store->RegisterConstString(kLinkMonitorTechnologiesProperty, in DefaultProfile()
104 store->RegisterConstString(kNoAutoConnectTechnologiesProperty, in DefaultProfile()
106 store->RegisterConstBool(kOfflineModeProperty, &manager_props.offline_mode); in DefaultProfile()
107 store->RegisterConstString(kPortalURLProperty, &manager_props.portal_url); in DefaultProfile()
108 store->RegisterConstInt32(kPortalCheckIntervalProperty, in DefaultProfile()
110 store->RegisterConstString(kProhibitedTechnologiesProperty, in DefaultProfile()