Home
last modified time | relevance | path

Searched refs:newVendorName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp186 std::string newVendorName = ""; variable
187 OH_NN_ReturnCode result = hdiDevice->GetVendorName(newVendorName);
189 EXPECT_EQ(expectDeviceName, newVendorName);
225 std::string newVendorName = ""; variable
226 OH_NN_ReturnCode result = hdiDevice->GetVersion(newVendorName);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp317 std::string newVendorName = ""; variable
318 OH_NN_ReturnCode result = hdiDevice->GetVendorName(newVendorName);
320 EXPECT_EQ(expectDeviceName, newVendorName);
356 std::string newVendorName = ""; variable
357 OH_NN_ReturnCode result = hdiDevice->GetVersion(newVendorName);
1691 std::string newVendorName = ""; variable
1692 OH_NN_ReturnCode result = hdiDevice->GetVendorName(newVendorName);
1694 EXPECT_EQ(expectDeviceName, newVendorName);
1730 std::string newVendorName = ""; variable
1731 OH_NN_ReturnCode result = hdiDevice->GetVersion(newVendorName);