HomeSort by relevance Sort by last modified time
    Searched refs:NuggetClientInterface (Results 1 - 23 of 23) sorted by null

  /external/nos/test/system-test-harness/tools/
nugget_tools.h 7 #include <nos/NuggetClientInterface.h>
23 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient();
26 bool RebootNugget(nos::NuggetClientInterface *client);
30 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited);
32 bool WipeUserData(nos::NuggetClientInterface *client);
avb_tools.h 8 #include <nos/NuggetClientInterface.h>
32 void SetBootloader(nos::NuggetClientInterface *client);
33 void BootloaderDone(nos::NuggetClientInterface *client);
34 void GetState(nos::NuggetClientInterface *client, bool *bootloader,
36 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind,
38 int GetResetChallenge(nos::NuggetClientInterface *client,
41 int SetProduction(nos::NuggetClientInterface *client, bool production,
43 void ResetProduction(nos::NuggetClientInterface *client);
keymaster_tools.h 8 #include <nos/NuggetClientInterface.h>
15 void SetRootOfTrust(nos::NuggetClientInterface *client);
avb_tools.cc 27 void SetBootloader(nos::NuggetClientInterface *client)
41 void BootloaderDone(nos::NuggetClientInterface *client)
49 void GetState(nos::NuggetClientInterface *client, bool *bootloader,
70 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind,
88 int GetResetChallenge(nos::NuggetClientInterface *client,
109 int SetProduction(nos::NuggetClientInterface *client, bool production,
128 void ResetProduction(nos::NuggetClientInterface *client)
keymaster_tools.cc 30 void SetRootOfTrust(nos::NuggetClientInterface *client)
nugget_tools.cc 49 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient() {
51 std::unique_ptr<nos::NuggetClientInterface> client =
52 std::unique_ptr<nos::NuggetClientInterface>(new nos::NuggetClient());
55 client = std::unique_ptr<nos::NuggetClientInterface>(
60 return std::unique_ptr<nos::NuggetClientInterface>(
65 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) {
98 bool RebootNugget(nos::NuggetClientInterface *client) {
154 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited) {
201 bool WipeUserData(nos::NuggetClientInterface *client) {
  /external/nos/host/generic/libnos/include/nos/
AppClient.h 23 #include <nos/NuggetClientInterface.h>
39 AppClient(NuggetClientInterface& client, uint32_t appId)
56 NuggetClientInterface& _client;
NuggetClientInterface.h 28 class NuggetClientInterface {
30 virtual ~NuggetClientInterface() = default;
NuggetClient.h 25 #include <nos/NuggetClientInterface.h>
32 class NuggetClient : public NuggetClientInterface {
  /external/nos/host/android/hals/authsecret/include/
AuthSecret.h 22 #include <nos/NuggetClientInterface.h>
32 using ::nos::NuggetClientInterface;
35 AuthSecret(NuggetClientInterface& client) : _client(client) {}
42 NuggetClientInterface& _client;
  /external/nos/host/generic/libnos/test/include/nos/
MockNuggetClient.h 25 #include <nos/NuggetClientInterface.h>
29 struct MockNuggetClient : public NuggetClientInterface {
  /external/nos/host/android/citadel/citadeld/include/nos/
CitadeldProxyClient.h 23 #include <nos/NuggetClientInterface.h>
35 class CitadeldProxyClient : public NuggetClientInterface {
  /external/nos/test/system-test-harness/src/
keymaster-provision-tests.cc 12 #include <nos/NuggetClientInterface.h>
30 static unique_ptr<nos::NuggetClientInterface> client;
41 unique_ptr<nos::NuggetClientInterface> KeymasterProvisionTest::client;
54 client = unique_ptr<nos::NuggetClientInterface>();
nugget_core_tests.cc 3 #include <nos/NuggetClientInterface.h>
25 static unique_ptr<nos::NuggetClientInterface> client;
31 unique_ptr<nos::NuggetClientInterface> NuggetCoreTest::client;
49 client = unique_ptr<nos::NuggetClientInterface>();
util.h 133 unique_ptr<nos::NuggetClientInterface> client;
weaver_tests.cc 30 static unique_ptr<nos::NuggetClientInterface> client;
67 unique_ptr<nos::NuggetClientInterface> WeaverTest::client;
80 client = unique_ptr<nos::NuggetClientInterface>();
keymaster-import-key-tests.cc 34 static unique_ptr<nos::NuggetClientInterface> client;
82 unique_ptr<nos::NuggetClientInterface> ImportKeyTest::client;
101 client = unique_ptr<nos::NuggetClientInterface>();
keymaster-import-wrapped-key-tests.cc 32 static unique_ptr<nos::NuggetClientInterface> client;
40 unique_ptr<nos::NuggetClientInterface> ImportWrappedKeyTest::client;
59 client = unique_ptr<nos::NuggetClientInterface>();
avb_tests.cc 11 #include <nos/NuggetClientInterface.h>
29 static unique_ptr<nos::NuggetClientInterface> client;
97 unique_ptr<nos::NuggetClientInterface> AvbTest::client;
110 client = unique_ptr<nos::NuggetClientInterface>();
util.cc 148 client = unique_ptr<nos::NuggetClientInterface >();
  /external/nos/host/android/hals/authsecret/
AuthSecret.cpp 81 void TryEnrollCitadelUpdatePassword(NuggetClientInterface& client,
109 void RebootCitadel(NuggetClientInterface& client) {
122 void TryEnablingCitadelUpdate(NuggetClientInterface& client, const nugget_app_password& password) {
  /external/nos/host/android/citadel/validation/
citadel_validation_tool.cpp 43 using ::nos::NuggetClientInterface;
61 bool ReadRegister(NuggetClientInterface& client, uint32_t address, uint32_t* value) {
84 bool WriteRegister(NuggetClientInterface& client, uint32_t address, uint32_t value) {
106 bool CheckRegisterInRange(NuggetClientInterface& client, uint32_t address,
124 bool CheckRegisterNotInRange(NuggetClientInterface& client, uint32_t address,
139 bool CyclesSinceBoot(NuggetClientInterface & client, uint32_t* cycles) {
161 int CmdStressSpi(NuggetClientInterface& client, char** params) {
216 int CmdHealthCheck(NuggetClientInterface& client) {
  /external/nos/host/generic/citadel/updater/
updater.cpp 46 using nos::NuggetClientInterface;

Completed in 244 milliseconds