Home
last modified time | relevance | path

Searched refs:BOOL_MODULO_NUM (Results 1 - 9 of 9) sorted by relevance

/base/security/access_token/test/fuzztest/common/
H A Daccesstoken_fuzzdata.h28 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
76 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/iamaccount/common/
H A Dfuzz_data.h23 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
76 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/osaccount/common/
H A Dfuzz_data.h24 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
76 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/appaccount/common/
H A Dfuzz_data.h23 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
76 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/domainaccount_stub/common/
H A Dfuzz_data.h24 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
77 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/ohosaccount/common/
H A Dfuzz_data.h24 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
76 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/account/os_account/test/fuzztest/osaccount_stub/common/
H A Dfuzz_data.h24 static constexpr uint32_t BOOL_MODULO_NUM = 2; member
77 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/notification/common_event_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h23 constexpr uint32_t BOOL_MODULO_NUM = 2; member
81 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()
/base/notification/distributed_notification_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h24 constexpr uint32_t BOOL_MODULO_NUM = 2; member
82 return (GetData<uint32_t>() % BOOL_MODULO_NUM) == 0; in GenerateRandomBool()

Completed in 3 milliseconds