HomeSort by relevance Sort by last modified time
    Searched refs:nos (Results 1 - 25 of 47) sorted by null

1 2

  /external/nos/test/system-test-harness/tools/
keymaster_tools.h 7 #include <nos/debug.h>
8 #include <nos/NuggetClientInterface.h>
15 void SetRootOfTrust(nos::NuggetClientInterface *client);
16 void SetBootState(nos::NuggetClientInterface *client);
nugget_tools.h 6 #include <nos/debug.h>
7 #include <nos/NuggetClient.h>
16 << value << " is " << nos::StatusCodeString(value) << msg; \
25 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient();
27 std::unique_ptr<nos::NuggetClient> MakeDirectNuggetClient();
30 bool RebootNuggetUnchecked(nos::NuggetClientInterface *client);
32 bool RebootNugget(nos::NuggetClientInterface *client);
36 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited);
38 bool WipeUserData(nos::NuggetClientInterface *client);
avb_tools.h 7 #include <nos/debug.h>
8 #include <nos/NuggetClientInterface.h>
19 << value << " is " << nos::StatusCodeString(value) << msg; \
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)
    [all...]
nugget_tools.cc 4 #include <nos/NuggetClient.h>
15 #include "nos/CitadeldProxyClient.h"
36 nos::NuggetClient client;
59 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient() {
61 std::unique_ptr<nos::NuggetClientInterface> client =
62 std::unique_ptr<nos::NuggetClientInterface>(new nos::NuggetClient());
65 client = std::unique_ptr<nos::NuggetClientInterface>(
66 new nos::CitadeldProxyClient());
70 return std::unique_ptr<nos::NuggetClientInterface>
    [all...]
avb_tools.cc 9 #include <nos/NuggetClient.h>
18 #include "nos/CitadeldProxyClient.h"
27 void SetBootloader(nos::NuggetClientInterface *client)
30 ::nos::AppClient app(*client, APP_ID_AVB_TEST);
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
    [all...]
keymaster_tools.cc 10 #include <nos/NuggetClient.h>
19 #include "nos/CitadeldProxyClient.h"
30 void SetRootOfTrust(nos::NuggetClientInterface *client)
46 void SetBootState(nos::NuggetClientInterface *client)
  /external/nos/host/generic/libnos/include/nos/
debug.h 23 namespace nos { namespace
32 } // namespace nos
NuggetClient.h 24 #include <nos/device.h>
25 #include <nos/NuggetClientInterface.h>
27 namespace nos { namespace
99 } // namespace nos
AppClient.h 23 #include <nos/NuggetClientInterface.h>
25 namespace nos { namespace
60 } // namespace nos
NuggetClientInterface.h 23 namespace nos { namespace
63 } // namespace nos
  /external/nos/host/generic/libnos/test/include/nos/
MockNuggetClient.h 25 #include <nos/NuggetClientInterface.h>
27 namespace nos { namespace
38 } // namespace nos
  /external/nos/host/android/hals/oemlock/citadel/
service.cpp 22 #include <nos/AppClient.h>
23 #include <nos/CitadeldProxyClient.h>
35 using ::nos::CitadeldProxyClient;
36 using ::nos::AppClient;
  /external/nos/host/android/hals/weaver/citadel/
service.cpp 22 #include <nos/AppClient.h>
23 #include <nos/CitadeldProxyClient.h>
36 using ::nos::CitadeldProxyClient;
37 using ::nos::AppClient;
  /external/nos/host/android/hals/keymaster/citadel/
service.cpp 22 #include <nos/AppClient.h>
23 #include <nos/CitadeldProxyClient.h>
24 #include <nos/debug.h>
41 using ::nos::CitadeldProxyClient;
42 using ::nos::AppClient;
  /external/nos/host/android/citadel/citadeld/include/nos/
CitadeldProxyClient.h 23 #include <nos/NuggetClientInterface.h>
27 namespace nos { namespace
52 } // namespace nos
  /external/nos/host/android/hals/authsecret/include/
AuthSecret.h 22 #include <nos/NuggetClientInterface.h>
32 using ::nos::NuggetClientInterface;
  /external/nos/host/generic/libnos/
debug.cpp 17 #include <nos/debug.h>
21 namespace nos { namespace
51 } // namespace nos
NuggetClient.cpp 17 #include <nos/NuggetClient.h>
21 #include <nos/transport.h>
25 namespace nos { namespace
101 } // namespace nos
  /device/google/bonito/recovery/
recovery_ui.cpp 28 #include <nos/NuggetClient.h>
29 #include <nos/debug.h>
43 ::nos::NuggetClient client;
57 LOG(ERROR) << "Titan M user data wipe failed: " << ::nos::StatusCodeString(status)
  /device/google/crosshatch/recovery/
recovery_ui.cpp 29 #include <nos/NuggetClient.h>
30 #include <nos/debug.h>
44 ::nos::NuggetClient client;
58 LOG(ERROR) << "Titan M user data wipe failed: " << ::nos::StatusCodeString(status)
  /external/nos/host/generic/libnos_transport/include/nos/
transport.h 21 #include <nos/device.h>
  /external/nos/host/android/hals/authsecret/citadel/
service.cpp 22 #include <nos/CitadeldProxyClient.h>
34 using ::nos::CitadeldProxyClient;
  /external/nos/host/generic/libnos/generator/test/
test.cpp 22 #include <nos/MockNuggetClient.h>
28 using ::nos::MockNuggetClient;
29 using ::nos::generator::test::EmptyRequest;
30 using ::nos::generator::test::EmptyResponse;
31 using ::nos::generator::test::GreetRequest;
32 using ::nos::generator::test::GreetResponse;
33 using ::nos::generator::test::Hello;
34 using ::nos::generator::test::IHello;
35 using ::nos::generator::test::MockHello;
  /external/nos/host/android/citadel/citadeld/
CitadeldProxyClient.cpp 17 #include <nos/CitadeldProxyClient.h>
34 namespace nos { namespace
79 } // namespace nos
  /external/nos/host/android/hals/authsecret/
AuthSecret.cpp 25 #include <nos/debug.h>
101 << ::nos::StatusCodeString(appStatus) << " (" << appStatus << ")";
113 LOG(ERROR) << "Citadel failed to reboot: " << ::nos::StatusCodeString(appStatus)
137 LOG(ERROR) << "Citadel enable update failed: " << ::nos::StatusCodeString(appStatus)

Completed in 1238 milliseconds

1 2