Searched refs:ASYNC_STATUS_WAITING (Results 1 - 10 of 10) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_standard_member_test.cpp | 83 ASYNC_STATUS_WAITING = 0, enumerator 162 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 169 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 177 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 186 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 192 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 211 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 227 g_asyncStatus = ASYNC_STATUS_WAITING; in DeleteDemoMember() 234 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in DeleteDemoMember() 240 g_asyncStatus = ASYNC_STATUS_WAITING; in DeleteDemoMember() [all...] |
H A D | deviceauth_func_test.cpp | 98 ASYNC_STATUS_WAITING = 0, enumerator 387 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDeviceDirectWithPinDemo() 396 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDeviceDirectWithPinDemo() 402 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDeviceDirectWithPinDemo() 420 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDeviceDirectWithPinDemo() 435 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDeviceDirectDemo() 444 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDeviceDirectDemo() 450 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDeviceDirectDemo() 468 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDeviceDirectDemo() 483 g_asyncStatus = ASYNC_STATUS_WAITING; in DeviceLevelAuthDemo() [all...] |
H A D | deviceauth_standard_auth_test.cpp | 132 ASYNC_STATUS_WAITING = 0, enumerator 307 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 314 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 322 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoIdenticalAccountGroup() 345 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoIdenticalAccountGroup() 352 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoSymClientIdenticalAccountGroup() 372 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoSymClientIdenticalAccountGroup() 380 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoSymServerIdenticalAccountGroup() 401 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoSymServerIdenticalAccountGroup() 410 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoAcrossAccountGroup() [all...] |
H A D | deviceauth_standard_test.cpp | 79 ASYNC_STATUS_WAITING = 0, enumerator 234 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 241 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 249 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoIdenticalAccountGroup() 272 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoIdenticalAccountGroup() 280 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoAcrossAccountGroup() 285 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoAcrossAccountGroup()
|
H A D | device_auth_ipc_test.cpp | 102 ASYNC_STATUS_WAITING = 0, enumerator 286 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 293 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 301 g_asyncStatus = ASYNC_STATUS_WAITING; in DeleteDemoGroup() 309 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in DeleteDemoGroup()
|
H A D | p2p_bind_ipc_test.cpp | 52 ASYNC_STATUS_WAITING = 0, enumerator
|
/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/ |
H A D | devauthfunc_fuzzer.cpp | 110 ASYNC_STATUS_WAITING = 0, enumerator 299 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 309 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 319 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoIdenticalAccountGroup() 348 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoIdenticalAccountGroup() 357 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoSymIdenticalAccountGroup() 381 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoSymIdenticalAccountGroup() 390 g_asyncStatus = ASYNC_STATUS_WAITING; in DeleteDemoGroup() 399 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in DeleteDemoGroup() 407 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/os_account_adapter/ |
H A D | os_account_adapter_test.cpp | 50 ASYNC_STATUS_WAITING = 0, enumerator 123 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 130 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 212 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoIdenticalAccountGroup() 235 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoIdenticalAccountGroup()
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 74 ASYNC_STATUS_WAITING = 0, enumerator 181 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 188 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 195 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 204 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 210 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 228 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 244 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDemoMember() 253 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDemoMember() 259 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDemoMember() [all...] |
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 77 ASYNC_STATUS_WAITING = 0, enumerator 184 g_asyncStatus = ASYNC_STATUS_WAITING; in CreateDemoGroup() 191 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in CreateDemoGroup() 199 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 208 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 214 g_asyncStatus = ASYNC_STATUS_WAITING; in AddDemoMember() 226 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AddDemoMember() 242 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDemoMember() 252 while (g_asyncStatus == ASYNC_STATUS_WAITING) { in AuthDemoMember() 258 g_asyncStatus = ASYNC_STATUS_WAITING; in AuthDemoMember() [all...] |
Completed in 28 milliseconds