Searched refs:systemConfig (Results 1 – 2 of 2) sorted by relevance
584 auto systemConfig = get(mSystemConfig, kSystemComponentUpdatableConfigs); in get() local585 if (systemConfig.has_value()) { in get()586 systemConfig->componentType = ComponentType::SYSTEM; in get()587 resourceOveruseConfigs->emplace_back(std::move(*systemConfig)); in get()
7847 WifiConfiguration systemConfig = WifiConfigurationTestUtil.createPskNetwork(); in testFilterAtAppAddedLimit() local7848 systemConfig.creatorUid = TEST_CREATOR_UID; in testFilterAtAppAddedLimit()7849 verifyAddNetworkToWifiConfigManager(systemConfig); in testFilterAtAppAddedLimit()