OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mac80211MonitorTest
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/wifi/
mac80211_monitor.h
66
friend class
Mac80211MonitorTest
;
67
FRIEND_TEST(
Mac80211MonitorTest
, CheckAreQueuesStuckMultipleReasons);
68
FRIEND_TEST(
Mac80211MonitorTest
, CheckAreQueuesStuckMultipleQueues);
69
FRIEND_TEST(
Mac80211MonitorTest
, CheckAreQueuesStuckNotStuck);
70
FRIEND_TEST(
Mac80211MonitorTest
, CheckAreQueuesStuckQueueLength);
71
FRIEND_TEST(
Mac80211MonitorTest
,
73
FRIEND_TEST(
Mac80211MonitorTest
, CheckAreQueuesStuckSingleReason);
74
FRIEND_TEST(
Mac80211MonitorTest
, ParseQueueStateBadInput);
75
FRIEND_TEST(
Mac80211MonitorTest
, ParseQueueStateSimple);
76
FRIEND_TEST(
Mac80211MonitorTest
, ParseQueueStateStopped)
[
all
...]
mac80211_monitor_unittest.cc
53
class
Mac80211MonitorTest
: public testing::Test {
55
Mac80211MonitorTest
()
61
base::Bind(&
Mac80211MonitorTest
::OnRepairHandler,
66
virtual ~
Mac80211MonitorTest
() {}
203
TEST_F(
Mac80211MonitorTest
, Ctor) {
208
TEST_F(
Mac80211MonitorTest
, Start) {
219
TEST_F(
Mac80211MonitorTest
, Stop) {
226
TEST_F(
Mac80211MonitorTest
, UpdateConnectedState) {
238
TEST_F(
Mac80211MonitorTest
, WakeQueuesIfNeededFullMacDevice) {
252
TEST_F(
Mac80211MonitorTest
, WakeQueuesIfNeededRearmsTimerWhenDisconnected)
[
all
...]
Completed in 1173 milliseconds