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

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

Completed in 6303 milliseconds