/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
D | hdf_manager_config_file.py | 75 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
|
D | hdf_vendor_mk_file.py | 30 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
|
D | hdf_vendor_makefile.py | 37 def _begin_end(self, module): argument 49 def delete_module(self, module): argument
|
D | hdf_hcs_file.py | 64 def add_driver(self, module, driver): argument 75 def delete_driver(self, module, driver): argument
|
D | hdf_device_info_hcs.py | 22 def __init__(self, root, vendor, module, board, driver, path): argument 63 def delete_driver(self, module, temp_flag="host"): argument
|
D | hdf_vendor_build_file.py | 29 def add_module(self, module): argument
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
D | wifi_module.c | 26 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()
|
D | wifi_feature.c | 17 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/ |
D | hdf_module_test.c | 79 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/ |
D | thermal_log.h | 92 #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/ |
D | hilog_wrapper.h | 89 #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/ |
D | mk_file_add_config.py | 91 module, driver, root_path): argument 143 def get_liteos_mk_template(module): argument
|
D | gn_file_add_config.py | 160 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/ |
D | hdf_driver_module.h | 27 #define HDF_DRIVER_MODULE(module) \ argument
|
/drivers/hdf_core/interfaces/inner_api/host/uhdf/ |
D | hdf_device_section.h | 21 #define HDF_DRIVER_INIT(module) struct HdfDriverEntry *driverDesc = &(module) argument
|
/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
D | platform_trace.c | 89 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/ |
D | platform_trace_unopen.c | 52 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/ |
D | vdi_sample2_driver.h | 36 IVdiSample *module; member
|
D | vdi_sample1_driver.h | 26 struct ModuleA *module; member
|
D | vdi_sample1_symbol.h | 26 struct ModuleA1 *module; member
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
D | icamera_host_vdi.h | 59 ICameraHostVdi *module; member
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
D | kconfig_file_add_config.py | 24 def kconfig_file_operation(path, module, driver, template_path): argument
|
/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
D | jsconfig.json | 3 "module": "commonjs", string
|
/drivers/hdf_core/framework/core/common/include/host/ |
D | hdf_device_section.h | 15 #define HDF_DRIVER_INIT(module) \ argument
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
D | hdf_utils.py | 260 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
|