Lines Matching refs:store
1187 PropertyStore* store = this->mutable_store(); in RegisterProperties() local
1191 store->RegisterConstString(kDBusServiceProperty, &dbus_service_); in RegisterProperties()
1192 store->RegisterConstString(kDBusObjectProperty, &dbus_path_); in RegisterProperties()
1194 store->RegisterUint16(kScanIntervalProperty, &scan_interval_); in RegisterProperties()
1198 store->RegisterConstStringmap(kHomeProviderProperty, &home_provider_); in RegisterProperties()
1199 store->RegisterConstString(kCarrierProperty, &carrier_); in RegisterProperties()
1200 store->RegisterConstBool(kSupportNetworkScanProperty, &scanning_supported_); in RegisterProperties()
1201 store->RegisterConstString(kEsnProperty, &esn_); in RegisterProperties()
1202 store->RegisterConstString(kFirmwareRevisionProperty, &firmware_revision_); in RegisterProperties()
1203 store->RegisterConstString(kHardwareRevisionProperty, &hardware_revision_); in RegisterProperties()
1204 store->RegisterConstString(kImeiProperty, &imei_); in RegisterProperties()
1205 store->RegisterConstString(kImsiProperty, &imsi_); in RegisterProperties()
1206 store->RegisterConstString(kMdnProperty, &mdn_); in RegisterProperties()
1207 store->RegisterConstString(kMeidProperty, &meid_); in RegisterProperties()
1208 store->RegisterConstString(kMinProperty, &min_); in RegisterProperties()
1209 store->RegisterConstString(kManufacturerProperty, &manufacturer_); in RegisterProperties()
1210 store->RegisterConstString(kModelIDProperty, &model_id_); in RegisterProperties()
1211 store->RegisterConstBool(kScanningProperty, &scanning_); in RegisterProperties()
1213 store->RegisterConstString(kSelectedNetworkProperty, &selected_network_); in RegisterProperties()
1214 store->RegisterConstStringmaps(kFoundNetworksProperty, &found_networks_); in RegisterProperties()
1215 store->RegisterConstBool(kProviderRequiresRoamingProperty, in RegisterProperties()
1217 store->RegisterConstBool(kSIMPresentProperty, &sim_present_); in RegisterProperties()
1218 store->RegisterConstStringmaps(kCellularApnListProperty, &apn_list_); in RegisterProperties()
1219 store->RegisterConstString(kIccidProperty, &sim_identifier_); in RegisterProperties()
1221 store->RegisterConstStrings(kSupportedCarriersProperty, &supported_carriers_); in RegisterProperties()
1222 store->RegisterConstUint16(kPRLVersionProperty, &prl_version_); in RegisterProperties()