Home
last modified time | relevance | path

Searched defs:TEST_F (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/system/connectivity/shill/
Djson_store_unittest.cc95 TEST_F(JsonStoreTest, StringsCanBeStoredInMemory) { in TEST_F() function
106 TEST_F(JsonStoreTest, BoolsCanBeStoredInMemory) { in TEST_F() function
116 TEST_F(JsonStoreTest, IntsCanBeStoredInMemory) { in TEST_F() function
127 TEST_F(JsonStoreTest, Uint64sCanBeStoredInMemory) { in TEST_F() function
140 TEST_F(JsonStoreTest, StringListsCanBeStoredInMemory) { in TEST_F() function
157 TEST_F(JsonStoreTest, CryptedStringsCanBeStoredInMemory) { in TEST_F() function
170 TEST_F(JsonStoreTest, RawValuesOfCryptedStringsDifferFromOriginalValues) { in TEST_F() function
182 TEST_F(JsonStoreTest, DifferentGroupsCanHaveDifferentValuesForSameKey) { in TEST_F() function
194 TEST_F(JsonStoreTest, CanUseNullptrToCheckPresenceOfKey) { in TEST_F() function
235 TEST_F(JsonStoreTest, GetFromEmptyStoreFails) { in TEST_F() function
[all …]
Dmetrics_unittest.cc146 TEST_F(MetricsTest, TimeToConfig) { in TEST_F() function
156 TEST_F(MetricsTest, TimeToPortal) { in TEST_F() function
166 TEST_F(MetricsTest, TimeToOnline) { in TEST_F() function
176 TEST_F(MetricsTest, ServiceFailure) { in TEST_F() function
187 TEST_F(MetricsTest, WiFiServiceTimeToJoin) { in TEST_F() function
199 TEST_F(MetricsTest, WiFiServicePostReady) { in TEST_F() function
255 TEST_F(MetricsTest, WiFiServicePostReadyEAP) { in TEST_F() function
270 TEST_F(MetricsTest, WiFiServicePostReadyAdHoc) { in TEST_F() function
295 TEST_F(MetricsTest, FrequencyToChannel) { in TEST_F() function
325 TEST_F(MetricsTest, TimeOnlineTimeToDrop) { in TEST_F() function
[all …]
Derror_unittest.cc34 TEST_F(ErrorTest, ConstructorDefault) { in TEST_F() function
40 TEST_F(ErrorTest, ConstructorDefaultMessage) { in TEST_F() function
46 TEST_F(ErrorTest, ConstructorCustomMessage) { in TEST_F() function
53 TEST_F(ErrorTest, Reset) { in TEST_F() function
60 TEST_F(ErrorTest, PopulateDefaultMessage) { in TEST_F() function
67 TEST_F(ErrorTest, PopulateCustomMessage) { in TEST_F() function
75 TEST_F(ErrorTest, CopyFrom) { in TEST_F() function
83 TEST_F(ErrorTest, ToChromeosError) { in TEST_F() function
96 TEST_F(ErrorTest, IsSuccessFailure) { in TEST_F() function
103 TEST_F(ErrorTest, GetDBusResult) { in TEST_F() function
[all …]
Ddhcp_properties_unittest.cc57 TEST_F(DhcpPropertiesTest, Ctor) { in TEST_F() function
61 TEST_F(DhcpPropertiesTest, InitPropertyStore) { in TEST_F() function
86 TEST_F(DhcpPropertiesTest, SetMappedStringPropertyOverrideExisting) { in TEST_F() function
96 TEST_F(DhcpPropertiesTest, SetMappedStringPropertyNoExistingValue) { in TEST_F() function
105 TEST_F(DhcpPropertiesTest, SetMappedStringPropertySameAsExistingValue) { in TEST_F() function
115 TEST_F(DhcpPropertiesTest, GetMappedStringPropertyWithSetValue) { in TEST_F() function
126 TEST_F(DhcpPropertiesTest, GetMappedStringPropertyNoExistingValue) { in TEST_F() function
136 TEST_F(DhcpPropertiesTest, ClearMappedStringPropertyWithSetValue) { in TEST_F() function
147 TEST_F(DhcpPropertiesTest, ClearMappedStringPropertyNoExistingValue) { in TEST_F() function
157 TEST_F(DhcpPropertiesTest, LoadEmpty) { in TEST_F() function
[all …]
/system/update_engine/update_manager/
Dreal_updater_provider_unittest.cc109 TEST_F(UmRealUpdaterProviderTest, UpdaterStartedTimeIsWallclockTime) { in TEST_F() function
118 TEST_F(UmRealUpdaterProviderTest, GetLastCheckedTimeOkay) { in TEST_F() function
126 TEST_F(UmRealUpdaterProviderTest, GetLastCheckedTimeFailNoValue) { in TEST_F() function
133 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMin) { in TEST_F() function
140 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMid) { in TEST_F() function
147 TEST_F(UmRealUpdaterProviderTest, GetProgressOkayMax) { in TEST_F() function
154 TEST_F(UmRealUpdaterProviderTest, GetProgressFailNoValue) { in TEST_F() function
161 TEST_F(UmRealUpdaterProviderTest, GetProgressFailTooSmall) { in TEST_F() function
168 TEST_F(UmRealUpdaterProviderTest, GetProgressFailTooBig) { in TEST_F() function
175 TEST_F(UmRealUpdaterProviderTest, GetStageOkayIdle) { in TEST_F() function
[all …]
Dchromeos_policy_unittest.cc205 TEST_F(UmChromeOSPolicyTest, FirstCheckIsAtMostInitialIntervalAfterStart) { in TEST_F() function
224 TEST_F(UmChromeOSPolicyTest, RecurringCheckBaseIntervalAndFuzz) { in TEST_F() function
244 TEST_F(UmChromeOSPolicyTest, RecurringCheckBackoffIntervalAndFuzz) { in TEST_F() function
266 TEST_F(UmChromeOSPolicyTest, RecurringCheckServerDictatedPollInterval) { in TEST_F() function
290 TEST_F(UmChromeOSPolicyTest, ExponentialBackoffIsCapped) { in TEST_F() function
311 TEST_F(UmChromeOSPolicyTest, UpdateCheckAllowedWaitsForTheTimeout) { in TEST_F() function
346 TEST_F(UmChromeOSPolicyTest, UpdateCheckAllowedWaitsForOOBE) { in TEST_F() function
383 TEST_F(UmChromeOSPolicyTest, UpdateCheckAllowedWithAttributes) { in TEST_F() function
405 TEST_F(UmChromeOSPolicyTest, in TEST_F() function
418 TEST_F(UmChromeOSPolicyTest, in TEST_F() function
[all …]
Devaluation_context_unittest.cc143 TEST_F(UmEvaluationContextTest, GetValueFails) { in TEST_F() function
148 TEST_F(UmEvaluationContextTest, GetValueFailsWithInvalidVar) { in TEST_F() function
152 TEST_F(UmEvaluationContextTest, GetValueReturns) { in TEST_F() function
161 TEST_F(UmEvaluationContextTest, GetValueCached) { in TEST_F() function
176 TEST_F(UmEvaluationContextTest, GetValueCachesNull) { in TEST_F() function
187 TEST_F(UmEvaluationContextTest, GetValueMixedTypes) { in TEST_F() function
206 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutWithoutVariables) { in TEST_F() function
214 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutWithVariables) { in TEST_F() function
233 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutCalledTwice) { in TEST_F() function
248 TEST_F(UmEvaluationContextTest, RunOnValueChangeOrTimeoutRunsFromTimeout) { in TEST_F() function
[all …]
Dreal_shill_provider_unittest.cc270 TEST_F(UmRealShillProviderTest, ReadBaseValues) { in TEST_F() function
280 TEST_F(UmRealShillProviderTest, InvalidServicePath) { in TEST_F() function
289 TEST_F(UmRealShillProviderTest, InvalidServicePathType) { in TEST_F() function
303 TEST_F(UmRealShillProviderTest, ReadConnTypeEthernet) { in TEST_F() function
311 TEST_F(UmRealShillProviderTest, ReadConnTypeWifi) { in TEST_F() function
319 TEST_F(UmRealShillProviderTest, ReadConnTypeWimax) { in TEST_F() function
327 TEST_F(UmRealShillProviderTest, ReadConnTypeBluetooth) { in TEST_F() function
335 TEST_F(UmRealShillProviderTest, ReadConnTypeCellular) { in TEST_F() function
343 TEST_F(UmRealShillProviderTest, ReadConnTypeUnknown) { in TEST_F() function
351 TEST_F(UmRealShillProviderTest, ReadConnTypeVpn) { in TEST_F() function
[all …]
Dreal_device_policy_provider_unittest.cc101 TEST_F(UmRealDevicePolicyProviderTest, RefreshScheduledTest) { in TEST_F() function
108 TEST_F(UmRealDevicePolicyProviderTest, FirstReload) { in TEST_F() function
119 TEST_F(UmRealDevicePolicyProviderTest, NonExistentDevicePolicyReloaded) { in TEST_F() function
129 TEST_F(UmRealDevicePolicyProviderTest, SessionManagerSignalForcesReload) { in TEST_F() function
142 TEST_F(UmRealDevicePolicyProviderTest, NonExistentDevicePolicyEmptyVariables) { in TEST_F() function
163 TEST_F(UmRealDevicePolicyProviderTest, ValuesUpdated) { in TEST_F() function
189 TEST_F(UmRealDevicePolicyProviderTest, ScatterFactorConverted) { in TEST_F() function
201 TEST_F(UmRealDevicePolicyProviderTest, NegativeScatterFactorIgnored) { in TEST_F() function
212 TEST_F(UmRealDevicePolicyProviderTest, AllowedTypesConverted) { in TEST_F() function
/system/media/brillo/audio/audioservice/test/
Daudio_device_handler_test.cpp65 TEST_F(AudioDeviceHandlerTest, DisconnectAllSupportedDevicesCallsDisconnect) { in TEST_F() function
73 TEST_F(AudioDeviceHandlerTest, InitCallsDisconnectAllSupportedDevices) { in TEST_F() function
84 TEST_F(AudioDeviceHandlerTest, InitialAudioStateMic) { in TEST_F() function
97 TEST_F(AudioDeviceHandlerTest, InitialAudioStateHeadphone) { in TEST_F() function
110 TEST_F(AudioDeviceHandlerTest, InitialAudioStateHeadset) { in TEST_F() function
130 TEST_F(AudioDeviceHandlerTest, InitialAudioStateNone) { in TEST_F() function
140 TEST_F(AudioDeviceHandlerTest, InitialAudioStateInvalid) { in TEST_F() function
148 TEST_F(AudioDeviceHandlerTest, ProcessEventEmpty) { in TEST_F() function
159 TEST_F(AudioDeviceHandlerTest, ProcessEventMicrophonePresent) { in TEST_F() function
170 TEST_F(AudioDeviceHandlerTest, ProcessEventHeadphonePresent) { in TEST_F() function
[all …]
/system/extras/tests/kernel.config/
Daslr_rec_test.cpp23 TEST_F(AslrMmapTest, match_default) { in TEST_F() function
33 TEST_F(AslrMmapTest, match_compat_default) { in TEST_F() function
39 TEST_F(AslrMmapTest, match_min) { in TEST_F() function
51 TEST_F(AslrMmapTest, match_compat_min) { in TEST_F() function
60 TEST_F(AslrMmapTest, match_max) { in TEST_F() function
72 TEST_F(AslrMmapTest, match_compat_max) { in TEST_F() function
81 TEST_F(AslrMmapTest, entropy_min) { in TEST_F() function
92 TEST_F(AslrMmapTest, entropy_cmpt_min) { in TEST_F() function
100 TEST_F(AslrMmapTest, entropy_max) { in TEST_F() function
111 TEST_F(AslrMmapTest, entropy_cmpt_max) { in TEST_F() function
[all …]
/system/connectivity/shill/vpn/
Dopenvpn_management_server_unittest.cc176 TEST_F(OpenVPNManagementServerTest, StartStarted) { in TEST_F() function
181 TEST_F(OpenVPNManagementServerTest, StartSocketFail) { in TEST_F() function
188 TEST_F(OpenVPNManagementServerTest, StartGetSockNameFail) { in TEST_F() function
200 TEST_F(OpenVPNManagementServerTest, Start) { in TEST_F() function
228 TEST_F(OpenVPNManagementServerTest, Stop) { in TEST_F() function
251 TEST_F(OpenVPNManagementServerTest, OnReadyAcceptFail) { in TEST_F() function
259 TEST_F(OpenVPNManagementServerTest, OnReady) { in TEST_F() function
275 TEST_F(OpenVPNManagementServerTest, OnInput) { in TEST_F() function
303 TEST_F(OpenVPNManagementServerTest, OnInputStop) { in TEST_F() function
318 TEST_F(OpenVPNManagementServerTest, ProcessMessage) { in TEST_F() function
[all …]
Dvpn_service_unittest.cc131 TEST_F(VPNServiceTest, Connect) { in TEST_F() function
139 TEST_F(VPNServiceTest, ConnectAlreadyConnected) { in TEST_F() function
151 TEST_F(VPNServiceTest, Disconnect) { in TEST_F() function
158 TEST_F(VPNServiceTest, CreateStorageIdentifierNoHost) { in TEST_F() function
166 TEST_F(VPNServiceTest, CreateStorageIdentifierNoName) { in TEST_F() function
174 TEST_F(VPNServiceTest, CreateStorageIdentifier) { in TEST_F() function
184 TEST_F(VPNServiceTest, GetStorageIdentifier) { in TEST_F() function
190 TEST_F(VPNServiceTest, GetDeviceRpcId) { in TEST_F() function
196 TEST_F(VPNServiceTest, Load) { in TEST_F() function
206 TEST_F(VPNServiceTest, Save) { in TEST_F() function
[all …]
/system/update_engine/common/
Dprefs_unittest.cc61 TEST_F(PrefsTest, GetFileNameForKey) { in TEST_F() function
69 TEST_F(PrefsTest, GetFileNameForKeyBadCharacter) { in TEST_F() function
74 TEST_F(PrefsTest, GetFileNameForKeyEmpty) { in TEST_F() function
79 TEST_F(PrefsTest, GetString) { in TEST_F() function
87 TEST_F(PrefsTest, GetStringBadKey) { in TEST_F() function
92 TEST_F(PrefsTest, GetStringNonExistentKey) { in TEST_F() function
97 TEST_F(PrefsTest, SetString) { in TEST_F() function
105 TEST_F(PrefsTest, SetStringBadKey) { in TEST_F() function
111 TEST_F(PrefsTest, SetStringCreateDir) { in TEST_F() function
121 TEST_F(PrefsTest, SetStringDirCreationFailure) { in TEST_F() function
[all …]
/system/core/libutils/tests/
DBitSet_test.cpp37 TEST_F(BitSet32Test, BitWiseOr) { in TEST_F() function
52 TEST_F(BitSet32Test, BitWiseAnd_Disjoint) { in TEST_F() function
68 TEST_F(BitSet32Test, BitWiseAnd_NonDisjoint) { in TEST_F() function
88 TEST_F(BitSet32Test, MarkFirstUnmarkedBit) { in TEST_F() function
100 TEST_F(BitSet32Test, ClearFirstMarkedBit) { in TEST_F() function
114 TEST_F(BitSet32Test, ClearLastMarkedBit) { in TEST_F() function
128 TEST_F(BitSet32Test, FillAndClear) { in TEST_F() function
138 TEST_F(BitSet32Test, GetIndexOfBit) { in TEST_F() function
159 TEST_F(BitSet64Test, BitWiseOr) { in TEST_F() function
174 TEST_F(BitSet64Test, BitWiseAnd_Disjoint) { in TEST_F() function
[all …]
DUnicode_test.cpp36 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) { in TEST_F() function
46 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) { in TEST_F() function
57 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) { in TEST_F() function
68 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) { in TEST_F() function
79 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) { in TEST_F() function
91 TEST_F(UnicodeTest, UTF8toUTF16Normal) { in TEST_F() function
117 TEST_F(UnicodeTest, strstr16EmptyTarget) { in TEST_F() function
122 TEST_F(UnicodeTest, strstr16SameString) { in TEST_F() function
128 TEST_F(UnicodeTest, strstr16TargetStartOfString) { in TEST_F() function
135 TEST_F(UnicodeTest, strstr16TargetEndOfString) { in TEST_F() function
[all …]
/system/bt/osi/test/
Dconfig_test.cpp61 TEST_F(ConfigTest, config_new_empty) { in TEST_F() function
67 TEST_F(ConfigTest, config_new_no_file) { in TEST_F() function
73 TEST_F(ConfigTest, config_new) { in TEST_F() function
79 TEST_F(ConfigTest, config_free_null) { in TEST_F() function
83 TEST_F(ConfigTest, config_new_clone) { in TEST_F() function
96 TEST_F(ConfigTest, config_has_section) { in TEST_F() function
102 TEST_F(ConfigTest, config_has_key_in_default_section) { in TEST_F() function
109 TEST_F(ConfigTest, config_has_keys) { in TEST_F() function
118 TEST_F(ConfigTest, config_no_bad_keys) { in TEST_F() function
126 TEST_F(ConfigTest, config_get_int_version) { in TEST_F() function
[all …]
/system/core/fastboot/
Dudp_test.cpp88 TEST_F(UdpConnectTest, InitializationSuccess) { in TEST_F() function
100 TEST_F(UdpConnectTest, InitializationContinuationSuccess) { in TEST_F() function
121 TEST_F(UdpConnectTest, InitializationVersionMismatch) { in TEST_F() function
137 TEST_F(UdpConnectTest, QueryResponseTimeoutFailure) { in TEST_F() function
146 TEST_F(UdpConnectTest, QueryResponseReceiveFailure) { in TEST_F() function
153 TEST_F(UdpConnectTest, InitResponseTimeoutFailure) { in TEST_F() function
164 TEST_F(UdpConnectTest, InitResponseReceiveFailure) { in TEST_F() function
174 TEST_F(UdpConnectTest, ResponseRecovery) { in TEST_F() function
195 TEST_F(UdpConnectTest, ExtraResponseDataSuccess) { in TEST_F() function
206 TEST_F(UdpConnectTest, WrongSequenceRecovery) { in TEST_F() function
[all …]
/system/update_engine/
Domaha_request_params_unittest.cc103 TEST_F(OmahaRequestParamsTest, SimpleTest) { in TEST_F() function
125 TEST_F(OmahaRequestParamsTest, AppIDTest) { in TEST_F() function
148 TEST_F(OmahaRequestParamsTest, MissingChannelTest) { in TEST_F() function
165 TEST_F(OmahaRequestParamsTest, ConfusingReleaseTest) { in TEST_F() function
181 TEST_F(OmahaRequestParamsTest, MissingVersionTest) { in TEST_F() function
199 TEST_F(OmahaRequestParamsTest, ForceVersionTest) { in TEST_F() function
217 TEST_F(OmahaRequestParamsTest, ForcedURLTest) { in TEST_F() function
237 TEST_F(OmahaRequestParamsTest, MissingURLTest) { in TEST_F() function
257 TEST_F(OmahaRequestParamsTest, NoDeltasTest) { in TEST_F() function
269 TEST_F(OmahaRequestParamsTest, OverrideTest) { in TEST_F() function
[all …]
Dconnection_manager_unittest.cc169 TEST_F(ConnectionManagerTest, SimpleTest) { in TEST_F() function
182 TEST_F(ConnectionManagerTest, PhysicalTechnologyTest) { in TEST_F() function
193 TEST_F(ConnectionManagerTest, TetheringTest) { in TEST_F() function
204 TEST_F(ConnectionManagerTest, UnknownTest) { in TEST_F() function
208 TEST_F(ConnectionManagerTest, AllowUpdatesOverEthernetTest) { in TEST_F() function
214 TEST_F(ConnectionManagerTest, AllowUpdatesOverWifiTest) { in TEST_F() function
219 TEST_F(ConnectionManagerTest, AllowUpdatesOverWimaxTest) { in TEST_F() function
224 TEST_F(ConnectionManagerTest, BlockUpdatesOverBluetoothTest) { in TEST_F() function
229 TEST_F(ConnectionManagerTest, AllowUpdatesOnlyOver3GPerPolicyTest) { in TEST_F() function
247 TEST_F(ConnectionManagerTest, AllowUpdatesOver3GAndOtherTypesPerPolicyTest) { in TEST_F() function
[all …]
/system/tpm/trunks/
Dtpm_utility_test.cc150 TEST_F(TpmUtilityTest, StartupSuccess) { in TEST_F() function
154 TEST_F(TpmUtilityTest, StartupAlreadyStarted) { in TEST_F() function
160 TEST_F(TpmUtilityTest, StartupFailure) { in TEST_F() function
166 TEST_F(TpmUtilityTest, StartupSelfTestFailure) { in TEST_F() function
172 TEST_F(TpmUtilityTest, ClearSuccess) { in TEST_F() function
176 TEST_F(TpmUtilityTest, ClearAfterBadInit) { in TEST_F() function
183 TEST_F(TpmUtilityTest, ClearFail) { in TEST_F() function
189 TEST_F(TpmUtilityTest, ShutdownTest) { in TEST_F() function
194 TEST_F(TpmUtilityTest, InitializeTpmAlreadyInit) { in TEST_F() function
200 TEST_F(TpmUtilityTest, InitializeTpmSuccess) { in TEST_F() function
[all …]
Dpolicy_session_test.cc57 TEST_F(PolicySessionTest, GetDelegateUninitialized) { in TEST_F() function
64 TEST_F(PolicySessionTest, GetDelegateSuccess) { in TEST_F() function
69 TEST_F(PolicySessionTest, StartBoundSessionSuccess) { in TEST_F() function
75 TEST_F(PolicySessionTest, StartBoundSessionFailure) { in TEST_F() function
84 TEST_F(PolicySessionTest, StartBoundSessionBadType) { in TEST_F() function
90 TEST_F(PolicySessionTest, StartUnboundSessionSuccess) { in TEST_F() function
95 TEST_F(PolicySessionTest, StartUnboundSessionFailure) { in TEST_F() function
103 TEST_F(PolicySessionTest, GetDigestSuccess) { in TEST_F() function
115 TEST_F(PolicySessionTest, GetDigestFailure) { in TEST_F() function
123 TEST_F(PolicySessionTest, PolicyORSuccess) { in TEST_F() function
[all …]
/system/connectivity/shill/supplicant/
Dsupplicant_eap_state_handler_unittest.cc53 TEST_F(SupplicantEAPStateHandlerTest, Construct) { in TEST_F() function
58 TEST_F(SupplicantEAPStateHandlerTest, AuthenticationStarting) { in TEST_F() function
65 TEST_F(SupplicantEAPStateHandlerTest, AcceptedMethod) { in TEST_F() function
77 TEST_F(SupplicantEAPStateHandlerTest, SuccessfulCompletion) { in TEST_F() function
89 TEST_F(SupplicantEAPStateHandlerTest, EAPFailureGeneric) { in TEST_F() function
103 TEST_F(SupplicantEAPStateHandlerTest, EAPFailureLocalTLSIndication) { in TEST_F() function
120 TEST_F(SupplicantEAPStateHandlerTest, EAPFailureRemoteTLSIndication) { in TEST_F() function
138 TEST_F(SupplicantEAPStateHandlerTest, BadRemoteCertificateVerification) { in TEST_F() function
154 TEST_F(SupplicantEAPStateHandlerTest, ParameterNeeded) { in TEST_F() function
168 TEST_F(SupplicantEAPStateHandlerTest, ParameterNeededPin) { in TEST_F() function
/system/connectivity/shill/wifi/
Dmac80211_monitor_unittest.cc203 TEST_F(Mac80211MonitorTest, Ctor) { in TEST_F() function
208 TEST_F(Mac80211MonitorTest, Start) { in TEST_F() function
219 TEST_F(Mac80211MonitorTest, Stop) { in TEST_F() function
226 TEST_F(Mac80211MonitorTest, UpdateConnectedState) { in TEST_F() function
238 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededFullMacDevice) { in TEST_F() function
252 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededRearmsTimerWhenDisconnected) { in TEST_F() function
260 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededFailToReadQueueState) { in TEST_F() function
274 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededRearmsTimerWhenConnected) { in TEST_F() function
282 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededWakeNeeded) { in TEST_F() function
300 TEST_F(Mac80211MonitorTest, WakeQueuesIfNeededRateLimiting) { in TEST_F() function
[all …]
/system/connectivity/shill/dhcp/
Ddhcp_config_unittest.cc139 TEST_F(DHCPConfigTest, InitProxy) { in TEST_F() function
152 TEST_F(DHCPConfigTest, StartFail) { in TEST_F() function
173 TEST_F(DHCPConfigTest, StartWithoutLeaseSuffix) { in TEST_F() function
212 TEST_F(DHCPConfigCallbackTest, NotifyFailure) { in TEST_F() function
224 TEST_F(DHCPConfigCallbackTest, StoppedDuringFailureCallback) { in TEST_F() function
236 TEST_F(DHCPConfigCallbackTest, StoppedDuringSuccessCallback) { in TEST_F() function
253 TEST_F(DHCPConfigCallbackTest, ProcessAcquisitionTimeout) { in TEST_F() function
271 TEST_F(DHCPConfigTest, ReleaseIP) { in TEST_F() function
279 TEST_F(DHCPConfigTest, KeepLeaseOnDisconnect) { in TEST_F() function
291 TEST_F(DHCPConfigTest, ReleaseLeaseOnDisconnect) { in TEST_F() function
[all …]

12345678910>>...14