HomeSort by relevance Sort by last modified time
    Searched refs:link_up (Results 1 - 10 of 10) sorted by null

  /system/connectivity/shill/ethernet/
mock_ethernet.h 51 MOCK_CONST_METHOD0(link_up, bool());
ethernet_service_unittest.cc 97 EXPECT_CALL(*ethernet_, link_up()).WillRepeatedly(Return(true));
134 EXPECT_CALL(*ethernet_, link_up())
142 EXPECT_CALL(*ethernet_, link_up())
ethernet_service.cc 129 return ethernet_->link_up();
137 if (!ethernet_->link_up()) {
ethernet.h 99 virtual bool link_up() const { return link_up_; } function in class:shill::Ethernet
ethernet_unittest.cc 140 void SetLinkUp(bool link_up) { ethernet_->link_up_ = link_up; }
  /system/connectivity/shill/pppoe/
pppoe_service_unittest.cc 83 EXPECT_CALL(*ethernet_, link_up())
111 EXPECT_CALL(*ethernet_, link_up()).WillRepeatedly(Return(true));
121 EXPECT_CALL(*ethernet_, link_up()).WillRepeatedly(Return(true));
132 EXPECT_CALL(*ethernet_, link_up()).WillRepeatedly(Return(false));
169 EXPECT_CALL(*ethernet_, link_up()).WillRepeatedly(Return(true));
pppoe_service.cc 89 if (!ethernet()->link_up()) {
  /system/bt/bta/include/
bta_api.h 878 tBTA_DM_LINK_UP link_up; \/* ACL connection down event *\/ member in union:__anon71904
    [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/btif/src/
btif_dm.c     [all...]

Completed in 77 milliseconds