Searched refs:TEST_F (Results 226 - 250 of 338) sorted by relevance

1234567891011>>

/system/connectivity/shill/
H A Dicmp_unittest.cc103 TEST_F(IcmpTest, Constructor) { function in namespace:shill
108 TEST_F(IcmpTest, SocketOpenFail) { function in namespace:shill
120 TEST_F(IcmpTest, SocketNonBlockingFail) { function in namespace:shill
133 TEST_F(IcmpTest, StartMultipleTimes) { function in namespace:shill
153 TEST_F(IcmpTest, TransmitEchoRequest) { function in namespace:shill
203 TEST_F(IcmpTest, ComputeIcmpChecksum) { function in namespace:shill
H A Dprocess_manager_unittest.cc126 TEST_F(ProcessManagerTest, WatchedProcessExited) { function in namespace:shill
137 TEST_F(ProcessManagerTest, TerminateProcessExited) { function in namespace:shill
149 TEST_F(ProcessManagerTest, function in namespace:shill
190 TEST_F(ProcessManagerTest, function in namespace:shill
219 TEST_F(ProcessManagerTest, function in namespace:shill
251 TEST_F(ProcessManagerTest, UpdateExitCallbackUpdatesCallback) { function in namespace:shill
H A Dhttp_request_unittest.cc350 TEST_F(HTTPRequestTest, Constructor) { function in namespace:shill
355 TEST_F(HTTPRequestTest, FailConnectNumericSynchronous) { function in namespace:shill
363 TEST_F(HTTPRequestTest, FailConnectNumericAsynchronous) { function in namespace:shill
373 TEST_F(HTTPRequestTest, FailConnectNumericTimeout) { function in namespace:shill
383 TEST_F(HTTPRequestTest, SyncConnectNumeric) { function in namespace:shill
390 TEST_F(HTTPRequestTest, FailDNSStart) { function in namespace:shill
398 TEST_F(HTTPRequestTest, FailDNSFailure) { function in namespace:shill
408 TEST_F(HTTPRequestTest, FailDNSTimeout) { function in namespace:shill
419 TEST_F(HTTPRequestTest, FailConnectText) { function in namespace:shill
427 TEST_F(HTTPRequestTes function in namespace:shill
431 TEST_F(HTTPRequestTest, RequestTimeout) { function in namespace:shill
438 TEST_F(HTTPRequestTest, RequestData) { function in namespace:shill
454 TEST_F(HTTPRequestTest, ResponseTimeout) { function in namespace:shill
466 TEST_F(HTTPRequestTest, ResponseInputError) { function in namespace:shill
478 TEST_F(HTTPRequestTest, ResponseData) { function in namespace:shill
[all...]
H A Dkey_value_store_unittest.cc36 TEST_F(KeyValueStoreTest, Any) { function in namespace:shill
47 TEST_F(KeyValueStoreTest, Bool) { function in namespace:shill
64 TEST_F(KeyValueStoreTest, ByteArrays) { function in namespace:shill
75 TEST_F(KeyValueStoreTest, Int) { function in namespace:shill
89 TEST_F(KeyValueStoreTest, Int16) { function in namespace:shill
100 TEST_F(KeyValueStoreTest, KeyValueStore) { function in namespace:shill
114 TEST_F(KeyValueStoreTest, RpcIdentifier) { function in namespace:shill
125 TEST_F(KeyValueStoreTest, RpcIdentifiers) { function in namespace:shill
136 TEST_F(KeyValueStoreTest, String) { function in namespace:shill
151 TEST_F(KeyValueStoreTes function in namespace:shill
162 TEST_F(KeyValueStoreTest, Strings) { function in namespace:shill
173 TEST_F(KeyValueStoreTest, Uint) { function in namespace:shill
182 TEST_F(KeyValueStoreTest, Uint16) { function in namespace:shill
191 TEST_F(KeyValueStoreTest, Uint8) { function in namespace:shill
202 TEST_F(KeyValueStoreTest, Uint8s) { function in namespace:shill
213 TEST_F(KeyValueStoreTest, Uint32s) { function in namespace:shill
224 TEST_F(KeyValueStoreTest, DoubleRemove) { function in namespace:shill
234 TEST_F(KeyValueStoreTest, Clear) { function in namespace:shill
307 TEST_F(KeyValueStoreTest, Equals) { function in namespace:shill
531 TEST_F(KeyValueStoreTest, CopyFrom) { function in namespace:shill
580 TEST_F(KeyValueStoreTest, ConvertToVariantDictionary) { function in namespace:shill
650 TEST_F(KeyValueStoreTest, ConvertFromVariantDictionary) { function in namespace:shill
729 TEST_F(KeyValueStoreTest, ConvertPathsToRpcIdentifiers) { function in namespace:shill
[all...]
H A Ddevice_unittest.cc305 TEST_F(DeviceTest, Contains) { function in namespace:shill
310 TEST_F(DeviceTest, GetProperties) { function in namespace:shill
321 TEST_F(DeviceTest, SetReadOnlyProperty) { function in namespace:shill
329 TEST_F(DeviceTest, ClearReadOnlyProperty) { function in namespace:shill
335 TEST_F(DeviceTest, ClearReadOnlyDerivedProperty) { function in namespace:shill
341 TEST_F(DeviceTest, DestroyIPConfig) { function in namespace:shill
352 TEST_F(DeviceTest, DestroyIPConfigNULL) { function in namespace:shill
366 TEST_F(DeviceTest, AcquireIPConfigWithSelectedService) { function in namespace:shill
445 TEST_F(DeviceTest, AcquireIPConfigWithoutSelectedService) { function in namespace:shill
487 TEST_F(DeviceTes function in namespace:shill
511 TEST_F(DeviceTest, EnableIPv6) { function in namespace:shill
519 TEST_F(DeviceTest, EnableIPv6NotAllowed) { function in namespace:shill
525 TEST_F(DeviceTest, MultiHomed) { function in namespace:shill
568 TEST_F(DeviceTest, Load) { function in namespace:shill
581 TEST_F(DeviceTest, Save) { function in namespace:shill
593 TEST_F(DeviceTest, StorageIdGeneration) { function in namespace:shill
600 TEST_F(DeviceTest, SelectedService) { function in namespace:shill
631 TEST_F(DeviceTest, LinkMonitorFailure) { function in namespace:shill
680 TEST_F(DeviceTest, LinkStatusResetOnSelectService) { function in namespace:shill
701 TEST_F(DeviceTest, IPConfigUpdatedFailure) { function in namespace:shill
718 TEST_F(DeviceTest, IPConfigUpdatedFailureWithIPv6Config) { function in namespace:shill
751 TEST_F(DeviceTest, IPConfigUpdatedFailureWithIPv6Connection) { function in namespace:shill
778 TEST_F(DeviceTest, IPConfigUpdatedFailureWithStatic) { function in namespace:shill
798 TEST_F(DeviceTest, IPConfigUpdatedSuccess) { function in namespace:shill
831 TEST_F(DeviceTest, IPConfigUpdatedSuccessNoSelectedService) { function in namespace:shill
840 TEST_F(DeviceTest, OnIPConfigExpired) { function in namespace:shill
856 TEST_F(DeviceTest, SetEnabledNonPersistent) { function in namespace:shill
908 TEST_F(DeviceTest, SetEnabledPersistent) { function in namespace:shill
961 TEST_F(DeviceTest, Start) { function in namespace:shill
973 TEST_F(DeviceTest, Stop) { function in namespace:shill
996 TEST_F(DeviceTest, StartProhibited) { function in namespace:shill
1023 TEST_F(DeviceTest, Reset) { function in namespace:shill
1030 TEST_F(DeviceTest, ResumeWithIPConfig) { function in namespace:shill
1038 TEST_F(DeviceTest, ResumeWithoutIPConfig) { function in namespace:shill
1044 TEST_F(DeviceTest, ResumeWithLinkMonitor) { function in namespace:shill
1051 TEST_F(DeviceTest, ResumeWithoutLinkMonitor) { function in namespace:shill
1057 TEST_F(DeviceTest, ResumeWithUnreliableLink) { function in namespace:shill
1073 TEST_F(DeviceTest, OnConnected) { function in namespace:shill
1092 TEST_F(DeviceTest, LinkMonitor) { function in namespace:shill
1142 TEST_F(DeviceTest, LinkMonitorCancelledOnSelectService) { function in namespace:shill
1167 TEST_F(DeviceTest, TrafficMonitor) { function in namespace:shill
1206 TEST_F(DeviceTest, TrafficMonitorCancelledOnSelectService) { function in namespace:shill
1231 TEST_F(DeviceTest, ShouldUseArpGateway) { function in namespace:shill
1235 TEST_F(DeviceTest, PerformTDLSOperation) { function in namespace:shill
1240 TEST_F(DeviceTest, IsConnectedViaTether) { function in namespace:shill
1266 TEST_F(DeviceTest, AvailableIPConfigs) { function in namespace:shill
1292 TEST_F(DeviceTest, OnIPv6AddressChanged) { function in namespace:shill
1377 TEST_F(DeviceTest, OnIPv6DnsServerAddressesChanged_LeaseExpirationUpdated) { function in namespace:shill
1413 TEST_F(DeviceTest, OnIPv6DnsServerAddressesChanged) { function in namespace:shill
1552 TEST_F(DeviceTest, OnIPv6ConfigurationCompleted) { function in namespace:shill
1629 TEST_F(DeviceTest, OnDHCPv6ConfigUpdated) { function in namespace:shill
1638 TEST_F(DeviceTest, OnDHCPv6ConfigFailed) { function in namespace:shill
1655 TEST_F(DeviceTest, OnDHCPv6ConfigExpired) { function in namespace:shill
1672 TEST_F(DeviceTest, PrependIPv4DNSServers) { function in namespace:shill
1709 TEST_F(DeviceTest, PrependIPv6DNSServers) { function in namespace:shill
1734 TEST_F(DeviceTest, PrependWithStaticConfiguration) { function in namespace:shill
1777 TEST_F(DeviceTest, ResolvePeerMacAddress) { function in namespace:shill
1816 TEST_F(DeviceTest, SetHostnameWithEmptyHostname) { function in namespace:shill
1828 TEST_F(DeviceTest, SetHostnameForDisallowedDevice) { function in namespace:shill
1841 TEST_F(DeviceTest, SetHostnameWithFailingDeviceInfo) { function in namespace:shill
1855 TEST_F(DeviceTest, SetHostnameMaximumHostnameLength) { function in namespace:shill
1871 TEST_F(DeviceTest, SetHostnameTruncateDomainName) { function in namespace:shill
1886 TEST_F(DeviceTest, SetHostnameTruncateHostname) { function in namespace:shill
1964 TEST_F(DevicePortalDetectionTest, ServicePortalDetectionDisabled) { function in namespace:shill
1973 TEST_F(DevicePortalDetectionTest, TechnologyPortalDetectionDisabled) { function in namespace:shill
1986 TEST_F(DevicePortalDetectionTest, PortalDetectionProxyConfig) { function in namespace:shill
2001 TEST_F(DevicePortalDetectionTest, PortalDetectionBadUrl) { function in namespace:shill
2019 TEST_F(DevicePortalDetectionTest, PortalDetectionStart) { function in namespace:shill
2050 TEST_F(DevicePortalDetectionTest, PortalDetectionStartIPv6) { function in namespace:shill
2081 TEST_F(DevicePortalDetectionTest, PortalDetectionNonFinal) { function in namespace:shill
2102 TEST_F(DevicePortalDetectionTest, PortalDetectionFailure) { function in namespace:shill
2135 TEST_F(DevicePortalDetectionTest, PortalDetectionSuccess) { function in namespace:shill
2162 TEST_F(DevicePortalDetectionTest, PortalDetectionSuccessAfterFailure) { function in namespace:shill
2218 TEST_F(DevicePortalDetectionTest, RequestPortalDetection) { function in namespace:shill
2262 TEST_F(DevicePortalDetectionTest, RequestStartConnectivityTest) { function in namespace:shill
2277 TEST_F(DevicePortalDetectionTest, NotConnected) { function in namespace:shill
2285 TEST_F(DevicePortalDetectionTest, NotPortal) { function in namespace:shill
2293 TEST_F(DevicePortalDetectionTest, NotDefault) { function in namespace:shill
2303 TEST_F(DevicePortalDetectionTest, PortalIntervalIsZero) { function in namespace:shill
2315 TEST_F(DevicePortalDetectionTest, RestartPortalDetection) { function in namespace:shill
2335 TEST_F(DevicePortalDetectionTest, CancelledOnSelectService) { function in namespace:shill
2345 TEST_F(DevicePortalDetectionTest, PortalDetectionDNSFailure) { function in namespace:shill
2415 TEST_F(DevicePortalDetectionTest, FallbackDNSResultCallback) { function in namespace:shill
2485 TEST_F(DevicePortalDetectionTest, ConfigDNSResultCallback) { function in namespace:shill
2526 TEST_F(DevicePortalDetectionTest, DestroyConnection) { function in namespace:shill
2648 TEST_F(DeviceByteCountTest, GetByteCounts) { function in namespace:shill
[all...]
H A Darp_client_unittest.cc150 TEST_F(ArpClientTest, Constructor) { function in namespace:shill
155 TEST_F(ArpClientTest, SocketOpenFail) { function in namespace:shill
166 TEST_F(ArpClientTest, SocketFilterFail) { function in namespace:shill
177 TEST_F(ArpClientTest, SocketNonBlockingFail) { function in namespace:shill
189 TEST_F(ArpClientTest, SocketBindFail) { function in namespace:shill
202 TEST_F(ArpClientTest, StartSuccess) { function in namespace:shill
206 TEST_F(ArpClientTest, StartMultipleTimes) { function in namespace:shill
213 TEST_F(ArpClientTest, Receive) { function in namespace:shill
259 TEST_F(ArpClientTest, Transmit) { function in namespace:shill
/system/connectivity/shill/wifi/
H A Dcallback80211_metrics_unittest.cc158 TEST_F(Callback80211MetricsTest, DisconnectMessage) { function in namespace:shill
167 TEST_F(Callback80211MetricsTest, DeauthMessage) { function in namespace:shill
177 TEST_F(Callback80211MetricsTest, EmptyDisconnectMessage) { function in namespace:shill
186 TEST_F(Callback80211MetricsTest, EmptyDeauthMessage) { function in namespace:shill
196 TEST_F(Callback80211MetricsTest, Nl80211NotDisconnectDeauthMessage) { function in namespace:shill
204 TEST_F(Callback80211MetricsTest, NotNl80211Message) { function in namespace:shill
H A Dtdls_manager_unittest.cc83 TEST_F(TDLSManagerTest, DiscoverPeer) { function in namespace:shill
117 TEST_F(TDLSManagerTest, SetupPeer) { function in namespace:shill
141 TEST_F(TDLSManagerTest, TeardownPeer) { function in namespace:shill
165 TEST_F(TDLSManagerTest, PeerStatus) { function in namespace:shill
213 TEST_F(TDLSManagerTest, OnDiscoverResponseReceived) { function in namespace:shill
230 TEST_F(TDLSManagerTest, PeerDiscoveryCleanup) { function in namespace:shill
H A Dwifi_endpoint_unittest.cc220 TEST_F(WiFiEndpointTest, ParseKeyManagementMethodsEAP) { function in namespace:shill
231 TEST_F(WiFiEndpointTest, ParseKeyManagementMethodsPSK) { function in namespace:shill
242 TEST_F(WiFiEndpointTest, ParseKeyManagementMethodsEAPAndPSK) { function in namespace:shill
254 TEST_F(WiFiEndpointTest, ParseSecurityRSN802_1x) { function in namespace:shill
259 TEST_F(WiFiEndpointTest, ParseSecurityWPA802_1x) { function in namespace:shill
264 TEST_F(WiFiEndpointTest, ParseSecurityRSNPSK) { function in namespace:shill
269 TEST_F(WiFiEndpointTest, ParseSecurityWPAPSK) { function in namespace:shill
274 TEST_F(WiFiEndpointTest, ParseSecurityWEP) { function in namespace:shill
278 TEST_F(WiFiEndpointTest, ParseSecurityNone) { function in namespace:shill
283 TEST_F(WiFiEndpointTes function in namespace:shill
296 TEST_F(WiFiEndpointTest, SSIDWithNull) { function in namespace:shill
302 TEST_F(WiFiEndpointTest, DeterminePhyModeFromFrequency) { function in namespace:shill
331 TEST_F(WiFiEndpointTest, ParseIEs) { function in namespace:shill
408 TEST_F(WiFiEndpointTest, ParseVendorIEs) { function in namespace:shill
542 TEST_F(WiFiEndpointTest, ParseWPACapabilities) { function in namespace:shill
637 TEST_F(WiFiEndpointTest, ParseCountryCode) { function in namespace:shill
688 TEST_F(WiFiEndpointTest, PropertiesChangedNone) { function in namespace:shill
700 TEST_F(WiFiEndpointTest, PropertiesChangedStrength) { function in namespace:shill
715 TEST_F(WiFiEndpointTest, PropertiesChangedNetworkMode) { function in namespace:shill
727 TEST_F(WiFiEndpointTest, PropertiesChangedSecurityMode) { function in namespace:shill
784 TEST_F(WiFiEndpointTest, HasRsnWpaProperties) { function in namespace:shill
812 TEST_F(WiFiEndpointTest, HasTetheringSignature) { function in namespace:shill
[all...]
H A Dwifi_unittest.cc492 TEST_F(WiFiPropertyTest, Contains) { function in namespace:shill
497 TEST_F(WiFiPropertyTest, SetProperty) { function in namespace:shill
534 TEST_F(WiFiPropertyTest, BgscanMethodProperty) { function in namespace:shill
1529 TEST_F(WiFiMainTest, ProxiesSetUpDuringStart) { function in namespace:shill
1536 TEST_F(WiFiMainTest, SupplicantPresent) { function in namespace:shill
1540 TEST_F(WiFiMainTest, RoamThresholdProperty) { function in namespace:shill
1568 TEST_F(WiFiMainTest, OnSupplicantAppearStarted) { function in namespace:shill
1592 TEST_F(WiFiMainTest, OnSupplicantAppearStopped) { function in namespace:shill
1604 TEST_F(WiFiMainTest, OnSupplicantVanishStarted) { function in namespace:shill
1616 TEST_F(WiFiMainTes function in namespace:shill
1623 TEST_F(WiFiMainTest, OnSupplicantVanishedWhileConnected) { function in namespace:shill
1645 TEST_F(WiFiMainTest, CleanStart_FullScan) { function in namespace:shill
1658 TEST_F(WiFiMainTest, CleanStart) { function in namespace:shill
1670 TEST_F(WiFiMainTest, ClearCachedCredentials) { function in namespace:shill
1678 TEST_F(WiFiMainTest, NotifyEndpointChanged) { function in namespace:shill
1685 TEST_F(WiFiMainTest, RemoveNetwork) { function in namespace:shill
1693 TEST_F(WiFiMainTest, UseArpGateway) { function in namespace:shill
1721 TEST_F(WiFiMainTest, RemoveNetworkFailed) { function in namespace:shill
1729 TEST_F(WiFiMainTest, Restart_FullScan) { function in namespace:shill
1740 TEST_F(WiFiMainTest, Restart) { function in namespace:shill
1749 TEST_F(WiFiMainTest, StartClearsState) { function in namespace:shill
1755 TEST_F(WiFiMainTest, NoScansWhileConnecting_FullScan) { function in namespace:shill
1811 TEST_F(WiFiMainTest, NoScansWhileConnecting) { function in namespace:shill
1863 TEST_F(WiFiMainTest, ResetScanStateWhenScanFailed) { function in namespace:shill
1871 TEST_F(WiFiMainTest, ResumeStartsScanWhenIdle_FullScan) { function in namespace:shill
1884 TEST_F(WiFiMainTest, ResumeStartsScanWhenIdle) { function in namespace:shill
1899 TEST_F(WiFiMainTest, ResumeDoesNotScanIfConnected) { function in namespace:shill
1916 TEST_F(WiFiMainTest, SuspendDoesNotStartScan_FullScan) { function in namespace:shill
1928 TEST_F(WiFiMainTest, SuspendDoesNotStartScan) { function in namespace:shill
1940 TEST_F(WiFiMainTest, ResumeDoesNotStartScanWhenNotIdle_FullScan) { function in namespace:shill
1957 TEST_F(WiFiMainTest, ResumeDoesNotStartScanWhenNotIdle) { function in namespace:shill
1974 TEST_F(WiFiMainTest, ResumeWithCurrentService) { function in namespace:shill
1983 TEST_F(WiFiMainTest, ScanResults) { function in namespace:shill
2014 TEST_F(WiFiMainTest, ScanCompleted) { function in namespace:shill
2043 TEST_F(WiFiMainTest, LoneBSSRemovedWhileConnected) { function in namespace:shill
2058 TEST_F(WiFiMainTest, NonSolitaryBSSRemoved) { function in namespace:shill
2070 TEST_F(WiFiMainTest, ReconnectPreservesDBusPath) { function in namespace:shill
2091 TEST_F(WiFiMainTest, DisconnectPendingService) { function in namespace:shill
2105 TEST_F(WiFiMainTest, DisconnectPendingServiceWithFailure) { function in namespace:shill
2118 TEST_F(WiFiMainTest, DisconnectPendingServiceWithCurrent) { function in namespace:shill
2148 TEST_F(WiFiMainTest, DisconnectCurrentService) { function in namespace:shill
2176 TEST_F(WiFiMainTest, DisconnectCurrentServiceWithFailure) { function in namespace:shill
2203 TEST_F(WiFiMainTest, DisconnectCurrentServiceWithErrors) { function in namespace:shill
2218 TEST_F(WiFiMainTest, DisconnectCurrentServiceWithPending) { function in namespace:shill
2238 TEST_F(WiFiMainTest, DisconnectCurrentServiceWhileRoaming) { function in namespace:shill
2260 TEST_F(WiFiMainTest, DisconnectWithWiFiServiceConnected) { function in namespace:shill
2281 TEST_F(WiFiMainTest, DisconnectWithWiFiServiceIdle) { function in namespace:shill
2306 TEST_F(WiFiMainTest, DisconnectWithWiFiServiceConnectedInError) { function in namespace:shill
2331 TEST_F(WiFiMainTest, TimeoutPendingServiceWithEndpoints) { function in namespace:shill
2370 TEST_F(WiFiMainTest, TimeoutPendingServiceWithoutEndpoints) { function in namespace:shill
2391 TEST_F(WiFiMainTest, DisconnectInvalidService) { function in namespace:shill
2399 TEST_F(WiFiMainTest, DisconnectCurrentServiceFailure) { function in namespace:shill
2410 TEST_F(WiFiMainTest, Stop) { function in namespace:shill
2428 TEST_F(WiFiMainTest, StopWhileConnected) { function in namespace:shill
2443 TEST_F(WiFiMainTest, ReconnectTimer) { function in namespace:shill
2483 TEST_F(WiFiMainTest, ScanHidden_FullScan) { function in namespace:shill
2498 TEST_F(WiFiMainTest, ScanHidden) { function in namespace:shill
2514 TEST_F(WiFiMainTest, ScanNoHidden_FullScan) { function in namespace:shill
2525 TEST_F(WiFiMainTest, ScanNoHidden) { function in namespace:shill
2538 TEST_F(WiFiMainTest, ScanWiFiDisabledAfterResume) { function in namespace:shill
2552 TEST_F(WiFiMainTest, ScanRejected) { function in namespace:shill
2564 TEST_F(WiFiMainTest, ProgressiveScanFound) { function in namespace:shill
2597 TEST_F(WiFiMainTest, ProgressiveScanNotFound) { function in namespace:shill
2636 TEST_F(WiFiMainTest, ProgressiveScanError) { function in namespace:shill
2659 TEST_F(WiFiMainTest, InitialSupplicantState) { function in namespace:shill
2663 TEST_F(WiFiMainTest, StateChangeNoService) { function in namespace:shill
2669 TEST_F(WiFiMainTest, StateChangeWithService) { function in namespace:shill
2683 TEST_F(WiFiMainTest, StateChangeBackwardsWithService) { function in namespace:shill
2706 TEST_F(WiFiMainTest, ConnectToServiceWithoutRecentIssues) { function in namespace:shill
2718 TEST_F(WiFiMainTest, ConnectToServiceWithRecentIssues) { function in namespace:shill
2752 TEST_F(WiFiMainTest, CurrentBSSChangeConnectedToDisconnected) { function in namespace:shill
2765 TEST_F(WiFiMainTest, CurrentBSSChangeConnectedToConnectedNewService) { function in namespace:shill
2790 TEST_F(WiFiMainTest, CurrentBSSChangedUpdateServiceEndpoint) { function in namespace:shill
2817 TEST_F(WiFiMainTest, DisconnectReasonUpdated) { function in namespace:shill
2834 TEST_F(WiFiMainTest, DisconnectReasonCleared) { function in namespace:shill
2847 TEST_F(WiFiMainTest, NewConnectPreemptsPending) { function in namespace:shill
2859 TEST_F(WiFiMainTest, ConnectedToUnintendedPreemptsPending) { function in namespace:shill
2881 TEST_F(WiFiMainTest, IsIdle) { function in namespace:shill
2895 TEST_F(WiFiMainTest, AddNetworkArgs) { function in namespace:shill
2906 TEST_F(WiFiMainTest, AddNetworkArgsNoBgscan) { function in namespace:shill
2916 TEST_F(WiFiMainTest, AppendBgscan) { function in namespace:shill
2971 TEST_F(WiFiMainTest, StateAndIPIgnoreLinkEvent) { function in namespace:shill
2984 TEST_F(WiFiMainTest, SupplicantCompletedAlreadyConnected) { function in namespace:shill
3007 TEST_F(WiFiMainTest, BSSAddedCreatesBSSProxy) { function in namespace:shill
3017 TEST_F(WiFiMainTest, BSSRemovedDestroysBSSProxy) { function in namespace:shill
3033 TEST_F(WiFiMainTest, FlushBSSOnResume) { function in namespace:shill
3048 TEST_F(WiFiMainTest, CallWakeOnWiFi_OnScanDone) { function in namespace:shill
3079 TEST_F(WiFiMainTest, ScanTimerIdle_FullScan) { function in namespace:shill
3095 TEST_F(WiFiMainTest, ScanTimerIdle) { function in namespace:shill
3109 TEST_F(WiFiMainTest, ScanTimerScanning) { function in namespace:shill
3124 TEST_F(WiFiMainTest, ScanTimerConnecting) { function in namespace:shill
3139 TEST_F(WiFiMainTest, ScanTimerSuspending) { function in namespace:shill
3156 TEST_F(WiFiMainTest, ScanTimerReconfigured) { function in namespace:shill
3165 TEST_F(WiFiMainTest, ScanTimerResetOnScanDone) { function in namespace:shill
3174 TEST_F(WiFiMainTest, ScanTimerStopOnZeroInterval) { function in namespace:shill
3182 TEST_F(WiFiMainTest, ScanOnDisconnectWithHidden_FullScan) { function in namespace:shill
3199 TEST_F(WiFiMainTest, ScanOnDisconnectWithHidden) { function in namespace:shill
3216 TEST_F(WiFiMainTest, NoScanOnDisconnectWithoutHidden) { function in namespace:shill
3228 TEST_F(WiFiMainTest, LinkMonitorFailure) { function in namespace:shill
3274 TEST_F(WiFiMainTest, UnreliableLink) { function in namespace:shill
3283 TEST_F(WiFiMainTest, SuspectCredentialsOpen) { function in namespace:shill
3289 TEST_F(WiFiMainTest, SuspectCredentialsWPA) { function in namespace:shill
3301 TEST_F(WiFiMainTest, SuspectCredentialsWEP) { function in namespace:shill
3365 TEST_F(WiFiMainTest, SuspectCredentialsEAPInProgress) { function in namespace:shill
3391 TEST_F(WiFiMainTest, SuspectCredentialsYieldFailureWPA) { function in namespace:shill
3406 TEST_F(WiFiMainTest, SuspectCredentialsYieldFailureEAP) { function in namespace:shill
3426 TEST_F(WiFiMainTest, ReportConnectedToServiceAfterWake_CallsWakeOnWiFi) { function in namespace:shill
3474 TEST_F(WiFiTimerTest, FastRescan) { function in namespace:shill
3494 TEST_F(WiFiTimerTest, ReconnectTimer) { function in namespace:shill
3523 TEST_F(WiFiTimerTest, RequestStationInfo) { function in namespace:shill
3718 TEST_F(WiFiTimerTest, ResumeDispatchesConnectivityReportTask) { function in namespace:shill
3729 TEST_F(WiFiTimerTest, StartScanTimer_ReturnsImmediately) { function in namespace:shill
3737 TEST_F(WiFiTimerTest, StartScanTimer_HaveFastScansRemaining) { function in namespace:shill
3747 TEST_F(WiFiTimerTest, StartScanTimer_NoFastScansRemaining) { function in namespace:shill
3756 TEST_F(WiFiMainTest, EAPCertification) { function in namespace:shill
3785 TEST_F(WiFiTimerTest, ScanDoneDispatchesTasks) { function in namespace:shill
3800 TEST_F(WiFiMainTest, EAPEvent) { function in namespace:shill
3856 TEST_F(WiFiMainTest, PendingScanDoesNotCrashAfterStop) { function in namespace:shill
3877 TEST_F(WiFiMainTest, GetGeolocationObjects) { function in namespace:shill
3907 TEST_F(WiFiMainTest, SetSupplicantDebugLevel) { function in namespace:shill
4013 TEST_F(WiFiMainTest, LogSSID) { function in namespace:shill
4020 TEST_F(WiFiMainTest, CustomSetterNoopChange) { function in namespace:shill
4055 TEST_F(WiFiMainTest, FullScanFindsNothing) { function in namespace:shill
4073 TEST_F(WiFiMainTest, FullScanConnectingToConnected) { function in namespace:shill
4096 TEST_F(WiFiMainTest, ProgressiveScanConnectingToConnected) { function in namespace:shill
4118 TEST_F(WiFiMainTest, ProgressiveScanConnectingToNotFound) { function in namespace:shill
4141 TEST_F(WiFiMainTest, ScanStateUma) { function in namespace:shill
4157 TEST_F(WiFiMainTest, ScanStateNotScanningNoUma) { function in namespace:shill
4169 TEST_F(WiFiMainTest, ConnectToServiceNotPending) { function in namespace:shill
4201 TEST_F(WiFiMainTest, ConnectToWithError) { function in namespace:shill
4218 TEST_F(WiFiMainTest, ScanStateHandleDisconnect) { function in namespace:shill
4242 TEST_F(WiFiMainTest, ConnectWhileNotScanning) { function in namespace:shill
4281 TEST_F(WiFiMainTest, BackgroundScan) { function in namespace:shill
4297 TEST_F(WiFiMainTest, ProgressiveScanDuringFull) { function in namespace:shill
4312 TEST_F(WiFiMainTest, FullScanDuringProgressive) { function in namespace:shill
4327 TEST_F(WiFiMainTest, TDLSDiscoverResponse) { function in namespace:shill
4337 TEST_F(WiFiMainTest, PerformTDLSOperation) { function in namespace:shill
4352 TEST_F(WiFiMainTest, OnNewWiphy) { function in namespace:shill
4369 TEST_F(WiFiMainTest, StateChangedUpdatesMac80211Monitor) { function in namespace:shill
4378 TEST_F(WiFiMainTest, OnIPConfigUpdated_InvokesOnConnectedAndReachable) { function in namespace:shill
4413 TEST_F(WiFiMainTest, OnBeforeSuspend_CallsWakeOnWiFi) { function in namespace:shill
4429 TEST_F(WiFiMainTest, OnDarkResume_CallsWakeOnWiFi) { function in namespace:shill
4444 TEST_F(WiFiMainTest, RemoveSupplicantNetworks) { function in namespace:shill
4461 TEST_F(WiFiMainTest, InitiateScan_Idle) { function in namespace:shill
4475 TEST_F(WiFiMainTest, InitiateScan_NotIdle) { function in namespace:shill
4492 TEST_F(WiFiMainTest, InitiateScanInDarkResume_Idle) { function in namespace:shill
4506 TEST_F(WiFiMainTest, InitiateScanInDarkResume_NotIdle) { function in namespace:shill
4526 TEST_F(WiFiMainTest, TriggerPassiveScan_NoResults) { function in namespace:shill
4543 TEST_F(WiFiMainTest, TriggerPassiveScan_HasResults) { function in namespace:shill
4560 TEST_F(WiFiMainTest, PendingScanEvents) { function in namespace:shill
4596 TEST_F(WiFiMainTest, ParseWiphyIndex_Success) { function in namespace:shill
4607 TEST_F(WiFiMainTest, ParseWiphyIndex_Failure) { function in namespace:shill
4626 TEST_F(WiFiMainTest, OnScanStarted_ActiveScan) { function in namespace:shill
4636 TEST_F(WiFiMainTest, OnScanStarted_PassiveScan) { function in namespace:shill
[all...]
/system/update_engine/payload_consumer/
H A Dxz_extent_writer_unittest.cc115 TEST_F(XzExtentWriterTest, CreateAndDestroy) { function in namespace:chromeos_update_engine
121 TEST_F(XzExtentWriterTest, CompressedSampleData) { function in namespace:chromeos_update_engine
127 TEST_F(XzExtentWriterTest, CompressedSampleDataWithCrc) { function in namespace:chromeos_update_engine
133 TEST_F(XzExtentWriterTest, CompressedDataBiggerThanTheBuffer) { function in namespace:chromeos_update_engine
142 TEST_F(XzExtentWriterTest, GarbageDataRejected) { function in namespace:chromeos_update_engine
151 TEST_F(XzExtentWriterTest, PartialDataIsKept) { function in namespace:chromeos_update_engine
H A Dfilesystem_verifier_action_unittest.cc122 TEST_F(FilesystemVerifierActionTest, DISABLED_RunAsRootSimpleTest) { function in namespace:chromeos_update_engine
262 TEST_F(FilesystemVerifierActionTest, MissingInputObjectTest) { function in namespace:chromeos_update_engine
282 TEST_F(FilesystemVerifierActionTest, NonExistentDriveTest) { function in namespace:chromeos_update_engine
312 TEST_F(FilesystemVerifierActionTest, RunAsRootVerifyHashTest) { function in namespace:chromeos_update_engine
318 TEST_F(FilesystemVerifierActionTest, RunAsRootVerifyHashFailTest) { function in namespace:chromeos_update_engine
323 TEST_F(FilesystemVerifierActionTest, RunAsRootTerminateEarlyTest) { function in namespace:chromeos_update_engine
334 TEST_F(FilesystemVerifierActionTest, function in namespace:chromeos_update_engine
/system/weaved/buffet/
H A Dbinder_command_proxy_unittest.cc109 TEST_F(BinderCommandProxyTest, Init) { function in namespace:buffet
127 TEST_F(BinderCommandProxyTest, SetProgress) { function in namespace:buffet
134 TEST_F(BinderCommandProxyTest, Complete) { function in namespace:buffet
146 TEST_F(BinderCommandProxyTest, Abort) { function in namespace:buffet
153 TEST_F(BinderCommandProxyTest, Cancel) { function in namespace:buffet
158 TEST_F(BinderCommandProxyTest, Pause) { function in namespace:buffet
/system/connectivity/shill/cellular/
H A Dcellular_service_unittest.cc96 TEST_F(CellularServiceTest, Constructor) { function in namespace:shill
100 TEST_F(CellularServiceTest, SetActivationState) { function in namespace:shill
152 TEST_F(CellularServiceTest, SetNetworkTechnology) { function in namespace:shill
161 TEST_F(CellularServiceTest, SetRoamingState) { function in namespace:shill
170 TEST_F(CellularServiceTest, SetStorageIdentifier) { function in namespace:shill
178 TEST_F(CellularServiceTest, SetServingOperator) { function in namespace:shill
199 TEST_F(CellularServiceTest, SetOLP) { function in namespace:shill
220 TEST_F(CellularServiceTest, SetUsageURL) { function in namespace:shill
230 TEST_F(CellularServiceTest, SetApn) { function in namespace:shill
261 TEST_F(CellularServiceTes function in namespace:shill
299 TEST_F(CellularServiceTest, LastGoodApn) { function in namespace:shill
337 TEST_F(CellularServiceTest, IsAutoConnectable) { function in namespace:shill
442 TEST_F(CellularServiceTest, LoadResetsPPPAuthFailure) { function in namespace:shill
483 TEST_F(CellularServiceTest, PropertyChanges) { function in namespace:shill
516 TEST_F(CellularServiceTest, CustomSetterNoopChange) { function in namespace:shill
[all...]
H A Dcellular_unittest.cc109 TEST_F(CellularPropertyTest, Contains) { function in namespace:shill
114 TEST_F(CellularPropertyTest, SetProperty) { function in namespace:shill
652 TEST_F(CellularTest, GetStateString) { function in namespace:shill
665 TEST_F(CellularTest, GetModemStateString) { function in namespace:shill
694 TEST_F(CellularTest, StartCDMARegister) { function in namespace:shill
710 TEST_F(CellularTest, StartGSMRegister) { function in namespace:shill
761 TEST_F(CellularTest, StartConnected) { function in namespace:shill
775 TEST_F(CellularTest, StartLinked) { function in namespace:shill
795 TEST_F(CellularTest, FriendlyServiceName) { function in namespace:shill
932 TEST_F(CellularTes function in namespace:shill
1056 TEST_F(CellularTest, StorageIdentifier) { function in namespace:shill
1145 TEST_F(CellularTest, Connect) { function in namespace:shill
1199 TEST_F(CellularTest, Disconnect) { function in namespace:shill
1216 TEST_F(CellularTest, DisconnectFailure) { function in namespace:shill
1237 TEST_F(CellularTest, ConnectFailure) { function in namespace:shill
1251 TEST_F(CellularTest, ConnectFailureNoService) { function in namespace:shill
1268 TEST_F(CellularTest, ConnectSuccessNoService) { function in namespace:shill
1284 TEST_F(CellularTest, LinkEventWontDestroyService) { function in namespace:shill
1294 TEST_F(CellularTest, UseNoArpGateway) { function in namespace:shill
1300 TEST_F(CellularTest, ModemStateChangeEnable) { function in namespace:shill
1328 TEST_F(CellularTest, ModemStateChangeDisable) { function in namespace:shill
1353 TEST_F(CellularTest, ModemStateChangeStaleConnected) { function in namespace:shill
1366 TEST_F(CellularTest, ModemStateChangeValidConnected) { function in namespace:shill
1374 TEST_F(CellularTest, ModemStateChangeLostRegistration) { function in namespace:shill
1384 TEST_F(CellularTest, StartModemCallback) { function in namespace:shill
1393 TEST_F(CellularTest, StartModemCallbackFail) { function in namespace:shill
1402 TEST_F(CellularTest, StopModemCallback) { function in namespace:shill
1412 TEST_F(CellularTest, StopModemCallbackFail) { function in namespace:shill
1422 TEST_F(CellularTest, SetAllowRoaming) { function in namespace:shill
1440 TEST_F(CellularTest, LinkEventUpWithPPP) { function in namespace:shill
1458 TEST_F(CellularTest, LinkEventUpWithoutPPP) { function in namespace:shill
1468 TEST_F(CellularTest, StartPPP) { function in namespace:shill
1474 TEST_F(CellularTest, StartPPPAlreadyStarted) { function in namespace:shill
1482 TEST_F(CellularTest, StartPPPAfterEthernetUp) { function in namespace:shill
1496 TEST_F(CellularTest, GetLogin) { function in namespace:shill
1512 TEST_F(CellularTest, Notify) { function in namespace:shill
1598 TEST_F(CellularTest, PPPConnectionFailedBeforeAuth) { function in namespace:shill
1618 TEST_F(CellularTest, PPPConnectionFailedDuringAuth) { function in namespace:shill
1639 TEST_F(CellularTest, PPPConnectionFailedAfterAuth) { function in namespace:shill
1662 TEST_F(CellularTest, OnPPPDied) { function in namespace:shill
1670 TEST_F(CellularTest, OnPPPDiedCleanupDevice) { function in namespace:shill
1685 TEST_F(CellularTest, DropConnection) { function in namespace:shill
1693 TEST_F(CellularTest, DropConnectionPPP) { function in namespace:shill
1702 TEST_F(CellularTest, ChangeServiceState) { function in namespace:shill
1717 TEST_F(CellularTest, ChangeServiceStatePPP) { function in namespace:shill
1738 TEST_F(CellularTest, StopPPPOnDisconnect) { function in namespace:shill
1748 TEST_F(CellularTest, StopPPPOnSuspend) { function in namespace:shill
1757 TEST_F(CellularTest, OnAfterResumeDisabledWantDisabled) { function in namespace:shill
1777 TEST_F(CellularTest, OnAfterResumeDisableInProgressWantDisabled) { function in namespace:shill
1816 TEST_F(CellularTest, OnAfterResumeDisableQueuedWantEnabled) { function in namespace:shill
1881 TEST_F(CellularTest, OnAfterResumePowerDownInProgressWantEnabled) { function in namespace:shill
1972 TEST_F(CellularTest, OnAfterResumeDisabledWantEnabled) { function in namespace:shill
1997 TEST_F(CellularTest, CustomSetterNoopChange) { function in namespace:shill
2004 TEST_F(CellularTest, ScanImmediateFailure) { function in namespace:shill
2020 TEST_F(CellularTest, ScanAsynchronousFailure) { function in namespace:shill
2045 TEST_F(CellularTest, ScanSuccess) { function in namespace:shill
2071 TEST_F(CellularTest, EstablishLinkDHCP) { function in namespace:shill
2092 TEST_F(CellularTest, EstablishLinkPPP) { function in namespace:shill
2109 TEST_F(CellularTest, EstablishLinkStatic) { function in namespace:shill
[all...]
/system/tpm/trunks/
H A Dresource_manager_test.cc253 TEST_F(ResourceManagerTest, BasicPassThrough) { function in namespace:trunks
268 TEST_F(ResourceManagerTest, BasicPassThroughAsync) { function in namespace:trunks
286 TEST_F(ResourceManagerTest, VirtualHandleOutput) { function in namespace:trunks
310 TEST_F(ResourceManagerTest, VirtualHandleInput) { function in namespace:trunks
335 TEST_F(ResourceManagerTest, VirtualHandleCleanup) { function in namespace:trunks
381 TEST_F(ResourceManagerTest, VirtualHandleLoadBeforeUse) { function in namespace:trunks
407 TEST_F(ResourceManagerTest, InvalidVirtualHandle) { function in namespace:trunks
419 TEST_F(ResourceManagerTest, SimpleFuzzInputParser) { function in namespace:trunks
446 TEST_F(ResourceManagerTest, SimpleFuzzOutputParser) { function in namespace:trunks
482 TEST_F(ResourceManagerTes function in namespace:trunks
501 TEST_F(ResourceManagerTest, DiscontinuedSession) { function in namespace:trunks
525 TEST_F(ResourceManagerTest, LoadSessionBeforeUse) { function in namespace:trunks
547 TEST_F(ResourceManagerTest, SessionHandleCleanup) { function in namespace:trunks
575 TEST_F(ResourceManagerTest, EvictWhenObjectInUse) { function in namespace:trunks
602 TEST_F(ResourceManagerTest, EvictWhenSessionInUse) { function in namespace:trunks
626 TEST_F(ResourceManagerTest, EvictMultipleObjects) { function in namespace:trunks
654 TEST_F(ResourceManagerTest, EvictMostStaleSession) { function in namespace:trunks
704 TEST_F(ResourceManagerTest, HandleContextGap) { function in namespace:trunks
741 TEST_F(ResourceManagerTest, ExternalContext) { function in namespace:trunks
801 TEST_F(ResourceManagerTest, NestedFailures) { function in namespace:trunks
842 TEST_F(ResourceManagerTest, OutOfMemory) { function in namespace:trunks
854 TEST_F(ResourceManagerTest, ReentrantFixGap) { function in namespace:trunks
878 TEST_F(ResourceManagerTest, PasswordAuthorization) { function in namespace:trunks
[all...]
/system/update_engine/
H A Domaha_response_handler_action_unittest.cc137 TEST_F(OmahaResponseHandlerActionTest, SimpleTest) { function in namespace:chromeos_update_engine
212 TEST_F(OmahaResponseHandlerActionTest, NoUpdatesTest) { function in namespace:chromeos_update_engine
220 TEST_F(OmahaResponseHandlerActionTest, HashChecksForHttpTest) { function in namespace:chromeos_update_engine
240 TEST_F(OmahaResponseHandlerActionTest, HashChecksForUnofficialUpdateUrl) { function in namespace:chromeos_update_engine
259 TEST_F(OmahaResponseHandlerActionTest, function in namespace:chromeos_update_engine
281 TEST_F(OmahaResponseHandlerActionTest, HashChecksForHttpsTest) { function in namespace:chromeos_update_engine
300 TEST_F(OmahaResponseHandlerActionTest, HashChecksForBothHttpAndHttpsTest) { function in namespace:chromeos_update_engine
320 TEST_F(OmahaResponseHandlerActionTest, ChangeToMoreStableChannelTest) { function in namespace:chromeos_update_engine
362 TEST_F(OmahaResponseHandlerActionTest, ChangeToLessStableChannelTest) { function in namespace:chromeos_update_engine
404 TEST_F(OmahaResponseHandlerActionTes function in namespace:chromeos_update_engine
[all...]
H A Dp2p_manager_unittest.cc109 TEST_F(P2PManagerTest, P2PEnabledInitAndNotChanged) { function in namespace:chromeos_update_engine
120 TEST_F(P2PManagerTest, P2PEnabledInitAndChanged) { function in namespace:chromeos_update_engine
134 TEST_F(P2PManagerTest, HousekeepingCountLimit) { function in namespace:chromeos_update_engine
187 TEST_F(P2PManagerTest, HousekeepingAgeLimit) { function in namespace:chromeos_update_engine
342 TEST_F(P2PManagerTest, ShareFile) { function in namespace:chromeos_update_engine
364 TEST_F(P2PManagerTest, MakeFileVisible) { function in namespace:chromeos_update_engine
390 TEST_F(P2PManagerTest, ExistingFiles) { function in namespace:chromeos_update_engine
435 TEST_F(P2PManagerTest, StartP2P) { function in namespace:chromeos_update_engine
450 TEST_F(P2PManagerTest, StopP2P) { function in namespace:chromeos_update_engine
472 TEST_F(P2PManagerTes function in namespace:chromeos_update_engine
[all...]
/system/connectivity/shill/vpn/
H A Dl2tp_ipsec_driver_unittest.cc246 TEST_F(L2TPIPSecDriverTest, GetProviderType) { function in namespace:shill
250 TEST_F(L2TPIPSecDriverTest, Cleanup) { function in namespace:shill
279 TEST_F(L2TPIPSecDriverTest, DeleteTemporaryFiles) { function in namespace:shill
287 TEST_F(L2TPIPSecDriverTest, InitOptionsNoHost) { function in namespace:shill
295 TEST_F(L2TPIPSecDriverTest, InitOptions) { function in namespace:shill
332 TEST_F(L2TPIPSecDriverTest, InitPSKOptions) { function in namespace:shill
365 TEST_F(L2TPIPSecDriverTest, InitPEMOptions) { function in namespace:shill
382 TEST_F(L2TPIPSecDriverTest, InitXauthOptions) { function in namespace:shill
444 TEST_F(L2TPIPSecDriverTest, AppendValueOption) { function in namespace:shill
471 TEST_F(L2TPIPSecDriverTes function in namespace:shill
500 TEST_F(L2TPIPSecDriverTest, GetLogin) { function in namespace:shill
519 TEST_F(L2TPIPSecDriverTest, OnL2TPIPSecVPNDied) { function in namespace:shill
528 TEST_F(L2TPIPSecDriverTest, SpawnL2TPIPSecVPN) { function in namespace:shill
552 TEST_F(L2TPIPSecDriverTest, Connect) { function in namespace:shill
570 TEST_F(L2TPIPSecDriverTest, Disconnect) { function in namespace:shill
581 TEST_F(L2TPIPSecDriverTest, OnConnectionDisconnected) { function in namespace:shill
588 TEST_F(L2TPIPSecDriverTest, OnConnectTimeout) { function in namespace:shill
597 TEST_F(L2TPIPSecDriverTest, InitPropertyStore) { function in namespace:shill
608 TEST_F(L2TPIPSecDriverTest, GetProvider) { function in namespace:shill
652 TEST_F(L2TPIPSecDriverTest, Notify) { function in namespace:shill
684 TEST_F(L2TPIPSecDriverTest, NotifyWithExistingDevice) { function in namespace:shill
705 TEST_F(L2TPIPSecDriverTest, NotifyDisconnected) { function in namespace:shill
[all...]
/system/connectivity/apmanager/
H A Ddevice_unittest.cc136 TEST_F(DeviceTest, RegisterInterface) { function in namespace:apmanager
150 TEST_F(DeviceTest, DeregisterInterface) { function in namespace:apmanager
167 TEST_F(DeviceTest, PreferredAPInterface) { function in namespace:apmanager
210 TEST_F(DeviceTest, DeviceWithoutAPModeSupport) { function in namespace:apmanager
217 TEST_F(DeviceTest, ParseWiphyCapability) { function in namespace:apmanager
295 TEST_F(DeviceTest, ClaimAndReleaseDeviceWithFullControl) { function in namespace:apmanager
328 TEST_F(DeviceTest, ClaimAndReleaseDeviceWithoutFullControl) { function in namespace:apmanager
/system/connectivity/shill/net/
H A Devent_history_unittest.cc104 TEST_F(EventHistoryTest, RecordEvent) { function in namespace:shill
120 TEST_F(EventHistoryTest, EventThresholdReached) { function in namespace:shill
142 TEST_F(EventHistoryTest, ExpireEventsBefore_EvictExpiredEvents) { function in namespace:shill
173 TEST_F(EventHistoryTest, ExpireEventsBefore_UseSuspendTime) { function in namespace:shill
203 TEST_F(EventHistoryTest, RecordEventAndExpireEventsBefore) { function in namespace:shill
235 TEST_F(EventHistoryTest, ConvertTimestampsToStrings) { function in namespace:shill
253 TEST_F(EventHistoryTest, CountEventsWithinInterval) { function in namespace:shill
/system/update_engine/payload_generator/
H A Dpayload_signer_unittest.cc151 TEST_F(PayloadSignerTest, LoadPayloadV1Test) { function in namespace:chromeos_update_engine
157 TEST_F(PayloadSignerTest, LoadPayloadV2Test) { function in namespace:chromeos_update_engine
163 TEST_F(PayloadSignerTest, SignSimpleTextTest) { function in namespace:chromeos_update_engine
181 TEST_F(PayloadSignerTest, VerifyAllSignatureTest) { function in namespace:chromeos_update_engine
195 TEST_F(PayloadSignerTest, VerifySignatureTest) { function in namespace:chromeos_update_engine
208 TEST_F(PayloadSignerTest, SkipMetadataSignatureTest) { function in namespace:chromeos_update_engine
233 TEST_F(PayloadSignerTest, VerifySignedPayloadTest) { function in namespace:chromeos_update_engine
/system/update_engine/update_manager/
H A Dupdate_manager_unittest.cc182 TEST_F(UmUpdateManagerTest, PolicyRequestCallUpdateCheckAllowed) { function in namespace:chromeos_update_manager
188 TEST_F(UmUpdateManagerTest, PolicyRequestCallUpdateCanStart) { function in namespace:chromeos_update_manager
219 TEST_F(UmUpdateManagerTest, PolicyRequestCallsDefaultOnError) { function in namespace:chromeos_update_manager
234 TEST_F(UmUpdateManagerTest, PolicyRequestDoesntBlockDeathTest) { function in namespace:chromeos_update_manager
243 TEST_F(UmUpdateManagerTest, AsyncPolicyRequestDelaysEvaluation) { function in namespace:chromeos_update_manager
261 TEST_F(UmUpdateManagerTest, AsyncPolicyRequestTimeoutDoesNotFire) { function in namespace:chromeos_update_manager
286 TEST_F(UmUpdateManagerTest, AsyncPolicyRequestTimesOut) { function in namespace:chromeos_update_manager
/system/core/debuggerd/test/
H A Dtombstone_test.cpp97 TEST_F(TombstoneTest, single_map) { function
129 TEST_F(TombstoneTest, single_map_elf_build_id) { function
166 TEST_F(TombstoneTest, single_map_no_build_id) { function
205 TEST_F(TombstoneTest, multiple_maps) { function
269 TEST_F(TombstoneTest, multiple_maps_fault_address_before) { function
325 TEST_F(TombstoneTest, multiple_maps_fault_address_between) { function
381 TEST_F(TombstoneTest, multiple_maps_fault_address_in_map) { function
435 TEST_F(TombstoneTest, multiple_maps_fault_address_after) { function
495 TEST_F(TombstoneTest, multiple_maps_getsiginfo_fail) { function
529 TEST_F(TombstoneTes function
593 TEST_F(TombstoneTest, dump_signal_info_error) { function
611 TEST_F(TombstoneTest, dump_log_file_error) { function
627 TEST_F(TombstoneTest, dump_header_info) { function
[all...]
/system/core/libion/tests/
H A Ddevice_test.cpp134 TEST_F(Device, KernelReadCached) function
168 TEST_F(Device, KernelWriteCached) function
202 TEST_F(Device, DMAReadCached) function
234 TEST_F(Device, DMAWriteCached) function
268 TEST_F(Device, KernelReadCachedNeedsSync) function
302 TEST_F(Device, KernelWriteCachedNeedsSync) function
336 TEST_F(Device, DMAReadCachedNeedsSync) function
370 TEST_F(Device, DMAWriteCachedNeedsSync) function
405 TEST_F(Device, KernelRead) function
439 TEST_F(Devic function
473 TEST_F(Device, DMARead) function
505 TEST_F(Device, DMAWrite) function
539 TEST_F(Device, IsCached) function
[all...]

Completed in 751 milliseconds

1234567891011>>