Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 39) sorted by relevance

12

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_manager_config_file.py75 def _begin_end(module, driver): argument
81 def _create_device(self, module, driver): argument
102 def add_device(self, module, driver): argument
115 def delete_device(self, module, driver): argument
122 def _create_host(self, module): argument
133 def add_host(self, module): argument
145 def delete_host(self, module): argument
Dhdf_vendor_mk_file.py30 def _begin_end(self, module): argument
36 def _create_module(self, module, need_content=True): argument
52 def add_module(self, module): argument
62 def delete_module(self, file_path, module): argument
Dhdf_vendor_makefile.py37 def _begin_end(self, module): argument
49 def delete_module(self, module): argument
Dhdf_hcs_file.py64 def add_driver(self, module, driver): argument
75 def delete_driver(self, module, driver): argument
Dhdf_device_info_hcs.py22 def __init__(self, root, vendor, module, board, driver, path): argument
63 def delete_driver(self, module, temp_flag="host"): argument
Dhdf_vendor_build_file.py29 def add_module(self, module): argument
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_module.c26 static int32_t InitFeatures(struct WifiModule *module) in InitFeatures()
54 static int32_t DeInitFeatures(struct WifiModule *module) in DeInitFeatures()
78 int16_t InitWifiModule(struct WifiModule *module, const struct HdfConfigWlanModuleConfig *config) in InitWifiModule()
Dwifi_feature.c17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature()
33 int32_t DelFeature(struct WifiModule *module, uint16_t featureType) in DelFeature()
/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/
Dhdf_module_test.c79 struct WifiModule *module = NULL; in WiFiModuleTestCreateModule() local
105 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestAddFeature() local
119 struct WifiModule *module = HdfWlanGetModule(); in WiFiModuleTestDelFeature() local
/drivers/peripheral/thermal/interfaces/hdi_service/include/
Dthermal_log.h92 #define THERMAL_HILOGF(module, ...) \ argument
94 #define THERMAL_HILOGE(module, ...) \ argument
96 #define THERMAL_HILOGW(module, ...) \ argument
98 #define THERMAL_HILOGI(module, ...) \ argument
100 #define THERMAL_HILOGD(module, ...) \ argument
/drivers/external_device_manager/utils/include/
Dhilog_wrapper.h89 #define EDM_LOGF(module, ...) (void)OHOS::HiviewDFX::HiLog::Fatal(EDM_MGR_LABEL[module], FORMATED_E… argument
90 #define EDM_LOGE(module, ...) (void)OHOS::HiviewDFX::HiLog::Error(EDM_MGR_LABEL[module], FORMATED_E… argument
91 #define EDM_LOGW(module, ...) (void)OHOS::HiviewDFX::HiLog::Warn(EDM_MGR_LABEL[module], FORMATED_ED… argument
92 #define EDM_LOGI(module, ...) (void)OHOS::HiviewDFX::HiLog::Info(EDM_MGR_LABEL[module], FORMATED_ED… argument
93 #define EDM_LOGD(module, ...) (void)OHOS::HiviewDFX::HiLog::Debug(EDM_MGR_LABEL[module], FORMATED_E… argument
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/
Dmk_file_add_config.py91 module, driver, root_path): argument
143 def get_liteos_mk_template(module): argument
Dgn_file_add_config.py160 def build_file_operation(path, driver_file_path, head_path, module, driver): argument
219 def input_build_file_operation(path, driver_file_path, head_path, module, driver): argument
240 frameworks_value, source_file_path, module, driver, head_path): argument
/drivers/hdf_core/adapter/khdf/linux/include/core/
Dhdf_driver_module.h27 #define HDF_DRIVER_MODULE(module) \ argument
/drivers/hdf_core/interfaces/inner_api/host/uhdf/
Dhdf_device_section.h21 #define HDF_DRIVER_INIT(module) struct HdfDriverEntry *driverDesc = &(module) argument
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Dplatform_trace.c89 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg()
137 void PlatformTraceAddMsg(const char *module, const char *moduleFun, const char *fmt, ...) in PlatformTraceAddMsg()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_trace_unopen.c52 void PlatformTraceAddMsg(const char *module, const char *moduleFun, const char *fmt, ...) in PlatformTraceAddMsg()
59 void PlatformTraceAddUintMsg(int module, int moduleFun, const unsigned int infos[], uint8_t size) in PlatformTraceAddUintMsg()
/drivers/hdf_core/framework/core/host/test/sample/
Dvdi_sample2_driver.h36 IVdiSample *module; member
Dvdi_sample1_driver.h26 struct ModuleA *module; member
Dvdi_sample1_symbol.h26 struct ModuleA1 *module; member
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
Dicamera_host_vdi.h59 ICameraHostVdi *module; member
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
Dkconfig_file_add_config.py24 def kconfig_file_operation(path, module, driver, template_path): argument
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
Djsconfig.json3 "module": "commonjs", string
/drivers/hdf_core/framework/core/common/include/host/
Dhdf_device_section.h15 #define HDF_DRIVER_INIT(module) \ argument
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
Dhdf_utils.py260 def get_module_dir(root, module=""): argument
264 def get_drv_root_dir(root, module): argument
268 def get_drv_dir(root, module, driver): argument
272 def get_drv_src_dir(root, module): argument
276 def get_drv_src_dir_peripheral(root, module): argument
280 def get_drv_include_dir(root, module, driver): argument
289 def get_module_kconfig_path(root, module): argument
293 def get_module_mk_path(root, module): argument

12