Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 35) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_defconfig_patch.py37 def add_module(self, path, files, codetype): argument
41 self.find_file(new_path, files, codetype)
43 self.add_module(path=new_path, files=files, codetype=codetype)
44 return files
77 def find_file(self, path, files, codetype): argument
80 files.append(path)
85 return files
Dhdf_model_enable_operation.py198 for roots, dirs, files in os.walk(patch):
201 lambda x: x.split(split_sign)[-1] == endswitch, files))
203 files_list = list(filter(lambda x: x == endswitch, files))
Dhdf_linux_scann.py89 for roots, dirs, files in os.walk(config_path):
90 for file_name in files:
117 for root_path, dirs, files in os.walk(path):
118 for file_name in files:
Dhdf_add_handler.py276 files = []
277 patch_list = defconfig_patch.add_module(config_path, files=files, codetype=None)
280 defconfig_list = defconfig_patch.add_module(config_path, files=files1, codetype=None)
Dhdf_get_handler.py132 for root_path, dirs, files in os.walk(drv_dir):
133 for file_name in files:
/drivers/hdf_core/framework/tools/hcs-view/docs/
DDEVELOP_zh.md64files, out of which 1152 are JavaScript files. For performance reasons, you should bundle your ext…
65 …\drivers_hdf_core-master\framework\tools\hcs-view\hcsVSCode\hcsView-0.0.1.vsix (2144 files, 3.14MB)
/drivers/hdf_core/framework/
DREADME.md31 ├── include # Header files for the HDF to provide capabilities externally
32 │ ├── audio # Header files related to audio operations
33 │ ├── bluetooth # Header files related to bluetooth operations
34 │ ├── core # Header files exposed externally
35 │ ├── ethernnet # Header files related to ethernnet operations
36 │ ├── net # Header files related to network operations
37 │ ├── osal # Header files of the OS adaptation layer
38 │ ├── platform # Header files declaring platform APIs
39 │ ├── utils # Header files declaring common capabilities
40 │ └── wifi # Header files for the WLAN module to provide capabilities externally
/drivers/hdf_core/
DREADME.md31 ├── include # Header files for the HDF to provide capabilities externally
32 │ ├── audio # Header files related to audio operations
33 │ ├── bluetooth # Header files related to bluetooth operations
34 │ ├── core # Header files exposed externally
35 │ ├── ethernnet # Header files related to ethernnet operations
36 │ ├── net # Header files related to network operations
37 │ ├── osal # Header files of the OS adaptation layer
38 │ ├── platform # Header files declaring platform APIs
39 │ ├── utils # Header files declaring common capabilities
40 │ └── wifi # Header files for the WLAN module to provide capabilities externally
/drivers/hdf_core/framework/tools/hdi-gen/util/
Doptions.cpp175 std::set<std::string> files = File::FindFiles(dir); in AddSourcesByDir() local
176 if (!files.empty()) { in AddSourcesByDir()
178 sourceFiles.insert(files.begin(), files.end()); in AddSourcesByDir()
Dfile.cpp298 std::set<std::string> files; in CreateParentDir() local
318 files.insert(filePath); in CreateParentDir()
330 return files; in CreateParentDir()
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Dvsc-extension-quickstart.md5 * This folder contains all of the files necessary for your extension.
33 * Make changes to `src/test/suite/extension.test.js` or create new test files inside the `test/suit…
34 * The provided test runner will only consider files matching the name pattern `**.test.ts`.
DLICENSE28 source, and configuration files.
97 (b) You must cause any modified files to carry prominent notices
98 stating that You changed the files; and
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DGenerator.js122 mergeObj(files) { argument
124 for (let i in files) {
125 objList.push(files[i]);
DModifyNode.js35 ModifyNode.modifyName = function (files, root, node, name) { argument
45 ModifyNode.modifyNodeType = function (files, root, node, type) { argument
/drivers/hdf_core/framework/tools/idl-gen/docs/
DREADME.md39 Place generated .idl files into the <directory>
/drivers/interface/
DREADME.md86 …hdi("foo") { # Target .so files (libfoo_client_v1.0.z.so and libfoo…
89 sources = [ # .idl files to compile.
94 …language = "cpp" # Generate C or C++ code from the .idl files. You can sele…
100 …After the .idl files are compiled, intermediate code is generated in the `out/[product_name]/gen/d…
188 1. Rules for naming .idl files
DLICENSE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/
Dhdf_add_driver.py45 config_path, files=pat_files, codetype=None)
49 config_path, files=def_files, codetype=None)
144 files = []
146 config_path, files=files, codetype=None)
150 config_path, files=files1, codetype=None)
/drivers/hdf_core/adapter/uhdf2/
DREADME.md18 ├── include # Header files
/drivers/hdf_core/framework/tools/hc-gen/test/
Dupdate_case.py230 for root, dirs, files in list_dirs:
231 for file in files:
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
DAttrEditor.js29 setFiles(files) { argument
30 this.files_ = files;
/drivers/external_device_manager/
DLICENSE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/drivers/peripheral/vibrator/
DREADME.md23 │ ├── include # HAL header files
/drivers/peripheral/light/
DREADME.md18 │ ├── include # HAL header files
/drivers/peripheral/
DREADME.md19 …at HDIs, allowing upper-layer services to multiplex and demultiplex media files. For details, see …

12