Home
last modified time | relevance | path

Searched refs:APP_ID_NUGGET (Results 1 – 10 of 10) sorted by relevance

/external/nos/host/android/hals/authsecret/test/
Dtest.cpp74 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD, in TEST()
77 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_ENABLE_UPDATE, _, _)) in TEST()
79 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST()
91 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD, in TEST()
94 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_ENABLE_UPDATE, _, _)) in TEST()
96 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST()
108 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD, _, _)) in TEST()
110 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_ENABLE_UPDATE, _, _)) in TEST()
112 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, _, _)) in TEST()
136 EXPECT_CALL(client, CallApp(APP_ID_NUGGET, NUGGET_PARAM_CHANGE_UPDATE_PASSWORD, _, _)) in TEST()
[all …]
/external/nos/test/system-test-harness/src/
Dnugget_core_tests.cc57 APP_ID_NUGGET, NUGGET_PARAM_VERSION, input_buffer, &output_buffer), ""); in TEST_F()
64 APP_ID_NUGGET, NUGGET_PARAM_DEVICE_ID, input_buffer, &output_buffer), ""); in TEST_F()
95 APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in TEST_F()
114 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
129 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
146 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
161 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
177 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
191 APP_ID_NUGGET, NUGGET_PARAM_AP_UART_PASSTHRU, in TEST_F()
Dkeymaster-provision-tests.cc778 nos::AppClient app(*client, APP_ID_NUGGET); in TEST_F()
/external/nos/test/system-test-harness/tools/
Dnugget_tools.cc89 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_CYCLES_SINCE_BOOT, in CyclesSinceBoot()
121 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, in RebootNuggetUnchecked()
136 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in RebootNugget()
152 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in RebootNugget()
187 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WaitForSleep()
201 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WaitForSleep()
234 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WipeUserData()
244 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_NUKE_FROM_ORBIT, in WipeUserData()
252 if (client->CallApp(APP_ID_NUGGET, NUGGET_PARAM_GET_LOW_POWER_STATS, in WipeUserData()
/external/nos/host/android/hals/authsecret/
DAuthSecret.cpp92 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, in TryEnrollCitadelUpdatePassword()
111 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_REBOOT, ignored, nullptr); in RebootCitadel()
129 const uint32_t appStatus = client.CallApp(APP_ID_NUGGET, in TryEnablingCitadelUpdate()
/external/nos/host/android/citadel/validation/
Dcitadel_validation_tool.cpp67 const uint32_t status = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_READ32, buffer, &buffer); in ReadRegister()
92 const uint32_t status = client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_WRITE32, buffer, nullptr); in WriteRegister()
142 if (client.CallApp(APP_ID_NUGGET, NUGGET_PARAM_CYCLES_SINCE_BOOT, in CyclesSinceBoot()
/external/nos/host/android/citadel/citadeld/
Dmain.cpp291 uint32_t rv = lockedCallApp(APP_ID_NUGGET, in cacheStats()
319 const uint32_t rv = lockedCallApp(APP_ID_NUGGET, in dispatchEvents()
/external/nos/host/android/manual_tests/
Dtest_citadel.c323 retval = nos_call_application(&dev, APP_ID_NUGGET, NUGGET_PARAM_READ32, in read32()
346 retval = nos_call_application(&dev, APP_ID_NUGGET, NUGGET_PARAM_WRITE32, in write32()
782 retval = nos_call_application(&dev, APP_ID_NUGGET, NUGGET_PARAM_VERSION, in do_test()
/external/nos/host/generic/nugget/include/
Dapplication.h64 #define APP_ID_NUGGET 0x00 /* because we're selfish */ macro
/external/nos/host/generic/citadel/updater/
Dupdater.cpp1102 AppClient app(client, APP_ID_NUGGET); in execute_commands()