Home
last modified time | relevance | path

Searched refs:NUGGET_PARAM_REBOOT (Results 1 – 5 of 5) sorted by relevance

/external/nos/host/android/hals/authsecret/test/
Dtest.cpp79 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/
Dapp_nugget.h73 #define NUGGET_PARAM_REBOOT 0x0002 macro
/external/nos/host/android/hals/authsecret/
DAuthSecret.cpp111 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, nullptr); in RebootCitadel()
/external/nos/test/system-test-harness/tools/
Dnugget_tools.cc121 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, in RebootNuggetUnchecked()
/external/nos/host/generic/citadel/updater/
Dupdater.cpp755 retval = app.Call(NUGGET_PARAM_REBOOT, ignored, nullptr); in do_reboot()