Home
last modified time | relevance | path

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

/external/nos/test/system-test-harness/tools/
Dkeymaster_tools.cc46 void SetBootState(nos::NuggetClientInterface *client) in SetBootState() function
57 ASSERT_NO_ERROR(service.SetBootState(request, &response), ""); in SetBootState()
Dkeymaster_tools.h16 void SetBootState(nos::NuggetClientInterface *client);
/external/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc96 keymaster_tools::SetBootState(client.get()); in SetUpTestCase()
284 keymaster_tools::SetBootState(client.get()); in TEST_F()
309 keymaster_tools::SetBootState(client.get()); in TEST_F()
Dkeymaster-import-wrapped-key-tests.cc54 keymaster_tools::SetBootState(client.get()); in SetUpTestCase()
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto77 rpc SetBootState (SetBootStateRequest) returns (SetBootStateResponse); rpc