Home
last modified time | relevance | path

Searched refs:vendorName (Results 1 - 11 of 11) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/
H A Ddevice_manager_test.cpp33 const std::string& deviceName, const std::string& vendorName);
37 const std::string& deviceName, const std::string& vendorName) in MockInit()
47 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), in MockInit()
125 std::string vendorName = "MockVendor"; in HWTEST_F() local
126 MockInit(device, typeVect, deviceName, vendorName); in HWTEST_F()
161 std::string vendorName = "MockVendor"; in HWTEST_F() local
162 MockInit(device, typeVect, deviceName, vendorName); in HWTEST_F()
183 std::string vendorName = "MockVendor"; in HWTEST_F() local
184 MockInit(device, typeVect, deviceName, vendorName); in HWTEST_F()
205 std::string vendorName in HWTEST_F() local
36 MockInit(OHOS::sptr<V2_0::MockIDevice> device, const std::vector<int32_t>& typeVect, const std::string& deviceName, const std::string& vendorName) MockInit() argument
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dutils.cpp21 const std::string& deviceName, const std::string& vendorName, const std::string& version) in GenUniqueName()
23 return deviceName + "_" + vendorName + "_" + version; in GenUniqueName()
20 GenUniqueName( const std::string& deviceName, const std::string& vendorName, const std::string& version) GenUniqueName() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dregister_hdi_device_v1_0.cpp29 std::string vendorName; in HDIDeviceV1_0Creator() local
45 hdiRet = iDevice->GetVendorName(vendorName); in HDIDeviceV1_0Creator()
58 const std::string& backendName = GenUniqueName(deviceName, vendorName, version); in HDIDeviceV1_0Creator()
H A Dregister_hdi_device_v2_0.cpp30 std::string vendorName; in HDIDeviceV2_0Creator() local
52 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator()
75 const std::string& backendName = GenUniqueName(deviceName, vendorName, version); in HDIDeviceV2_0Creator()
H A Dnnbackend.cpp58 std::string vendorName; in GetBackendName() local
59 ret = m_device->GetVendorName(vendorName); in GetBackendName()
72 backendName = GenUniqueName(deviceName, vendorName, version); in GetBackendName()
/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_dfx_utils.h26 std::string vendorName; member
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/
H A Ddevice_registrar_test.cpp205 std::string vendorName = "MockVendorA"; in Get() local
207 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_SUCCESS))); in Get()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_registrar/
H A Ddevice_registrar_test.cpp205 std::string vendorName = "MockVendorA"; in Get() local
207 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_SUCCESS))); in Get()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp181 std::string vendorName = "MockVendor"; in HWTEST_F() local
183 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_SUCCESS))); in HWTEST_F()
202 std::string vendorName = "MockVendor"; in HWTEST_F() local
204 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_FAILURE))); in HWTEST_F()
205 OH_NN_ReturnCode result = hdiDevice->GetVendorName(vendorName); in HWTEST_F()
220 std::string vendorName = "MockVendor"; in HWTEST_F() local
241 std::string vendorName = "MockVendor"; in HWTEST_F() local
244 OH_NN_ReturnCode result = hdiDevice->GetVersion(vendorName); in HWTEST_F()
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service.cpp313 (void)hdiMediaKeySystem->GetConfigurationString("vendor", statisticsInfo.vendorName); in InitStatisticsInfo()
320 DRM_INFO_LOG("vendorName: %{public}s, versionName: %{public}s", in InitStatisticsInfo()
321 statisticsInfo.vendorName.c_str(), statisticsInfo.versionName.c_str()); in InitStatisticsInfo()
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/hdi_device/
H A Dhdi_device_test.cpp312 std::string vendorName = "MockVendor"; in HWTEST_F() local
314 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_SUCCESS))); in HWTEST_F()
333 std::string vendorName = "MockVendor"; in HWTEST_F() local
335 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), ::testing::Return(HDF_FAILURE))); in HWTEST_F()
336 OH_NN_ReturnCode result = hdiDevice->GetVendorName(vendorName); in HWTEST_F()
351 std::string vendorName = "MockVendor"; in HWTEST_F() local
372 std::string vendorName = "MockVendor"; in HWTEST_F() local
375 OH_NN_ReturnCode result = hdiDevice->GetVersion(vendorName); in HWTEST_F()
1686 std::string vendorName = "MockVendor"; in HWTEST_F() local
1688 .WillRepeatedly(::testing::DoAll(::testing::SetArgReferee<0>(vendorName), in HWTEST_F()
1707 std::string vendorName = "MockVendor"; HWTEST_F() local
1725 std::string vendorName = "MockVendor"; HWTEST_F() local
1746 std::string vendorName = "MockVendor"; HWTEST_F() local
[all...]

Completed in 12 milliseconds