/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
D | hdf_defconfig_patch.py | 37 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
|
D | hdf_model_enable_operation.py | 198 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))
|
D | hdf_linux_scann.py | 89 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:
|
D | hdf_add_handler.py | 276 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)
|
D | hdf_get_handler.py | 132 for root_path, dirs, files in os.walk(drv_dir): 133 for file_name in files:
|
/drivers/hdf_core/framework/tools/hcs-view/docs/ |
D | DEVELOP_zh.md | 64 …files, 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/ |
D | README.md | 31 ├── 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/ |
D | README.md | 31 ├── 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/ |
D | options.cpp | 175 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()
|
D | file.cpp | 298 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/ |
D | vsc-extension-quickstart.md | 5 * 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`.
|
D | LICENSE | 28 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/ |
D | Generator.js | 122 mergeObj(files) { argument 124 for (let i in files) { 125 objList.push(files[i]);
|
D | ModifyNode.js | 35 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/ |
D | README.md | 39 Place generated .idl files into the <directory>
|
/drivers/interface/ |
D | README.md | 86 …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
|
D | LICENSE | 29 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/ |
D | hdf_add_driver.py | 45 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/ |
D | README.md | 18 ├── include # Header files
|
/drivers/hdf_core/framework/tools/hc-gen/test/ |
D | update_case.py | 230 for root, dirs, files in list_dirs: 231 for file in files:
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
D | AttrEditor.js | 29 setFiles(files) { argument 30 this.files_ = files;
|
/drivers/external_device_manager/ |
D | LICENSE | 29 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/ |
D | README.md | 23 │ ├── include # HAL header files
|
/drivers/peripheral/light/ |
D | README.md | 18 │ ├── include # HAL header files
|
/drivers/peripheral/ |
D | README.md | 19 …at HDIs, allowing upper-layer services to multiplex and demultiplex media files. For details, see …
|