Home
last modified time | relevance | path

Searched refs:debug (Results 1 - 25 of 44) sorted by relevance

12

/base/request/request/services/src/service/command/
H A Dsearch.rs27 debug!("Service system api search: bundle name is {}", bundle);
31 debug!("Service user search: uid is {}", uid);
36 debug!("Service search: before is {}", before);
38 debug!("Service search: after is {}", after);
40 debug!("Service search: state is {}", state);
42 debug!("Service search: action is {}", action);
44 debug!("Service search: mode is {}", mode);
55 debug!("End Service search ok: search task ids is {:?}", ids);
/base/request/request/services/src/service/client/
H A Dmanager.rs61 debug!("ClientManager init");
103 debug!("response client not found");
106 debug!("response pid not found");
118 debug!("response client not found");
121 debug!("notify data pid not found");
127 debug!("ClientManager handle message done");
173 debug!("client not found"); in handle_unsubscribe()
176 debug!("unsubscribe tid not found"); in handle_unsubscribe()
184 debug!("unsubscribe tid {:?}", tid); in handle_task_finished()
186 debug!("unsubscrib in handle_task_finished()
[all...]
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs23 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
54 debug!(LOG_LABEL, "Call ipc_client::enable()"); in enable_coordination()
74 debug!(LOG_LABEL, "Call ipc_client::disable()"); in disable_coordination()
97 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_coordination()
119 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination()
141 debug!(LOG_LABEL, "Call ipc_client::get_param()"); in get_coordination_state()
169 debug!(LOG_LABEL, "Call ipc_client::add_watch()"); in register_coordination_listener()
187 debug!(LOG_LABEL, "Call ipc_client::remove_watch()"); in unregister_coordination_listener()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_collector.h32 debug = IsPersistDebugOn(); in LogCollector()
48 bool debug; member in OHOS::HiviewDFX::LogCollector
/base/request/request/request_utils/src/
H A Dhilog.rs14 /// hilog debug
16 macro_rules! debug { macros
21 hilog_rust::debug!(LOG_LABEL, $fmt $(, @public($args))*);
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dpointer_style.rs18 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
76 debug!(LOG_LABEL, "Get pointer style success"); in pointer_style()
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dprovision_verify_test.cpp128 "type": "debug",
141 "debug-info": {
151 "type": "debug",
164 "debug-info": {
175 "type": "debug",
188 "debug-info": {
327 "type": "debug", in HWTEST_F()
339 "debug-info": { in HWTEST_F()
416 "type": "debug",
429 "debug
[all...]
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h76 static int CrashInFFRT(const std::string &debug);
77 static int CrashInLibuvWork(const std::string &debug);
78 static int CrashInLibuvTimer(const std::string &debug);
79 static int CrashInLibuvWorkDone(const std::string &debug);
H A Ddfx_crasher.cpp614 NOINLINE int DfxCrasher::CrashInFFRT(const std::string &debug) in CrashInFFRT() argument
616 if (debug == "true") { in CrashInFFRT()
647 NOINLINE int DfxCrasher::CrashInLibuvWork(const std::string &debug) in CrashInLibuvWork() argument
649 if (debug == "true") { in CrashInLibuvWork()
669 NOINLINE int DfxCrasher::CrashInLibuvTimer(const std::string &debug) in CrashInLibuvTimer() argument
671 if (debug == "true") { in CrashInLibuvTimer()
696 NOINLINE int DfxCrasher::CrashInLibuvWorkDone(const std::string &debug) in CrashInLibuvWorkDone() argument
698 if (debug == "true") { in CrashInLibuvWorkDone()
/base/request/request/services/src/
H A Dhilog.rs16 macro_rules! debug { macros
21 hilog_rust::debug!(LOG_LABEL, $fmt $(, @public($args))*);
/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs23 use hilog_rust::{ debug, hilog, HiLogLabel, LogType };
49 debug!(LOG_LABEL, "Call ipc_client::start()"); in alloc_socket_pair()
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs26 use hilog_rust::{ debug, error, hilog, HiLogLabel, LogType };
46 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_drag()
/base/request/request/services/src/manage/events/
H A Dresume.rs19 debug!("TaskManager resume, uid{} tid{}", uid, task_id);
H A Dpause.rs19 debug!("TaskManager pause, uid{} tid{}", uid, task_id);
H A Dstart.rs19 debug!("TaskManager start, tid{}", task_id);
H A Dstop.rs21 debug!("TaskManager stop, tid{}", task_id);
H A Dremove.rs21 debug!("TaskManager remove,uid{} tid{}", uid, task_id);
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs31 use hilog_rust::{ debug, info, error, hilog, HiLogLabel, LogType };
280 debug!(LOG_LABEL, "Add epoll handler ({})", @public(fd)); in add_epoll_handler()
293 debug!(LOG_LABEL, "Remove epoll handler ({})", @public(fd)); in remove_epoll_handler()
307 debug!(LOG_LABEL, "Wake epoll handler ({})", @public(e.fd)); in wake()
328 debug!(LOG_LABEL, "No epoll event"); in dispatch_inner()
/base/request/request/services/src/service/
H A Dpermission.rs28 debug!("Checks QUERY permission");
/base/request/request/services/src/utils/
H A Dtask_id_generator.rs26 debug!("generate task_id");
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp90 if (msg.type != static_cast<uint16_t>(LOG_APP) && flowControl && !debug) { in onDataRecv()
141 debug = on; in SetDebuggable()
/base/msdp/device_status/rust/plugin_manager/src/
H A Dlib.rs29 use hilog_rust::{ debug, info, error, hilog, HiLogLabel, LogType };
147 debug!(LOG_LABEL, "Library({}) has not been loaded", @public(intention as u32)); in unload_plugin()
/base/request/request/services/src/service/run_count/
H A Dmanager.rs81 debug!("RunCountManager init");
110 debug!("RunCountManager handle message done");
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs18 use hilog_rust::{debug, error, hilog, HiLogLabel, LogType};
102 debug!(LOG_LABEL, "Enter fd_:{}.", self.fd); in session_close()
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs27 use hilog_rust::{ debug, info, error, hilog, HiLogLabel, LogType };
55 debug!(LOG_LABEL, "check interface token"); in check_interface_token()
77 debug!(LOG_LABEL, "Plugin loaded"); in load_plugin()

Completed in 8 milliseconds

12