Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/
D__init__.py110 from _core.utils import modify_props
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
Dkit.py45 from xdevice import modify_props
713 prop_changed = modify_props(device, self.local_system_prop_file,
754 prop_changed = modify_props(device, temp_cust_file, cust_file,
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py340 def modify_props(device, local_prop_file, target_prop_file, new_props): function