Home
last modified time | relevance | path

Searched defs:device_ (Results 1 – 6 of 6) sorted by relevance

/test/xts/hats/hdf/display/composer/common/
Dhdi_test_display.h68 sptr<Composer::V1_2::IDisplayComposerInterface> device_; variable
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp39 void AddModelTest(OHOS::sptr<V2_0::INnrtDevice> &device_, V2_0::ModelConfig &modelConfig, bool isDy… in AddModelTest()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
Dhdi_model_run_test.cpp39 void AddModelTest(OHOS::sptr<V1_0::INnrtDevice> &device_, V1_0::ModelConfig &modelConfig, bool isDy… in AddModelTest()
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
Dhdi_nnrt_test_utils.cpp106 OH_NN_ReturnCode HDICommon::ConvertModel(OHOS::sptr<V1_0::INnrtDevice> device_, OH_NNModel *model, in ConvertModel()
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
Dhdi_nnrt_test_utils.cpp106 OH_NN_ReturnCode HDICommon::ConvertModel(OHOS::sptr<V2_0::INnrtDevice> device_, OH_NNModel *model, in ConvertModel()
/test/xts/acts/graphic/graphicvulkannapitest/
DVulkanTest.cpp91 static inline VkDevice device_ = nullptr; member in vulkan::loader::VulkanLoaderUnitTest