Searched refs:mConfigStore (Results 1 – 5 of 5) sorted by relevance
106 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()110 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()116 conf->mConfigStore->getConfig(area, config, [&](const CommandResult &res) { in getConfigStoreBool()
112 android::sp<ICapabilityConfigStore> mConfigStore; variable
106 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()107 conf->mConfigStore = ICapabilityConfigStore::tryGetService(); in getConfigStoreBool()110 if (conf->mConfigStore == nullptr) { in getConfigStoreBool()117 conf->mConfigStore->getConfig(area, config, [&](const CommandResult &res) { in getConfigStoreBool()
122 android::sp<ICapabilityConfigStore> mConfigStore; variable
98 private final EthernetConfigStore mConfigStore; field in EthernetTracker138 mConfigStore = new EthernetConfigStore(); in EthernetTracker()146 mConfigStore.read(); in start()149 mIpConfigForDefaultInterface = mConfigStore.getIpConfigurationForDefaultInterface(); in start()150 final ArrayMap<String, IpConfiguration> configs = mConfigStore.getIpConfigurations(); in start()169 mConfigStore.write(iface, ipConfiguration); in updateIpConfiguration()