| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | file.cpp | 16 std::string File::AbsPath(const std::string &path) in AbsPath() 30 std::string File::StripSuffix(std::string path) in StripSuffix() 41 std::string File::GetDir(std::string path) in GetDir() 50 std::string File::FileNameBase(const std::string &path) in FileNameBase()
|
| /drivers/hdf_core/framework/tools/hdi-gen/util/ |
| D | file.cpp | 27 File::File(const std::string &path, unsigned int mode) : mode_(mode) in File() 57 void File::OpenByRead(const std::string &path) in OpenByRead() 190 bool File::CreateParentDir(const std::string &path) in CreateParentDir() 220 std::string File::AdapterPath(const std::string &path) in CreateParentDir() 247 std::string File::AdapterRealPath(const std::string &path) in CreateParentDir() 255 std::string File::RealPath(const std::string &path) in CreateParentDir() 270 bool File::CheckValid(const std::string &path) in CreateParentDir()
|
| /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 46 def delete_module(self, path): argument 66 def find_file(self, path, files, codetype): argument 76 def binary_type_write(self, path): argument 99 def utf_type_write(self, path, codetype): argument
|
| D | hdf_vendor_makefile.py | 21 def __init__(self, root, vendor, kernel, path): argument
|
| D | hdf_vendor_kconfig_file.py | 19 def __init__(self, root, vendor, kernel, path): argument
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
| D | base.py | 90 def get_canvas_point_position(self, path, text): argument 110 def get_obtain_point_position(self, path, text): argument 168 def node_in_kuang(self, path, text): argument 180 def kuang_contain_text(self, path, text): argument 192 def text_count(self, path, text): argument
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/ |
| D | create_idl_hdi.json | 3 "path": "base/startup/init/services/etc/passwd", string 7 "path": "base/startup/init/services/etc/group", string 13 "path": "ohos_policy/drivers/adapter/vendor", string 18 "path": "base/public", string 23 "path": "base/public", string 29 "path": "ohos_policy/drivers/adapter/vendor", string 40 "path": "ohos_policy/drivers/peripheral/${peripheral_name}/vendor", string
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
| D | mk_file_add_config.py | 40 def audio_makefile_file_operation(path, args_tuple): argument 90 def makefile_file_operation(path, driver_file_path, head_path, argument
|
| D | gn_file_add_config.py | 40 def audio_build_file_operation(path, args_tuple): argument 160 def build_file_operation(path, driver_file_path, head_path, module, driver): argument
|
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
| D | mk_file_add_config.py | 71 def audio_linux_makefile_operation(path, args_tuple): argument 114 def linux_makefile_operation(path, driver_file_path, head_path, module, driver): argument
|
| D | kconfig_file_add_config.py | 24 def kconfig_file_operation(path, module, driver, template_path): argument
|
| /drivers/hdf_core/framework/model/audio/sapm/src/ |
| D | audio_sapm.c | 83 struct AudioSapmpath *path = NULL; in ConnectedInputEndPoint() local 113 struct AudioSapmpath *path = NULL; in ConnectedOutputEndPoint() local 407 …c void MuxSetPathStatus(const struct AudioSapmComponent *sapmComponent, struct AudioSapmpath *path, in MuxSetPathStatus() 459 …d MuxValueSetPathStatus(const struct AudioSapmComponent *sapmComponent, struct AudioSapmpath *path, in MuxValueSetPathStatus() 512 …void MixerSetPathStatus(const struct AudioSapmComponent *sapmComponent, struct AudioSapmpath *path, in MixerSetPathStatus() 562 struct AudioSapmpath *path, int32_t i) in AudioSapmSetPathStatus() 593 struct AudioSapmpath *path, const char *controlName) in AudioSapmConnectMux() 632 struct AudioSapmpath *path, const char *controlName) in AudioSapmConnectMixer() 675 struct AudioSapmpath *path, const struct AudioSapmRoute *route) in AudioSampStaticOrDynamicPath() 753 struct AudioSapmpath *path = NULL; in AudioSapmAddRoute() local [all …]
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
| D | XTexture.js | 52 loadTextureFromImage(path, keepdata = false) { argument 62 this.ximages[rid] = { "stat": 1, "path": path, "tex": texture ,"w":1,"h":1}; property 72 this.ximages[rid] = { "stat": 0, "path": path, "tex": null }; property 133 this.ximages[rid] = { "stat": 1, "path": "put" + rid, "tex": tex, "w": w, "h": h }; property 144 …this.ximages[rid] = { "stat": 1, "path": "default" + rid, "tex": texture, "w": width, "h": height … property
|
| /drivers/peripheral/battery/charger/backlight/ |
| D | battery_backlight.cpp | 125 void BatteryBacklight::CreateFile(const std::string& path, const std::string& content) in CreateFile() 142 void BatteryBacklight::InitDevicePah(std::string& path) in InitDevicePah()
|
| /drivers/peripheral/camera/hal/pipeline_core/ipp/src/ |
| D | algo_plugin.cpp | 19 AlgoPlugin::AlgoPlugin(std::string name, std::string description, int mode, std::string path) in AlgoPlugin() 156 RetCode AlgoPlugin::CheckLibPath(const char *path) in CheckLibPath()
|
| /drivers/hdf_core/adapter/uhdf2/utils/src/hcs_parser/ |
| D | hcs_blob_load.c | 44 char path[PATH_MAX] = { 0 }; in OpenHcsBlobFile() local
|
| D | hcs_dm_parser.c | 38 void SetHcsBlobPath(const char *path) in SetHcsBlobPath()
|
| /drivers/peripheral/audio/test/systemtest/common/lib_common/src/ |
| D | audio_lib_common.cpp | 149 const std::string path, const int64_t fileSize) in CaptureReqMmapBufferInit() 180 …rReqMmapBufferInit(struct AudioFrameRenderMode &frameRenderMode, const std::string path, int64_t &… in RenderReqMmapBufferInit()
|
| /drivers/peripheral/battery/charger/sa_profile/ |
| D | battery_config.json | 31 "path": "/data/service/el0/battery/current_limit" string 34 "path": "/data/service/el0/battery/voltage_limit" string
|
| /drivers/hdf_core/adapter/uhdf2/hdi/src/ |
| D | hdf_load_hdi.c | 33 char path[PATH_MAX + 1] = {0}; in LoadHdi() local
|
| /drivers/hdf_core/framework/tools/leagecy/hc-gen/src/ |
| D | hcs_file.c | 99 static const char *GetFileName(const char *path) in GetFileName() 115 static const char *CopyFileName(const char *path) in CopyFileName() 120 static const char *GetFileNameWithoutSuffix(const char *path) in GetFileNameWithoutSuffix() 155 char *path = strdup(filePath); in CopyAndSaveFileName() local 166 int32_t HcsOpenSourceFile(const char *path, struct HcsFile **file, const char *flag) in HcsOpenSourceFile()
|
| /drivers/peripheral/thermal/interfaces/hdi_service/src/ |
| D | thermal_zone_manager.cpp | 54 void ThermalZoneManager::FormatThermalPaths(char *path, size_t size, const char *format, const char… in FormatThermalPaths() 139 int32_t ThermalZoneManager::ReadSysfsFile(const char* path, char* buf, size_t size) const in ReadSysfsFile() argument 162 int32_t ThermalZoneManager::ReadThermalSysfsToBuff(const char* path, char* buf, size_t size) const in ReadThermalSysfsToBuff() argument
|
| D | thermal_hdf_config.cpp | 32 int32_t ThermalHdfConfig::ThermalHDIConfigInit(const std::string& path) in ThermalHDIConfigInit() 45 int32_t ThermalHdfConfig::ParseThermalHdiXMLConfig(const std::string& path) in ParseThermalHdiXMLConfig()
|
| /drivers/peripheral/audio/test/systemtest/common/adm_common/src/ |
| D | audio_adm_common.cpp | 92 int32_t AdmRenderFramePrepare(const std::string& path, char *&frame, uint32_t& readSize, uint32_t& … in AdmRenderFramePrepare() 139 int32_t WriteFrameToSBuf(struct HdfSBuf *&sBufT, const std::string& path) in WriteFrameToSBuf()
|
| /drivers/peripheral/thermal/interfaces/hdi_service/include/ |
| D | sensor_info_config.h | 39 std::string path; member
|