Home
last modified time | relevance | path

Searched refs:__get_device_kernel__ (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit_lite.py65 if device.__get_device_kernel__() == DeviceLiteKernel.linux_kernel:
404 if device.__get_device_kernel__() == DeviceLiteKernel.linux_kernel:
456 if device.__get_device_kernel__() == DeviceLiteKernel.linux_kernel:
467 if device.__get_device_kernel__() == DeviceLiteKernel.linux_kernel:
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice_lite.py177 def __get_device_kernel__(self): member in DeviceLite