Home
last modified time | relevance | path

Searched refs:testIsVerified (Results 1 - 6 of 6) sorted by relevance

/base/account/os_account/test/fuzztest/osaccount/iscurrentosaccountverified_fuzzer/
H A Discurrentosaccountverified_fuzzer.cpp31 bool testIsVerified; in IsCurrentOsAccountVerifiedFuzzTest() local
32 result = OsAccountManager::IsCurrentOsAccountVerified(testIsVerified); in IsCurrentOsAccountVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/isosaccountverified_fuzzer/
H A Disosaccountverified_fuzzer.cpp36 bool testIsVerified; in IsOsAccountVerifiedFuzzTest() local
37 result = OsAccountManager::IsOsAccountVerified(testId, testIsVerified); in IsOsAccountVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setcurrentosaccountisverified_fuzzer/
H A Dsetcurrentosaccountisverified_fuzzer.cpp36 bool testIsVerified = (fuzzData.GetData<int32_t>() % TEST_IS_VERIFIED_NUM) == 0; in SetCurrentOsAccountIsVerifiedFuzzTest() local
37 result = OsAccountManager::SetCurrentOsAccountIsVerified(testIsVerified); in SetCurrentOsAccountIsVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setcurrentosaccountisverifiedstub_fuzzer/
H A Dsetcurrentosaccountisverifiedstub_fuzzer.cpp36 bool testIsVerified = (fuzzData.GetData<size_t>() % TEST_IS_VERIFIED_NUM) == 0; in SetCurrentOsAccountIsVerifiedStubFuzzTest() local
41 if (!datas.WriteBool(testIsVerified)) { in SetCurrentOsAccountIsVerifiedStubFuzzTest()
/base/account/os_account/test/fuzztest/osaccount/setosaccountisverified_fuzzer/
H A Dsetosaccountisverified_fuzzer.cpp37 bool testIsVerified = (fuzzData.GetData<int32_t>() % TEST_IS_VERIFIED_NUM) == 0; in SetOsAccountIsVerifiedFuzzTest() local
38 result = OsAccountManager::SetOsAccountIsVerified(testId, testIsVerified); in SetOsAccountIsVerifiedFuzzTest()
/base/account/os_account/test/fuzztest/osaccount_stub/setosaccountisverifiedstub_fuzzer/
H A Dsetosaccountisverifiedstub_fuzzer.cpp42 bool testIsVerified = (fuzzData.GetData<size_t>() % TEST_IS_VERIFIED_NUM) == 0; in SetOsAccountIsVerifiedStubFuzzTest() local
43 if (!datas.WriteBool(testIsVerified)) { in SetOsAccountIsVerifiedStubFuzzTest()

Completed in 3 milliseconds