Home
last modified time | relevance | path

Searched refs:DeviceUtil (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/hb/util/
H A Ddevice_util.py25 class DeviceUtil(): class
39 for kernel_config, kernel_path in DeviceUtil.get_kernel_config(board_path):
40 if DeviceUtil.match_kernel(kernel_config, kernel_type, kernel_version):
48 DeviceUtil.check_path(board_path)
/ohos5.0/build/hb/resolver/
H A Dset_args_resolver.py27 from util.device_util import DeviceUtil
103 config.device_path = DeviceUtil.get_device_path(
/ohos5.0/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/pages/
H A DPhonePage.ets26 import { DeviceInfoUtil } from '../utils/DeviceUtil';