Searched refs:SetProduction (Results 1 – 6 of 6) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | avb_tests.cc | 334 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 383 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 426 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 458 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 482 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 516 ASSERT_NO_ERROR(SetProduction(client.get(), true, NULL, 0), ""); in TEST_F() 606 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() 617 code = SetProduction(client.get(), false, NULL, 0); in TEST_F() 620 code = SetProduction(client.get(), false, NULL, 0); in TEST_F() 630 code = SetProduction(client.get(), true, NULL, 0); in TEST_F() [all …]
|
D | keymaster-provision-tests.cc | 115 avb_tools::SetProduction(client.get(), true, NULL, 0); in TEST_F()
|
D | weaver_tests.cc | 325 avb_tools::SetProduction(client.get(), true, NULL, 0); in TEST_F()
|
/external/nos/test/system-test-harness/tools/ |
D | avb_tools.cc | 109 int SetProduction(nos::NuggetClientInterface *client, bool production, in SetProduction() function 125 return service.SetProduction(request, nullptr); in SetProduction()
|
D | avb_tools.h | 41 int SetProduction(nos::NuggetClientInterface *client, bool production,
|
/external/nos/host/generic/nugget/proto/nugget/app/avb/ |
D | avb.proto | 39 rpc SetProduction (SetProductionRequest) returns (SetProductionResponse); rpc 133 // SetProduction
|