/system/connectivity/shill/dhcp/ |
D | dhcp_config.cc | 111 return Restart(); in RequestIP() 242 bool DHCPConfig::Restart() { in Restart() function in shill::DHCPConfig 327 if (!Restart()) { in ProcessExpirationTimeout()
|
D | dhcp_config.h | 130 FRIEND_TEST(DHCPConfigTest, Restart); 154 bool Restart();
|
D | dhcp_config_unittest.cc | 371 TEST_F(DHCPConfigTest, Restart) { in TEST_F() argument 380 EXPECT_TRUE(config_->Restart()); in TEST_F() 391 EXPECT_TRUE(config_->Restart()); in TEST_F()
|
/system/connectivity/shill/vpn/ |
D | mock_openvpn_management_server.h | 40 MOCK_METHOD0(Restart, void());
|
D | openvpn_management_server.h | 63 virtual void Restart();
|
D | openvpn_management_server_unittest.cc | 530 TEST_F(OpenVPNManagementServerTest, Restart) { in TEST_F() argument 532 server_.Restart(); in TEST_F()
|
D | openvpn_management_server.cc | 168 void OpenVPNManagementServer::Restart() { in Restart() function in shill::OpenVPNManagementServer
|
D | openvpn_driver.cc | 954 management_server_->Restart(); in OnConnectionDisconnected()
|
D | openvpn_driver_unittest.cc | 1267 EXPECT_CALL(*management_server_, Restart()); in TEST_F()
|
/system/extras/tests/workloads/ |
D | systemapps.sh | 151 …printf "%-6s %7s(ms) %6s(ms) %s %s %s %s\n" App Time AmTime Restart DirReclaim Jank Laten… 255 …printf "%-6s %7s(ms) %6s(ms) %6s(ms) %s %s %s %s\n" App Max Ave Min Restart DirReclai…
|
D | pwrtest.sh | 235 echo Restart complete.
|
/system/core/init/ |
D | service.h | 85 void Restart();
|
D | init.cpp | 156 svc->Restart(); in handle_control_message()
|
D | builtins.cpp | 637 svc->Restart(); in do_restart()
|
D | service.cpp | 531 void Service::Restart() { in Restart() function in Service
|
/system/connectivity/shill/wifi/ |
D | wifi.h | 559 void Restart();
|
D | wifi.cc | 2211 Restart(); in OnSupplicantAppear() 2228 Restart(); in OnSupplicantVanish() 2371 void WiFi::Restart() { in Restart() function in shill::WiFi
|
D | wifi_unittest.cc | 1740 TEST_F(WiFiMainTest, Restart) { in TEST_F() argument
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 6056 b) TPM Restart – Shutdown(STATE) followed by Startup(CLEAR) 6082 perform TPM Reset or TPM Restart 6090 (TPM Restart or TPM Resume) 8966 These attributes are set to their default state on reset on each TPM Reset or TPM Restart. The attr… 11873 This counter shall increment by one for each TPM Restart or TPM Resume. The restartCount shall be 15541 writes to this location until the next TPM Reset or TPM Restart. 15570 TPM Restart. 15638 Reset or TPM Restart. 15639 CLEAR (0): TPMA_NV_WRITTEN is not changed by TPM Restart. 15658 TPM Restart. [all …]
|
D | raw_structures_fixed.txt | 6032 b) TPM Restart – Shutdown(STATE) followed by Startup(CLEAR) 6058 perform TPM Reset or TPM Restart 6066 (TPM Restart or TPM Resume) 8994 These attributes are set to their default state on reset on each TPM Reset or TPM Restart. The attr… 11909 This counter shall increment by one for each TPM Restart or TPM Resume. The restartCount shall be 15530 writes to this location until the next TPM Reset or TPM Restart. 15559 TPM Restart. 15627 Reset or TPM Restart. 15628 CLEAR (0): TPMA_NV_WRITTEN is not changed by TPM Restart. 15647 TPM Restart. [all …]
|
D | raw_commands.txt | 2199 2) TPM Restart – This is a Startup(CLEAR) preceded by Shutdown(STATE). This preserves much of the 2207 If, during TPM Restart or TPM Resume, the TPM fails to restore the state saved at the last 2287 On TPM Restart
|
D | raw_commands_fixed.txt | 2199 2) TPM Restart – This is a Startup(CLEAR) preceded by Shutdown(STATE). This preserves much of the 2207 If, during TPM Restart or TPM Resume, the TPM fails to restore the state saved at the last 2287 On TPM Restart
|