Searched refs:mConfigStore (Results 1 – 2 of 2) 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()
110 android::sp<ICapabilityConfigStore> mConfigStore; variable