Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dauth_manager_unittest.cc326 bool TestClaim(RootClientTokenOwner owner, RootClientTokenOwner claimer) { in TestClaim() function in weave::privet::AuthManagerClaimTest
340 TestClaim(RootClientTokenOwner::kNone, RootClientTokenOwner::kNone), ""); in TEST_F()
342 TestClaim(RootClientTokenOwner::kClient, RootClientTokenOwner::kNone), in TEST_F()
345 TestClaim(RootClientTokenOwner::kCloud, RootClientTokenOwner::kNone), ""); in TEST_F()
347 TestClaim(RootClientTokenOwner::kNone, RootClientTokenOwner::kClient)); in TEST_F()
349 TestClaim(RootClientTokenOwner::kClient, RootClientTokenOwner::kClient)); in TEST_F()
351 TestClaim(RootClientTokenOwner::kCloud, RootClientTokenOwner::kClient)); in TEST_F()
353 TestClaim(RootClientTokenOwner::kNone, RootClientTokenOwner::kCloud)); in TEST_F()
355 TestClaim(RootClientTokenOwner::kClient, RootClientTokenOwner::kCloud)); in TEST_F()
357 TestClaim(RootClientTokenOwner::kCloud, RootClientTokenOwner::kCloud)); in TEST_F()