Home
last modified time | relevance | path

Searched refs:ShutDown (Results 1 – 11 of 11) sorted by relevance

/system/nativepower/client/
Dpower_manager_client_unittest.cc61 TEST_F(PowerManagerClientTest, ShutDown) { in TEST_F() argument
62 EXPECT_TRUE(client_.ShutDown(ShutdownReason::DEFAULT)); in TEST_F()
66 EXPECT_TRUE(client_.ShutDown(ShutdownReason::USER_REQUESTED)); in TEST_F()
Dpower_manager_client.cc109 bool PowerManagerClient::ShutDown(ShutdownReason reason) { in ShutDown() function in android::PowerManagerClient
/system/bt/service/
Ddaemon.h42 static void ShutDown();
Dmain.cpp87 bluetooth::Daemon::Get()->ShutDown(); in main()
Ddaemon.cpp162 void Daemon::ShutDown() { in ShutDown() function in bluetooth::Daemon
/system/nativepower/include/nativepower/
Dpower_manager_client.h90 bool ShutDown(ShutdownReason reason);
/system/nativepower/example/
Dpower_example.cc57 CHECK(client.ShutDown(android::ShutdownReason::DEFAULT)); in main()
/system/connectivity/shill/net/
Dmock_sockets.h72 MOCK_CONST_METHOD2(ShutDown, int(int sockfd, int how));
Dsockets.h124 virtual int ShutDown(int sockfd, int how) const;
Dsockets.cc165 int Sockets::ShutDown(int sockfd, int how) const { in ShutDown() function in shill::Sockets
/system/bt/service/test/
Dipc_linux_unittest.cpp74 bluetooth::Daemon::ShutDown(); in TearDown()