Searched refs:newDeviceType (Results 1 – 4 of 4) sorted by relevance
282 void ScanDeviceInfo::SetDeviceType(const std::string& newDeviceType) in SetDeviceType() argument284 deviceType = newDeviceType; in SetDeviceType()
101 void SetDeviceType(const std::string &newDeviceType);
263 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable264 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);266 EXPECT_EQ(expectDeviceType, newDeviceType);
394 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable395 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);397 EXPECT_EQ(expectDeviceType, newDeviceType);1768 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable1769 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);1771 EXPECT_EQ(expectDeviceType, newDeviceType);