Searched refs:ShutDown (Results 1 – 11 of 11) sorted by relevance
61 TEST_F(PowerManagerClientTest, ShutDown) { in TEST_F() argument62 EXPECT_TRUE(client_.ShutDown(ShutdownReason::DEFAULT)); in TEST_F()66 EXPECT_TRUE(client_.ShutDown(ShutdownReason::USER_REQUESTED)); in TEST_F()
109 bool PowerManagerClient::ShutDown(ShutdownReason reason) { in ShutDown() function in android::PowerManagerClient
42 static void ShutDown();
87 bluetooth::Daemon::Get()->ShutDown(); in main()
162 void Daemon::ShutDown() { in ShutDown() function in bluetooth::Daemon
90 bool ShutDown(ShutdownReason reason);
57 CHECK(client.ShutDown(android::ShutdownReason::DEFAULT)); in main()
72 MOCK_CONST_METHOD2(ShutDown, int(int sockfd, int how));
124 virtual int ShutDown(int sockfd, int how) const;
165 int Sockets::ShutDown(int sockfd, int how) const { in ShutDown() function in shill::Sockets
74 bluetooth::Daemon::ShutDown(); in TearDown()