| /base/hiviewdfx/hitrace/cmd/config/ |
| D | hitrace.rc | 17 write /sys/kernel/debug/tracing/tracing_on 0 18 chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb 19 chmod 0666 /sys/kernel/debug/tracing/saved_cmdlines_size 20 chmod 0666 /sys/kernel/debug/tracing/trace 21 chmod 0666 /sys/kernel/debug/tracing/trace_clock 22 chmod 0222 /sys/kernel/debug/tracing/trace_marker 23 chmod 0666 /sys/kernel/debug/tracing/tracing_on 26 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_lock/enable 27 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_locked/enable 28 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable [all …]
|
| D | hitrace.cfg | 5 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755", 12 "write /sys/kernel/debug/tracing/tracing_on 0", 13 "chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb", 14 "chmod 0666 /sys/kernel/debug/tracing/current_tracer", 15 "chmod 0666 /sys/kernel/debug/tracing/saved_cmdlines_size", 16 "chmod 0666 /sys/kernel/debug/tracing/trace", 17 "chmod 0666 /sys/kernel/debug/tracing/snapshot", 18 "chmod 0666 /sys/kernel/debug/tracing/trace_clock", 19 "chmod 0222 /sys/kernel/debug/tracing/trace_marker", 20 "chmod 0666 /sys/kernel/debug/tracing/tracing_on", [all …]
|
| /base/request/request/services/service/request/src/service/command/ |
| D | search.rs | 31 debug!("Service search: not system api"); in execute() 33 debug!("Service search: bundle change: {}", bundle); in execute() 35 debug!("Service search: bundle is {}", bundle); in execute() 37 debug!("Service search: before is {}", before); in execute() 39 debug!("Service search: after is {}", after); in execute() 41 debug!("Service search: state is {}", state); in execute() 43 debug!("Service search: action is {}", action); in execute() 45 debug!("Service search: mode is {}", mode); in execute() 68 debug!("Service search: search task ids is {:?}", ids); in execute()
|
| D | touch.rs | 28 debug!("Service touch"); in execute() 30 debug!("Service touch: task_id is {}", id); in execute() 33 debug!("Service touch: u32 task_id is {}", id); in execute() 35 debug!("Service touch: token is {}", token); in execute() 37 debug!("Service touch: uid is {}", uid); in execute() 45 debug!("Service touch: task_info get"); in execute()
|
| D | get_task.rs | 28 debug!("Service getTask"); in execute() 30 debug!("Service getTask: task_id is {}", tid); in execute() 33 debug!("Service getTask: u32 task_id is {}", tid); in execute() 35 debug!("Service getTask: token is {}", token); in execute() 37 debug!("Service getTask: uid is {}", uid); in execute() 45 debug!("Service getTask: task_config get"); in execute()
|
| D | stop.rs | 27 debug!("Service stop"); in execute() 29 debug!("Service stop: task_id is {}", id); in execute() 32 debug!("Service stop: u32 task_id is {}", id); in execute() 34 debug!("Service stop: uid is {}", uid); in execute()
|
| D | query_mime_type.rs | 35 debug!("Service query mime type: task_id is {}", id); in execute() 38 debug!("Service query mime type: u32 task_id is {}", id); in execute() 41 debug!("Service query mime type: uid is {}", uid); in execute() 54 debug!("Service query mime type: {}", mime); in execute()
|
| D | show.rs | 36 debug!("Service show: task_id is {}", id); in execute() 39 debug!("Service show: u32 task_id is {}", id); in execute() 41 debug!("Service show: uid is {}", uid); in execute() 50 debug!("Service show: task_info {:?}", info); in execute()
|
| D | pause.rs | 31 debug!("Service pause: version {}", version); in execute() 39 debug!("Service pause: task_id is {}", id); in execute() 42 debug!("Service pause: u32 task_id is {}", id); in execute() 45 debug!("Service pause: uid is {}", uid); in execute()
|
| D | resume.rs | 36 debug!("Service resume: task_id is {}", id); in execute() 39 debug!("Service resume: u32 task_id is {}", id); in execute() 41 debug!("Service resume: uid is {}", uid); in execute()
|
| D | start.rs | 36 debug!("Service start: task_id is {}", id); in execute() 39 debug!("Service start: u32 task_id is {}", id); in execute() 41 debug!("Service start: uid is {}", uid); in execute()
|
| D | remove.rs | 38 debug!("Service remove: task_id is {}", id); in execute() 41 debug!("Service remove: u32 task_id is {}", id); in execute() 43 debug!("Service remove: uid is {}", uid); in execute()
|
| D | off.rs | 37 debug!("Service off: off_type {:?}", off_type); in execute() 48 debug!("Service off: task_id {}", id); in execute() 51 debug!("Service off: u32 task_id is {:?}", id); in execute()
|
| D | query.rs | 49 debug!("Service query: task_id is {}", id); in execute() 52 debug!("Service query: u32 task_id is {}", id); in execute() 60 debug!("Service query: task_info - {:?}", info); in execute()
|
| /base/request/request/services/service/request/src/manager/events/ |
| D | query.rs | 21 debug!( in query() 28 debug!("query task info by memory"); in query() 32 debug!("query task info is {:?}", task_info); in query() 37 debug!("query task info by database"); in query() 44 debug!("query task info is {:?}", task_info); in query()
|
| D | query_mime_type.rs | 21 debug!( in query_mime_type() 29 debug!("TaskManager query mime type by memory"); in query_mime_type() 33 debug!("TaskManager query mime type: show mime type from database"); in query_mime_type() 42 debug!("TaskManager query mime type: mime type is {:?}", mime_type); in query_mime_type()
|
| D | touch.rs | 21 debug!("TaskManager touch a task, uid:{}, task_id:{}", uid, task_id); in touch() 25 debug!("touch task info by memory"); in touch() 34 debug!("TaskManger touch: touch task_info from database"); in touch() 42 debug!("TaskManger touch: task info is {:?}", task_info); in touch()
|
| D | get_task.rs | 19 debug!("TaskManager get a task, uid:{}, task_id:{}", uid, task_id); in get_task_api() 23 debug!("found task in task_map"); in get_task_api() 30 debug!("get task not in task_map"); in get_task_api()
|
| D | construct.rs | 46 debug!( in construct_task() 78 debug!("TaskManager close sa timing abort"); in construct_task() 97 debug!( in add_task_api9() 108 debug!( in add_task_api9() 139 debug!( in add_task_api10() 155 debug!( in add_task_api10() 167 debug!("record request task into database"); in record_request_task()
|
| D | show.rs | 22 debug!("TaskManager show, uid:{}, task_id:{} success", uid, task_id); in show() 27 debug!("TaskManager show: show task info from database"); in show() 35 debug!("TaskManager show: task info is {:?}", task_info); in show()
|
| /base/msdp/device_status/rust/modules/coordination/client/src/ |
| D | lib.rs | 23 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/request/request/services/service/request/src/service/notify/ |
| D | manager.rs | 74 debug!("NotifyManager gets event: {}", event.as_str()); in notify() 77 debug!("NotifyManager finds key succeed: {:?}", key); in notify() 81 debug!("NotifyManager finds key failed: {:?}", key); in notify() 91 debug!("NotifyManager notifies unregistered key: {:?}", key); in on() 96 debug!("NotifyManager has inserted key: {:?}", key); in on() 103 debug!("NotifyManager removes key: {:?}", key); in off() 129 debug!("NotifyManager has cleared all the key of Task: {:?}", id); in clear() 166 debug!("Notifier gets notify data: {:?}", data); in notify() 191 debug!("During notify: send request"); in notify() 198 debug!("During notify: send request success"); in notify()
|
| /base/web/webview/ohos_nweb/etc/para/ |
| D | web.para | 15 web.debug.devtools = false 16 web.debug.netlog = None 17 web.debug.trace = false
|
| /base/request/request/services/service/request/src/manager/ |
| D | unload.rs | 83 debug!("RSA query task config is {:?}", config); in restore_all_tasks() 114 debug!("TaskManager inserts restore tasks"); in insert_restore_tasks() 173 debug!("query all task config in database"); in query_all_task_config() 177 debug!("no task config in database"); in query_all_task_config() 201 debug!("Starts to delete early records"); in delete_early_records() 209 debug!("Deletes early records end"); in delete_early_records()
|
| /base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
| D | provision_verify_test.cpp | 128 "type": "debug", 141 "debug-info": { 151 "type": "debug", 164 "debug-info": { 175 "type": "debug", 188 "debug-info": { 327 "type": "debug", 339 "debug-info": { 416 "type": "debug", 429 "debug-info": { [all …]
|