Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp66 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 Dclient_info.cpp120 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 Dflush_info_record.cpp38 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 Dmedical_service.cpp137 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 Dts-universal-styled-string-sys.md100 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 Dsdv_adapt_serde_test.rs18 #[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 Derror.rs17 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 Doneshot.rs43 use std::fmt::{Debug, Formatter};
135 #[derive(Debug)]
269 #[derive(Debug)]
454 impl<T: Debug> Debug for Channel<T> {
H A Drwlock.rs282 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 Dmedical_service_client.cpp45 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 Dts-universal-styled-string-sys.md100 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 Dmedical_basic_data_channel.cpp39 …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 Dlib.rs42 #[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 Dhdi_connection.cpp50 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 Dnotify.rs21 #[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 Dinfo.rs25 #[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 Dlib.rs23 #[derive(Debug)]
30 Debug = 3, enumerator
52 #[derive(Debug)]
67 #[derive(Debug)]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Derror.rs16 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 Derror.rs23 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 Dpty.rs14 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 Derror.rs17 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 Dkernel-small-debug-shell-cmd-dmesg.md39 - 该命令依赖于LOSCFG_SHELL_DMESG,在kernel/liteos_a中输入make menuconfig命令。此时会弹出配置项,找到Debug选项并进入,然后在配置项中开启"Ena…
40 Debug ---&gt; Enable a Debug Version ---&gt; Enable Shell ---&gt; Enable Shell dmesg
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hilog-rich.md18 | HiLog | int&nbsp;Debug(const&nbsp;HiLogLabel&nbsp;&amp;label,&nbsp;const&nbsp;char&nbsp;\*fmt,&nb…
31 | HiLog | int&nbsp;Debug(const&nbsp;HiLogLabel&nbsp;&amp;label,&nbsp;const&nbsp;char&nbsp;\*fmt,&nb…
32 …const&nbsp;char&nbsp;\*fmt,&nbsp;...) | 功能:输出&nbsp;info&nbsp;级别日志。<br/>参数说明同&nbsp;Debug&nbsp;接口。 |
33 …const&nbsp;char&nbsp;\*fmt,&nbsp;...) | 功能:输出&nbsp;warn&nbsp;级别日志。<br/>参数说明同&nbsp;Debug&nbsp;接口。 |
34 …onst&nbsp;char&nbsp;\*fmt,&nbsp;...) | 功能:输出&nbsp;error&nbsp;级别日志。<br/>参数说明同&nbsp;Debug&nbsp;接口。 |
35 …onst&nbsp;char&nbsp;\*fmt,&nbsp;...) | 功能:输出&nbsp;fatal&nbsp;级别日志。<br/>参数说明同&nbsp;Debug&nbsp;接口。 |
/ohos5.0/base/request/request/services/src/manage/events/
H A Dmod.rs14 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 Dimg_hash_check.rs28 #[derive(Debug)]
54 #[derive(Debug)]
62 #[derive(Debug)]
69 #[derive(Debug)]
76 #[derive(Hash, Eq, PartialEq, Debug)]
80 #[derive(Debug)]

12345678910>>...15