Searched refs:StoreIntf (Results 1 – 4 of 4) sorted by relevance
63 struct StoreIntf : public ConfigurableC2Intf { struct64 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function138 : mConfigurable{SharedRefBase::make<CachedConfigurable>(std::make_unique<StoreIntf>(store))}, in ComponentStore()
59 struct StoreIntf : public ConfigurableC2Intf { struct60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() argument134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()
59 struct StoreIntf : public ConfigurableC2Intf { struct60 StoreIntf(const std::shared_ptr<C2ComponentStore>& store) in StoreIntf() function134 : mConfigurable{new CachedConfigurable(std::make_unique<StoreIntf>(store))}, in ComponentStore()