/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/ |
H A D | device_manager_test.cpp | 33 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 D | utils.cpp | 21 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 D | register_hdi_device_v1_0.cpp | 29 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 D | register_hdi_device_v2_0.cpp | 30 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 D | nnbackend.cpp | 58 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 D | drm_dfx_utils.h | 26 std::string vendorName; member
|
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_registrar/ |
H A D | device_registrar_test.cpp | 205 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 D | device_registrar_test.cpp | 205 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 D | hdi_device_test.cpp | 181 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 D | mediakeysystemfactory_service.cpp | 313 (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 D | hdi_device_test.cpp | 312 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...] |