Searched refs:GetComponentConfig (Results 1 – 4 of 4) sorted by relevance
27 API_EXPORT std::vector<ComponentConfig> *GetComponentConfig();
51 std::vector<ComponentConfig> *ConfigFactory::GetComponentConfig() in GetComponentConfig() function in OHOS::DistributedData::ConfigFactory
62 auto *components = ConfigFactory::GetInstance().GetComponentConfig();
56 auto *comps = ConfigFactory::GetInstance().GetComponentConfig(); in LoadComponents()