Searched refs:g_authType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/ |
H A D | dm_auth_manager_fuzzer.cpp | 40 int32_t g_authType = 1; variable 77 g_authManager->InitAuthState(str, g_authType, str, str); in DmAuthManagerFuzzTest() 79 g_authManager->AuthenticateDevice(str, g_authType, str, str); in DmAuthManagerFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedeviceserviceimpl_fuzzer/ |
H A D | authenticate_device_service_impl_fuzzer.cpp | 47 int32_t g_authType = -1; variable 141 deviceManagerServiceImpl->AuthenticateDevice(str, g_authType, str, str); in AuthenticateDeviceServiceImplFuzzTest() 143 deviceManagerServiceImpl->BindDevice(str, g_authType, str, str); in AuthenticateDeviceServiceImplFuzzTest()
|
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 97 "g_authType" : 1, 117 "g_authType" : 1, 155 int32_t g_authType = -1; variable 216 … DeviceManager::GetInstance().AuthenticateDevice(str, g_authType, g_deviceInfo, str, g_callbackk); in AuthenticateDeviceFirstFuzzTest() 272 DeviceManager::GetInstance().BindDevice(str, g_authType, str, str, g_callbackk); in AuthenticateDeviceThirdFuzzTest()
|