Home
last modified time | relevance | path

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

12345

/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.cpp30 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()
343 bool File::VerifyRealPath(const std::string &path) { in CreateParentDir()
/drivers/peripheral/power/interfaces/hdi_service/profile/
Dpower_config.json5 "path": "" string
8 "path": "" string
/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
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
/drivers/peripheral/battery/interfaces/hdi_service/profile/
Dbattery_config.json31 "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
43 "path": "", string
48 "path": "" string
51 "path": "" string
/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
219 def input_build_file_operation(path, driver_file_path, head_path, module, driver): argument
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_hdf_utils.cpp33 int32_t ThermalHdfUtils::ReadNodeToInt(const std::string& path) in ReadNodeToInt()
45 bool ThermalHdfUtils::ReadNode(const std::string& path, std::string& out) in ReadNode()
Dthermal_device_mitigation.cpp97 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
/drivers/peripheral/wlan/chip/hdi_service/
Dwifi_vendor_hal_list.cpp52 std::string path = VENDOR_HAL_PATH; in InitVendorHalsDescriptorList() local
63 bool WifiVendorHalList::LoadVendorHalLib(const std::string& path, WifiHalLibDesc &desc) in LoadVendorHalLib()
/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()
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/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js53 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
152 this.ximages[rid] = { stat: 1, path: 'put' + rid, tex: tex, w: w, h: h }; property
175 path: 'default' + rid, property
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/
Dmk_file_add_config.py115 def audio_linux_makefile_operation(path, args_tuple): argument
159 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/peripheral/thermal/interfaces/hdi_service/include/
Disolate_info_config.h29 std::string path; member
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/corpus/
Dsample.json12 "path":"libmock_effect_lib" string
/drivers/peripheral/camera/vdi_base/common/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/interfaces/hdi_service/src/
Dbattery_config.cpp63 char* path = GetOneCfgFile(BATTERY_CONFIG_PATH, buf, MAX_PATH_LEN); in ParseConfig() local
292 std::string path = supportPath.asString(); in ParseChargeSceneSupport() local
307 std::string path = setPath.asString(); in ParseChargeSceneSet() local
320 std::string path = getPath.asString(); in ParseChargeSceneGet() local
329 bool BatteryConfig::IsValidSysPath(const std::string& path) in IsValidSysPath()
Dpower_supply_provider.cpp235 void PowerSupplyProvider::FormatPath(std::string& path, in FormatPath()
280 int32_t PowerSupplyProvider::ReadSysfsFile(const char* path, char* buf, size_t size) in ReadSysfsFile()
316 int32_t PowerSupplyProvider::ReadBatterySysfsToBuff(const char* path, char* buf, size_t size) in ReadBatterySysfsToBuff()
538 void PowerSupplyProvider::SetSysFilePath(const std::string& path) in SetSysFilePath()
547 void PowerSupplyProvider::CreateFile(const std::string& path, const std::string& content) in CreateFile()
686 void PowerSupplyProvider::CheckSubfolderNode(const std::string& path) in CheckSubfolderNode()
1031 int32_t PowerSupplyProvider::SetConfigByPath(const std::string& path, const std::string& value) in SetConfigByPath()
1060 int32_t PowerSupplyProvider::GetConfigByPath(const std::string& path, std::string& result) in GetConfigByPath()
1082 int32_t PowerSupplyProvider::CheckPathExists(const std::string& path, bool& result) in CheckPathExists()
/drivers/hdf_core/framework/core/host/src/
Dhdf_load_vdi.c26 char path[PATH_MAX + 1] = {0}; in HdfLoadVdi() local

12345