Home
last modified time | relevance | path

Searched refs:extension (Results 1 - 24 of 24) sorted by relevance

/test/xts/hats/hdf/external_device_manager/device_manager_test/
H A Ddevice_manager_test.cpp167 std::shared_ptr<IBusExtension> extension = core.GetBusExtensionByName("HDMI"); in HWTEST_F() local
168 ASSERT_EQ(extension, nullptr); in HWTEST_F()
169 extension = core.GetBusExtensionByName("USB"); in HWTEST_F()
170 ASSERT_NE(extension, nullptr); in HWTEST_F()
172 extension = core.GetBusExtensionByName("USB"); in HWTEST_F()
173 ASSERT_EQ(extension, nullptr); in HWTEST_F()
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/
H A DIVideoService.java18 import com.baomidou.mybatisplus.extension.service.IService;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/
H A DIBusinessCommentService.java18 import com.baomidou.mybatisplus.extension.service.IService;
H A DIBusinessGoodsService.java18 import com.baomidou.mybatisplus.extension.service.IService;
H A DIGroupSiteService.java18 import com.baomidou.mybatisplus.extension.service.IService;
H A DIBusinessService.java18 import com.baomidou.mybatisplus.extension.service.IService;
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/impl/
H A DVideoServiceImpl.java18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/service/impl/
H A DBusinessCommentServiceImpl.java18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
H A DBusinessGoodsServiceImpl.java18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
H A DGroupSiteServiceImpl.java18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
H A DBusinessServiceImpl.java18 import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/test/testfwk/xdevice/
H A Drun.sh43 $PYTHON -m pip uninstall -y xdevice-extension
H A Drun.bat52 python -m pip uninstall -y xdevice-extension
/test/xts/acts/
H A Druntest.sh122 python -m easy_install --quiet $ACTS_HOME/tools/xdevice-extension-0.0.0.tar.gz
/test/xts/dcts/
H A Druntest.sh122 python -m easy_install --quiet $HATS_HOME/tools/xdevice-extension-0.0.0.tar.gz
/test/xts/hats/
H A Druntest.sh122 python -m easy_install --quiet $HATS_HOME/tools/xdevice-extension-0.0.0.tar.gz
/test/xts/tools/sample/ServerSampleD/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DVideoController.java20 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/
H A DBusinessGoodsController.java21 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
H A DBusinessCommentController.java21 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
H A DGroupSiteController.java19 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
H A DBusinessController.java19 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp46 static bool CheckEglExtension(const char* extensions, const char* extension) in CheckEglExtension() argument
48 size_t extlen = strlen(extension); in CheckEglExtension()
60 if (n == extlen && strncmp(extension, extensions, n) == 0) { in CheckEglExtension()
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/
H A Dnativeimage.cpp58 static bool CheckEglExtension(const char *extensions, const char *extension) in CheckEglExtension() argument
60 size_t extlen = strlen(extension); in CheckEglExtension()
70 if (n == extlen && strncmp(extension, extensions, n) == PARAM_0) { in CheckEglExtension()
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp175 string extension = "Component.getAllProperties"; in ParseExtensionMethodsSignature() local
176 sApiArgTypesMap.insert(make_pair(extension, make_pair(paramTypes, 0))); in ParseExtensionMethodsSignature()

Completed in 11 milliseconds