Home
last modified time | relevance | path

Searched refs:newDeviceType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info.cpp282 void ScanDeviceInfo::SetDeviceType(const std::string& newDeviceType) in SetDeviceType() argument
284 deviceType = newDeviceType; in SetDeviceType()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h101 void SetDeviceType(const std::string &newDeviceType);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp263 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable
264 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);
266 EXPECT_EQ(expectDeviceType, newDeviceType);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp394 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable
395 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);
397 EXPECT_EQ(expectDeviceType, newDeviceType);
1768 OH_NN_DeviceType newDeviceType = OH_NN_CPU; variable
1769 OH_NN_ReturnCode result = hdiDevice->GetDeviceType(newDeviceType);
1771 EXPECT_EQ(expectDeviceType, newDeviceType);