/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/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 77 def find_file(self, path, files, codetype): argument 87 def binary_type_write(self, path): argument 111 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/hdi-gen/util/ |
D | file.cpp | 30 File::File(const std::string &path, unsigned int mode) : mode_(mode) in File() 60 void File::OpenByRead(const std::string &path) in OpenByRead() 194 bool File::CreateParentDir(const std::string &path) in CreateParentDir() 224 std::string File::AdapterPath(const std::string &path) in CreateParentDir() 251 std::string File::AdapterRealPath(const std::string &path) in CreateParentDir() 259 std::string File::RealPath(const std::string &path) in CreateParentDir() 274 bool File::CheckValid(const std::string &path) in CreateParentDir()
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
D | thermal_hdf_utils.cpp | 33 int32_t ThermalHdfUtils::ReadNodeToInt(const std::string& path) in ReadNodeToInt() 45 bool ThermalHdfUtils::ReadNode(const std::string& path, std::string& out) in ReadNode() 52 int32_t ThermalHdfUtils::WriteNode(const std::string& path, std::string& data) in WriteNode()
|
D | thermal_device_mitigation.cpp | 97 int32_t ThermalDeviceMitigation::ExecuteCpuRequest(uint32_t freq, const std::string &path) in ExecuteCpuRequest() 169 int32_t ThermalDeviceMitigation::ExecuteChargerRequest(uint32_t current, const std::string &path) in ExecuteChargerRequest() 253 std::string path; in IsolateCpu() local
|
D | thermal_hdf_config.cpp | 38 int32_t ThermalHdfConfig::ThermalHDIConfigInit(const std::string& path) in ThermalHDIConfigInit() 46 int32_t ThermalHdfConfig::ParseThermalHdiXMLConfig(const std::string& path) in ParseThermalHdiXMLConfig() 318 …2_t ThermalHdfConfig::GetIsolateCpuNodePath(bool isSim, const std::string &type, std::string &path) in GetIsolateCpuNodePath()
|
/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 219 def input_build_file_operation(path, driver_file_path, head_path, module, driver): 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() 458 …d MuxValueSetPathStatus(const struct AudioSapmComponent *sapmComponent, struct AudioSapmpath *path, in MuxValueSetPathStatus() 511 …void MixerSetPathStatus(const struct AudioSapmComponent *sapmComponent, struct AudioSapmpath *path, in MixerSetPathStatus() 561 struct AudioSapmpath *path, int32_t i) in AudioSapmSetPathStatus() 592 struct AudioSapmpath *path, const char *controlName) in AudioSapmConnectMux() 629 struct AudioSapmpath *path, const char *controlName) in AudioSapmConnectMixer() 670 struct AudioSapmpath *path, const struct AudioSapmRoute *route) in AudioSampStaticOrDynamicPath() 748 struct AudioSapmpath *path = NULL; in AudioSapmAddRoute() local [all …]
|
/drivers/peripheral/battery/interfaces/hdi_service/profile/ |
D | battery_config.json | 31 "path": "/data/service/el0/battery/current_limit" string 34 "path": "/data/service/el0/battery/voltage_limit" string 37 "path": "/data/service/el0/battery/charger_type" string
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
D | mk_file_add_config.py | 115 def audio_linux_makefile_operation(path, args_tuple): argument 159 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/peripheral/thermal/interfaces/hdi_service/include/ |
D | isolate_info_config.h | 29 std::string path; member
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
D | XTexture.js | 53 loadTextureFromImage(path, keepdata = false) { argument 73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property 82 this.ximages[rid] = { stat: 0, path: path, tex: null }; property 174 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property 197 path: 'default' + rid, property
|
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/corpus/ |
D | sample.json | 12 "path":"libmock_effect_lib" string
|
/drivers/peripheral/camera/vdi_base/common/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/hdf_core/framework/core/host/src/ |
D | hdf_load_vdi.c | 26 char path[PATH_MAX + 1] = {0}; in HdfLoadVdi() local
|
/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()
|