Home
last modified time | relevance | path

Searched refs:device_base (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py468 def judge_enable_line(enable_line, device_base): argument
470 if enable_line.find((device_base + " ").encode("utf-8")) == -1:
473 if enable_line.find(device_base + " ") == -1:
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_defconfig_patch.py141 enable_line=x, device_base=temp_str.split("=")[0]),
/ohos5.0/foundation/multimodalinput/input/
H A Dmultimodalinput_mini.gni212 "src/device_base.cpp",
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
H A Dhdf_add_driver.py90 device_base=device_enable.split("=")[0]),