Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/
H A Ddevice_manager_test.cpp32 void MockInit(OHOS::sptr<V2_0::MockIDevice> device, const std::vector<int32_t>& typeVect,
41 EXPECT_EQ(typeSize, typeVect.size()); in MockInit()
44 ::testing::Return(typeVect[index++]))); in MockInit()
48 ::testing::Return(typeVect[index++]))); in MockInit()
53 ::testing::Return(typeVect[index++]))); in MockInit()
59 ::testing::Return(typeVect[index++]))); in MockInit()
120 std::vector<int32_t> typeVect = {HDF_SUCCESS, HDF_SUCCESS, HDF_SUCCESS, HDF_SUCCESS}; variable
126 MockInit(device, typeVect, deviceName, vendorName);
162 MockInit(device, typeVect, deviceName, vendorName);
184 MockInit(device, typeVect, deviceName, vendorName);
[all …]