/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_manager.cpp | 66 HiLog::Debug(LABEL, "%{public}s no need to reset sensor params", __func__); in SetBestSensorParams() 77 HiLog::Debug(LABEL, "%{public}s end", __func__); in SetBestSensorParams() 83 HiLog::Debug(LABEL, "%{public}s begin, sensorId : %{public}u", __func__, sensorId); in ResetBestSensorParams() 95 HiLog::Debug(LABEL, "%{public}s end", __func__); in ResetBestSensorParams() 129 HiLog::Debug(LABEL, "%{public}s end", __func__); in GetSensorInfo() 147 HiLog::Debug(LABEL, "%{public}s begin", __func__); in StartDataReportThread() 153 HiLog::Debug(LABEL, "%{public}s end", __func__); in StartDataReportThread() 167 HiLog::Debug(LABEL, "%{public}s other client is using this sensor", __func__); in IsOtherClientUsingSensor() 173 HiLog::Debug(LABEL, "%{public}s begin", __func__); in AfterDisableSensor() 187 HiLog::Debug(LABEL, "%{public}s end", __func__); in AfterDisableSensor() [all …]
|
H A D | client_info.cpp | 120 HiLog::Debug(LABEL, "%{public}s end", __func__); in OnlyCurPidSensorEnabled() 144 HiLog::Debug(LABEL, "%{public}s end", __func__); in UpdateUid() 164 HiLog::Debug(LABEL, "%{public}s end", __func__); in DestroyUid() 188 HiLog::Debug(LABEL, "%{public}s end", __func__); in GetSensorChannelByUid() 205 HiLog::Debug(LABEL, "%{public}s end", __func__); in GetSensorChannelByPid() 291 HiLog::Debug(LABEL, "%{public}s end", __func__); in UpdateSensorChannel() 365 HiLog::Debug(LABEL, "%{public}s end", __func__); in DestroySensorChannel() 394 HiLog::Debug(LABEL, "%{public}s end", __func__); in GetCurPidSensorInfo() 502 HiLog::Debug(LABEL, "%{public}s begin", __func__); in SaveClientPid() 515 HiLog::Debug(LABEL, "%{public}s end", __func__); in SaveClientPid() [all …]
|
H A D | flush_info_record.cpp | 38 HiLog::Debug(LABEL, "%{public}s begin", __func__); in GetFlushInfo() 55 HiLog::Debug(LABEL, "%{public}s, sensorId : %{public}u", __func__, sensorId); in SetFlushInfo() 77 HiLog::Debug(LABEL, "%{public}s channel list size : %{public}u", __func__, in IsFlushChannelValid() 90 HiLog::Debug(LABEL, "%{public}s begin", __func__); in GetFlushChannelIndex()
|
H A D | medical_service.cpp | 137 HiLog::Debug(LABEL, "%{public}s sensorId = %{public}d, name = %{public}s", in InitSensorList() 237 HiLog::Debug(LABEL, "%{public}s begin, sensorId : %{public}u, samplingPeriodNs : %{public}" in EnableSensor() 281 HiLog::Debug(LABEL, "%{public}s begin", __func__); in DisableSensor() 312 HiLog::Debug(LABEL, "%{public}s begin", __func__); in SetOption() 322 HiLog::Debug(LABEL, "%{public}s end", __func__); in SetOption() 339 HiLog::Debug(LABEL, "%{public}s begin", __func__); in RunCommand() 368 HiLog::Debug(LABEL, "%{public}s begin", __func__); in GetSensorList() 379 HiLog::Debug(LABEL, "%{public}s end", __func__); in GetSensorList() 386 HiLog::Debug(LABEL, "%{public}s begin", __func__); in TransferDataChannel() 408 HiLog::Debug(LABEL, "%{public}s end", __func__); in TransferDataChannel()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-styled-string-sys.md | 100 console.info("Debug: 反序列化") 104 console.error("Debug: styledString 获取失败!!!") 108 console.info("Debug: this.textResult = " + this.textResult) 110 console.info("Debug: stylesArr.length = " + stylesArr.length) 112 console.info("Debug: style.start = " + stylesArr[i].start) 116 console.info("Debug: style.fontColor = " + font.fontColor) 117 console.info("Debug: style.fontSize = " + font.fontSize) 119 console.info("Debug: style.fontStyle = " + font.fontStyle) 122 console.info("Debug: subStr = " + subStr.getString()) 125 console.info("Debug: 序列化") [all …]
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | sdv_adapt_serde_test.rs | 18 #[derive(Deserialize, PartialEq, Debug)] 24 #[derive(Deserialize, PartialEq, Debug)] 40 #[derive(Deserialize, PartialEq, Debug)] 112 #[derive(Deserialize, PartialEq, Debug)] 230 #[derive(Deserialize, PartialEq, Debug)] 240 #[derive(Deserialize, PartialEq, Debug)] 243 #[derive(Deserialize, PartialEq, Debug)] 248 #[derive(Deserialize, PartialEq, Debug)] 254 #[derive(Deserialize, PartialEq, Debug)] 275 #[derive(Deserialize, PartialEq, Debug)] [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
H A D | error.rs | 17 use std::fmt::{Debug, Display, Formatter}; 20 #[derive(Debug, Eq, PartialEq)] 29 impl<T: Debug> Error for SendError<T> {} 32 #[derive(Debug, Eq, PartialEq)] 44 #[derive(Debug, Eq, PartialEq)] 61 impl<T: Debug> Error for TrySendError<T> {} 64 #[derive(Debug, Eq, PartialEq, Clone)] 86 #[derive(Debug,Eq,PartialEq)] 102 impl<T: Debug> Error for SendTimeoutError<T> {} 105 #[derive(Debug, Eq, PartialEq)]
|
H A D | oneshot.rs | 43 use std::fmt::{Debug, Formatter}; 135 #[derive(Debug)] 269 #[derive(Debug)] 454 impl<T: Debug> Debug for Channel<T> {
|
H A D | rwlock.rs | 282 impl<T: ?Sized + fmt::Debug> fmt::Debug for RwLockReadGuard<'_, T> { 284 fmt::Debug::fmt(&**self, f) in fmt() 310 impl<T: ?Sized + fmt::Debug> fmt::Debug for RwLockWriteGuard<'_, T> { 312 fmt::Debug::fmt(&**self, f) in fmt()
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 45 HiLog::Debug(LABEL, "%{public}s begin", __func__); in InitServiceClient() 118 HiLog::Debug(LABEL, "%{public}s begin", __func__); in DisableSensor() 137 HiLog::Debug(LABEL, "%{public}s begin", __func__); in RunCommand() 157 HiLog::Debug(LABEL, "%{public}s begin", __func__); in GetSensorList() 171 HiLog::Debug(LABEL, "%{public}s begin", __func__); in TransferDataChannel() 183 HiLog::Debug(LABEL, "%{public}s begin", __func__); in DestroyDataChannel() 194 HiLog::Debug(LABEL, "%{public}s begin", __func__); in ProcessDeathObserver() 226 HiLog::Debug(LABEL, "%{public}s end", __func__); in ProcessDeathObserver() 231 HiLog::Debug(LABEL, "%{public}s begin", __func__); in UpdateSensorInfoMap() 243 HiLog::Debug(LABEL, "%{public}s begin", __func__); in DeleteSensorInfoItem() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-styled-string-sys.md | 100 console.info("Debug: Deserialization") 104 console.error("Debug: Failed to obtain the styled string.") 108 console.info("Debug: this.textResult = " + this.textResult) 110 console.info("Debug: stylesArr.length = " + stylesArr.length) 112 console.info("Debug: style.start = " + stylesArr[i].start) 116 console.info("Debug: style.fontColor = " + font.fontColor) 117 console.info("Debug: style.fontSize = " + font.fontSize) 119 console.info("Debug: style.fontStyle = " + font.fontStyle) 122 console.info("Debug: subStr = " + subStr.getString()) 125 console.info("Debug: Serialization") [all …]
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | medical_basic_data_channel.cpp | 39 …HiLog::Debug(LABEL, "%{public}s isActive_ : %{public}d, sendFd: %{public}d", __func__, isActive_, … in MedicalSensorBasicDataChannel() 45 HiLog::Debug(LABEL, "%{public}s already create socketpair", __func__); in CreateSensorBasicChannel() 84 …HiLog::Debug(LABEL, "%{public}s create socketpair success, receiveFd_ : %{public}d, sendFd_ : %{pu… in CreateSensorBasicChannel() 91 HiLog::Debug(LABEL, "%{public}s begin", __func__); in CreateSensorBasicChannel() 93 HiLog::Debug(LABEL, "%{public}s already create socketpair", __func__); in CreateSensorBasicChannel() 118 HiLog::Debug(LABEL, "%{public}s sendFd: %{public}d", __func__, sendFd_); in SendToBinder() 137 HiLog::Debug(LABEL, "%{public}s close sendFd_", __func__); in CloseSendFd() 189 HiLog::Debug(LABEL, "%{public}s close sendFd_ success", __func__); in DestroySensorBasicChannel() 194 HiLog::Debug(LABEL, "%{public}s close receiveFd_ success", __func__); in DestroySensorBasicChannel() 211 HiLog::Debug(LABEL, "%{public}s isActive_ : %{public}d", __func__, isActive); in SetSensorStatus()
|
/ohos5.0/base/security/asset/frameworks/definition/src/ |
H A D | lib.rs | 42 #[derive(Debug)] 152 #[derive(Debug)] 180 #[derive(Debug)] 246 #[derive(Debug)] 261 #[derive(Debug)] 280 #[derive(Debug)] 296 #[derive(Debug)] 331 #[derive(Debug)] 347 #[derive(Debug)]
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 50 HiLog::Debug(LABEL, "%{public}s begin", __func__); in ConnectHdi() 74 HiLog::Debug(LABEL, "%{public}s begin", __func__); in GetSensorList() 147 HiLog::Debug(LABEL, "%{public}s begin", __func__); in SetMode() 162 HiLog::Debug(LABEL, "%{public}s begin", __func__); in SetOption() 177 HiLog::Debug(LABEL, "%{public}s begin", __func__); in RegisteDataReport() 194 HiLog::Debug(LABEL, "%{public}s begin", __func__); in DestroyHdiConnection() 216 HiLog::Debug(LABEL, "%{public}s begin", __func__); in getReportDataCb() 225 HiLog::Debug(LABEL, "%{public}s begin", __func__); in getReportDataCallback() 262 HiLog::Debug(LABEL, "%{public}s begin", __func__); in RegisterHdiDeathRecipient() 277 HiLog::Debug(LABEL, "%{public}s begin", __func__); in UnregisterHdiDeathRecipient() [all …]
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | notify.rs | 21 #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)] 32 #[derive(Debug, Clone)] 44 #[derive(Clone, Debug)] 51 #[derive(Debug, Clone)] 59 #[derive(Debug, Clone, PartialEq, Eq)]
|
H A D | info.rs | 25 #[derive(Debug)] 61 #[derive(Copy, Clone, Debug)] 88 #[derive(Clone, Copy, PartialEq, Debug)] 115 #[derive(Debug)] 171 #[derive(Debug)] 176 #[derive(Debug)] 184 #[derive(Debug)]
|
/ohos5.0/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | lib.rs | 23 #[derive(Debug)] 30 Debug = 3, enumerator 52 #[derive(Debug)] 67 #[derive(Debug)]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | error.rs | 16 use std::fmt::{Debug, Display, Formatter}; 24 impl Debug for ScheduleError { 26 std::fmt::Debug::fmt(&self.repr, f) in fmt() 44 impl Debug for Repr { 48 Repr::Custom(ref c) => std::fmt::Debug::fmt(&c, f), in fmt() 53 #[derive(Debug)] 60 #[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | error.rs | 23 use core::fmt::{Debug, Display, Formatter}; 34 #[derive(Debug, Eq, PartialEq)] 66 Debug::fmt(self, f) in fmt() 72 #[derive(Debug, Eq, PartialEq)]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/ |
H A D | pty.rs | 14 use std::fmt::Debug; 26 #[derive(Debug)] 207 #[derive(Debug)] 225 #[derive(Debug)] 239 #[derive(Debug)] 284 #[derive(Debug)] 298 #[derive(Debug)]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/ |
H A D | error.rs | 17 use core::fmt::{Debug, Display, Formatter}; 180 impl Debug for HttpClientError { 214 #[derive(Debug, Clone, Copy, PartialEq, Eq)] 283 impl Debug for Cause { 287 Self::Dns(err) => Debug::fmt(err, f), in fmt() 289 Self::Tls(err) => Debug::fmt(err, f), in fmt() 290 Self::Io(err) => Debug::fmt(err, f), in fmt() 292 Self::Other(err) => Debug::fmt(err, f), in fmt()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-dmesg.md | 39 - 该命令依赖于LOSCFG_SHELL_DMESG,在kernel/liteos_a中输入make menuconfig命令。此时会弹出配置项,找到Debug选项并进入,然后在配置项中开启"Ena… 40 Debug ---> Enable a Debug Version ---> Enable Shell ---> Enable Shell dmesg
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hilog-rich.md | 18 | HiLog | int Debug(const HiLogLabel &label, const char \*fmt,&nb… 31 | HiLog | int Debug(const HiLogLabel &label, const char \*fmt,&nb… 32 …const char \*fmt, ...) | 功能:输出 info 级别日志。<br/>参数说明同 Debug 接口。 | 33 …const char \*fmt, ...) | 功能:输出 warn 级别日志。<br/>参数说明同 Debug 接口。 | 34 …onst char \*fmt, ...) | 功能:输出 error 级别日志。<br/>参数说明同 Debug 接口。 | 35 …onst char \*fmt, ...) | 功能:输出 fatal 级别日志。<br/>参数说明同 Debug 接口。 |
|
/ohos5.0/base/request/request/services/src/manage/events/ |
H A D | mod.rs | 14 use std::fmt::Debug; 35 #[derive(Debug)] 125 #[derive(Debug)] 143 #[derive(Debug)] 152 #[derive(Debug)] 165 impl Debug for ConstructMessage { 177 impl Debug for ServiceEvent { 215 #[derive(Debug)]
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | img_hash_check.rs | 28 #[derive(Debug)] 54 #[derive(Debug)] 62 #[derive(Debug)] 69 #[derive(Debug)] 76 #[derive(Hash, Eq, PartialEq, Debug)] 80 #[derive(Debug)]
|