Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 91) sorted by relevance

1234

/packages/modules/DnsResolver/
DDns64Configuration.cpp60 Dns64Config cfg(getNextId(), netId); in startPrefixDiscovery() local
136 const Dns64Config& cfg = iter->second; in dump() local
149 Dns64Config* cfg) { in doRfc7050PrefixDiscovery()
212 bool Dns64Configuration::shouldContinueDiscovery(const Dns64Config& cfg) { in shouldContinueDiscovery()
221 Dns64Config cfg = iter->second; in removeDns64Config() local
230 void Dns64Configuration::recordDns64Config(const Dns64Config& cfg) { in recordDns64Config()
257 Dns64Config cfg(kNoDiscoveryId, netId); in setPrefix64() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java254 final TetheringConfiguration cfg = getTetheringConfiguration( in testNoTelephonyManagerMeansNoDun() local
333 final TetheringConfiguration cfg = new TetheringConfiguration( in testNoDefinedUpstreamTypesAddsEthernet() local
356 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesSansEthernetAddsEthernet() local
374 final TetheringConfiguration cfg = new TetheringConfiguration( in testDefinedUpstreamTypesWithEthernetDoesNotAddEthernet() local
454 final TetheringConfiguration cfg = in testNewDhcpServerEnabled() local
480 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetResourcesBySubId() local
522 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_noCarrierConfigManager_configsAreDefault() local
535 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_carrierConfigMissing_configsAreDefault() local
550 final TetheringConfiguration cfg = new TetheringConfiguration( in testGetCarrierConfigBySubId_hasConfigs_carrierUnsupportAndCheckNotRequired() local
676 final TetheringConfiguration cfg = in assertIsUsingNcm() local
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/shared/
DPrivateDnsConfigTest.java67 private void assertParcelEquals(PrivateDnsConfig cfg, PrivateDnsConfigParcel parcel) { in assertParcelEquals()
79 private void testPrivateDnsConfigConversion(PrivateDnsConfig cfg) { in testPrivateDnsConfigConversion()
133 final PrivateDnsConfig cfg = new PrivateDnsConfig(OPPORTUNISTIC_MODE, null /* hostname */, in testIpAddressArrayIsCopied() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DDnsManagerTest.java328 private void doTestSendDnsConfiguration(PrivateDnsConfig cfg, DohParamsParcel expectedDohParams) in doTestSendDnsConfiguration()
362 final PrivateDnsConfig cfg = new PrivateDnsConfig( in testSendDnsConfiguration_ddrDisabled() local
376 final PrivateDnsConfig cfg = new PrivateDnsConfig( in testSendDnsConfiguration_ddrEnabledEmpty() local
392 final PrivateDnsConfig cfg = new PrivateDnsConfig( in testSendDnsConfiguration_ddrEnabled() local
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dmock_state_machine.h26 MockBroadcastStateMachine(bluetooth::le_audio::broadcaster::BroadcastStateMachineConfig cfg, in MockBroadcastStateMachine()
162 bluetooth::le_audio::broadcaster::BroadcastStateMachineConfig cfg; variable
/packages/modules/Connectivity/framework/src/android/net/
DLocalNetworkConfig.java158 public Builder setUpstreamMulticastRoutingConfig(@Nullable MulticastRoutingConfig cfg) { in setUpstreamMulticastRoutingConfig()
170 public Builder setDownstreamMulticastRoutingConfig(@Nullable MulticastRoutingConfig cfg) { in setDownstreamMulticastRoutingConfig()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_api.cc235 uint16_t rx_mtu, std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capConnect()
284 uint16_t rx_mtu, std::unique_ptr<tL2CAP_CFG_INFO> cfg, in BTA_JvL2capStartServer()
418 uint32_t rfcomm_slot_id, RfcommCfgInfo cfg, uint32_t app_uid, in BTA_JvRfcommConnect()
474 RfcommCfgInfo cfg, uint32_t app_uid) { in BTA_JvRfcommStartServer()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DDdrTracker.java152 boolean notifyPrivateDnsSettingsChanged(@NonNull PrivateDnsConfig cfg) { in notifyPrivateDnsSettingsChanged()
453 public final PrivateDnsConfig cfg; field in DdrTracker.DnsInfo
457 DnsInfo(@NonNull PrivateDnsConfig cfg, @NonNull List<InetAddress> dnsServers) { in DnsInfo()
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc480 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local
505 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local
531 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local
556 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local
574 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_OK, .mtu = new_mtu}; in TEST_F() local
591 tL2CAP_LE_CFG_INFO cfg = {.result = tL2CAP_CFG_RESULT::L2CAP_CFG_FAILED_NO_REASON, in TEST_F() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java277 private static InterfaceConfigurationParcel toStableParcel(InterfaceConfiguration cfg, in toStableParcel()
302 InterfaceConfiguration cfg = new InterfaceConfiguration(); in fromStableParcel() local
322 final InterfaceConfiguration cfg = fromStableParcel(result); in getInterfaceConfig() local
329 private void setInterfaceConfig(String iface, InterfaceConfiguration cfg) { in setInterfaceConfig()
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc758 auto cfg = codec_manager->GetCodecConfig(requirements, match_first_config); in TEST_F() local
793 auto cfg = codec_manager->GetBroadcastConfig(requirements); in TEST_F() local
1159 std::count_if(confs->begin(), confs->end(), [&](auto const& cfg) { in TEST_F()
1209 std::count_if(confs->begin(), confs->end(), [&](auto const& cfg) { in TEST_F()
1241 std::count_if(confs->begin(), confs->end(), [&](auto const& cfg) { in TEST_F()
1290 std::count_if(confs->begin(), confs->end(), [&](auto const& cfg) { in TEST_F()
Dle_audio_set_configuration_provider_json.cc446 auto& cfg = configurations_.at(config_name->str()); in AudioSetConfigurationsFromFlatScenario() local
660 std::count_if(confs.begin(), confs.end(), [](auto const& cfg) { in CheckConfigurationIsDualBiDirSwb()
/packages/modules/Bluetooth/system/stack/test/sdp/
Dstack_sdp_test.cc119 tL2CAP_CFG_INFO cfg; in TEST_F() local
169 tL2CAP_CFG_INFO cfg; in TEST_F() local
214 tL2CAP_CFG_INFO cfg; in TEST_F() local
/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc143 tL2CAP_CFG_INFO cfg = {}; in FuzzAsServer() local
190 tL2CAP_CFG_INFO cfg = {}; in FuzzAsClient() local
Dsdp_fuzzer.cc164 tL2CAP_CFG_INFO cfg = {}; in FuzzAsServer() local
212 tL2CAP_CFG_INFO cfg = {}; in FuzzAsClient() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DConsentNotificationJobService.java438 ClientFileGroup cfg = in sendNotificationIfOtaResourcesDownloadCompleted() local
488 ClientFileGroup cfg = in sendNotificationIfOtaResourcesDownloadCompletedV2() local
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DConfigManager.cpp203 RawStreamConfiguration cfg = {id, in readCameraCapabilities() local
329 for (auto& cfg : aCamera->streamConfigurations) { in constructCameraMetadata() local
423 RawStreamConfiguration cfg = { in readDisplayInfo() local
/packages/services/Car/cpp/evs/v4l2_hal/aidl/src/
DConfigManager.cpp203 StreamConfiguration cfg = { in readCameraCapabilities() local
330 for (auto& cfg : aCamera->streamConfigurations) { in constructCameraMetadata() local
422 StreamConfiguration cfg = { in readDisplayInfo() local
/packages/services/Car/cpp/evs/manager/aidl/wrappers/src/
DAidlEnumerator.cpp157 ScopedAStatus AidlEnumerator::openCamera(const std::string& id, const Stream& cfg, in openCamera()
363 ScopedAStatus AidlEnumerator::ImplV1::openCamera(const std::string& id, const Stream& cfg, in openCamera()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DDnsManager.java295 public PrivateDnsConfig updatePrivateDns(Network network, PrivateDnsConfig cfg) { in updatePrivateDns()
503 private DohParamsParcel makeDohParamsParcel(@NonNull PrivateDnsConfig cfg, in makeDohParamsParcel()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DPrivateDnsConfig.java109 public PrivateDnsConfig(PrivateDnsConfig cfg) { in PrivateDnsConfig() method in PrivateDnsConfig
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils.cc234 bluetooth::le_audio::types::LeAudioLtvMap cfg; in GetStackMetadataFromAidlFormat() local
466 auto cfg = stack_config.params.GetAsCoreCodecConfig(); in GetCodecConfigSettingFromAidl() local
/packages/apps/Settings/src/com/android/settings/network/
DVpnPreferenceController.java200 String getNameForVpnConfig(VpnConfig cfg, UserHandle user) { in getNameForVpnConfig()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DDdrTrackerTest.java102 final PrivateDnsConfig cfg = in testNotifyPrivateDnsSettingsChangedHelper() local
/packages/services/Car/tools/emulator/
Dvhal_emulator_test.py66 def _generateTestValue(self, cfg, idx, origValue): argument

1234