Searched refs:RebootNuggetUnchecked (Results 1 – 3 of 3) sorted by relevance
30 bool RebootNuggetUnchecked(nos::NuggetClientInterface *client);
119 bool RebootNuggetUnchecked(nos::NuggetClientInterface *client) { in RebootNuggetUnchecked() function147 if (!RebootNuggetUnchecked(client)) return false; in RebootNugget()
161 ASSERT_TRUE(nugget_tools::RebootNuggetUnchecked(client.get())); in SetUp()