Searched refs:StoreIntf (Results 1 – 2 of 2) sorted by relevance
51 struct StoreIntf : public ConfigurableC2Intf { struct52 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function126 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()