/test/xts/hats/hdf/external_device_manager/device_manager_test/ |
H A D | device_manager_test.cpp | 83 std::shared_ptr<DeviceInfo> device = std::make_shared<DeviceInfo>(0); in HWTEST_F() local 100 std::shared_ptr<DeviceInfo> device = std::make_shared<DeviceInfo>(0); in HWTEST_F() local [all...] |
/test/xts/hats/hdf/display/composer/common/ |
H A D | hdi_test_device.cpp | 29 static HdiTestDevice device; in GetInstance() local 37 HdiTestDevice* device = static_cast<HdiTestDevice *>(data); in HotPlug() local
|
H A D | hdi_test_display.cpp | 25 HdiTestDisplay::HdiTestDisplay(uint32_t id, sptr<Composer::V1_2::IDisplayComposerInterface> device) in HdiTestDisplay() argument
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | CompileTest.cpp | 117 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 237 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 377 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); HWTEST_F() local 532 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); HWTEST_F() local 688 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); HWTEST_F() local 711 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); HWTEST_F() local [all...] |
H A D | ExecutorTest.cpp | 32 OHOS::sptr<V2_0::MockIDevice> device; member in __anon50::ExecutorTest 1149 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 1197 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 1250 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 1305 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local
|
H A D | ModelTest.cpp | 914 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local 962 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in HWTEST_F() local
|
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
H A D | ExecutorTest.cpp | 32 OHOS::sptr<V1_0::MockIDevice> device; member in __anon45::ExecutorTest 1044 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 1092 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 1145 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 1200 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local
|
H A D | ModelTest.cpp | 914 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 962 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local
|
H A D | CompileTest.cpp | 117 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 237 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in HWTEST_F() local 377 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); HWTEST_F() local 532 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); HWTEST_F() local 688 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); HWTEST_F() local 711 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); HWTEST_F() local [all...] |
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 50 void PrepareModelTest(OHOS::sptr<V2_0::INnrtDevice> device, V2_0::Model *iModel) in PrepareModelTest() argument 57 void RunModelTest(OHOS::sptr<V2_0::INnrtDevice> device, OHOS::sptr<V2_0::IPreparedModel> iPreparedModel) in RunModelTest() argument 112 OHOS::sptr<V2_0::INnrtDevice> device = V2_0::INnrtDevice::Get(); in HWTEST_F() local 160 OHOS::sptr<V2_0::INnrtDevice> device = V2_0::INnrtDevice::Get(); HWTEST_F() local [all...] |
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/ |
H A D | hdi_stability_test.cpp | 50 void PrepareModelTest(OHOS::sptr<V1_0::INnrtDevice> device, V1_0::Model *iModel) in PrepareModelTest() argument 57 void RunModelTest(OHOS::sptr<V1_0::INnrtDevice> device, OHOS::sptr<V1_0::IPreparedModel> iPreparedModel) in RunModelTest() argument 112 OHOS::sptr<V1_0::INnrtDevice> device = V1_0::INnrtDevice::Get(); in HWTEST_F() local 159 OHOS::sptr<V1_0::INnrtDevice> device = V1_0::INnrtDevice::Get(); HWTEST_F() local [all...] |
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
H A D | nnrt_utils.cpp | 219 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in ExecuteGraphMock() local 262 OHOS::sptr<V2_0::MockIDevice> device = V2_0::MockIDevice::GetInstance(); in ExecutorWithMemory() local
|
H A D | mock_idevice.cpp | 77 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV2_0>(iDevice); in HDIDeviceV2_0Creator() local
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
H A D | nnrt_utils.cpp | 219 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in ExecuteGraphMock() local 262 OHOS::sptr<V1_0::MockIDevice> device = V1_0::MockIDevice::GetInstance(); in ExecutorWithMemory() local
|
H A D | mock_idevice.cpp | 62 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV1_0>(iDevice); in HDIDeviceV1_0Creator() local
|
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
H A D | softbus_bus_center_test.c | 86 static void TestDeviceFound(const DeviceInfo *device) in TestDeviceFound() argument
|
/test/xts/hats/ai/nnrt/hdi/v1_0/common/ |
H A D | hdi_nnrt_test_utils.cpp | 144 V1_0::IOTensor HDICommon::CreateIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device) in CreateIOTensor() argument 159 V1_0::IOTensor HDICommon::CreateInputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length, float* data) in CreateInputIOTensor() argument 187 V1_0::IOTensor HDICommon::CreateOutputIOTensor(OHOS::sptr<V1_0::INnrtDevice> &device, size_t length) in CreateOutputIOTensor() argument 240 void HDICommon::ReleaseBufferOfTensors(OHOS::sptr<V1_0::INnrtDevice> &device, std::vector<V1_0::IOTensor> &tensors) in ReleaseBufferOfTensors() argument [all...] |
/test/xts/hats/ai/nnrt/hdi/v2_0/common/ |
H A D | hdi_nnrt_test_utils.cpp | 144 V2_0::IOTensor HDICommon::CreateIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device) in CreateIOTensor() argument 159 V2_0::IOTensor HDICommon::CreateInputIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device, size_t length, float* data) in CreateInputIOTensor() argument 187 V2_0::IOTensor HDICommon::CreateOutputIOTensor(OHOS::sptr<V2_0::INnrtDevice> &device, size_t length) in CreateOutputIOTensor() argument 240 void HDICommon::ReleaseBufferOfTensors(OHOS::sptr<V2_0::INnrtDevice> &device, std::vector<V2_0::IOTensor> &tensors) in ReleaseBufferOfTensors() argument [all...] |
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | mock_idevice.cpp | 77 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV2_1>(iDevice); in HDIDeviceV2_1Creator() local
|
/test/xts/acts/ai/nncore/common/ |
H A D | mock_idevice.cpp | 77 std::shared_ptr<Device> device = CreateSharedPtr<HDIDeviceV2_0>(iDevice); in HDIDeviceV2_0Creator() local
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 204 device = "Device" variable in LogType 234 device = "device" variable in ManagerType
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1314 device = None global() variable in DeviceLogCollector [all...] |