Searched refs:NUGGET_PARAM_REBOOT (Results 1 – 5 of 5) sorted by relevance
/external/nos/host/android/hals/authsecret/test/ |
D | test.cpp | 79 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST() 96 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST() 112 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST() 141 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST() 158 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, in TEST() 173 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)).Times(0); in TEST() 188 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)).Times(0); in TEST()
|
/external/nos/host/generic/nugget/include/ |
D | app_nugget.h | 73 #define NUGGET_PARAM_REBOOT 0x0002 macro
|
/external/nos/host/android/hals/authsecret/ |
D | AuthSecret.cpp | 111 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, nullptr); in RebootCitadel()
|
/external/nos/test/system-test-harness/tools/ |
D | nugget_tools.cc | 121 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, in RebootNuggetUnchecked()
|
/external/nos/host/generic/citadel/updater/ |
D | updater.cpp | 755 retval = app.Call(NUGGET_PARAM_REBOOT, ignored, nullptr); in do_reboot()
|