Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 88) sorted by relevance

1234

/drivers/hdf_core/framework/tools/hc-gen/src/
Dfile.cpp16 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/
Dfile.cpp27 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/
Dhdf_defconfig_patch.py37 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
Dhdf_vendor_makefile.py21 def __init__(self, root, vendor, kernel, path): argument
Dhdf_vendor_kconfig_file.py19 def __init__(self, root, vendor, kernel, path): argument
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
Dbase.py90 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/
Dcreate_idl_hdi.json3 "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/
Dmk_file_add_config.py40 def audio_makefile_file_operation(path, args_tuple): argument
90 def makefile_file_operation(path, driver_file_path, head_path, argument
Dgn_file_add_config.py40 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/
Dmk_file_add_config.py71 def audio_linux_makefile_operation(path, args_tuple): argument
114 def linux_makefile_operation(path, driver_file_path, head_path, module, driver): argument
Dkconfig_file_add_config.py24 def kconfig_file_operation(path, module, driver, template_path): argument
/drivers/hdf_core/framework/model/audio/sapm/src/
Daudio_sapm.c83 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/
DXTexture.js52 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/
Dbattery_backlight.cpp125 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/
Dalgo_plugin.cpp19 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/
Dhcs_blob_load.c44 char path[PATH_MAX] = { 0 }; in OpenHcsBlobFile() local
Dhcs_dm_parser.c38 void SetHcsBlobPath(const char *path) in SetHcsBlobPath()
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
Daudio_lib_common.cpp149 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/
Dbattery_config.json31 "path": "/data/service/el0/battery/current_limit" string
34 "path": "/data/service/el0/battery/voltage_limit" string
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Dhdf_load_hdi.c33 char path[PATH_MAX + 1] = {0}; in LoadHdi() local
/drivers/hdf_core/framework/tools/leagecy/hc-gen/src/
Dhcs_file.c99 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/
Dthermal_zone_manager.cpp54 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
Dthermal_hdf_config.cpp32 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/
Daudio_adm_common.cpp92 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/
Dsensor_info_config.h39 std::string path; member

1234