/base/msdp/device_status/rust/frameworks/client/src/ |
D | lib.rs | 39 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 57 error!(LOG_LABEL, "Fail dereferencing mutable FusionFrameworks instance"); in fusion_alloc_socket_fd() 64 error!(LOG_LABEL, "program_name is null"); in fusion_alloc_socket_fd() 75 error!(LOG_LABEL, "Fail parsing AllocSocketPairParam"); in fusion_alloc_socket_fd() 81 info!(LOG_LABEL, "Call alloc_socket_pair()"); in fusion_alloc_socket_fd() 89 error!(LOG_LABEL, "alloc_socket_pair() fail"); in fusion_alloc_socket_fd() 95 error!(LOG_LABEL, "Fail dereferencing FusionFrameworks instance"); in fusion_alloc_socket_fd() 107 info!(LOG_LABEL, "enter fusion_start_drag()"); in fusion_start_drag() 113 error!(LOG_LABEL, "Can not dereference mutable FusionFrameworks instance"); in fusion_start_drag() 121 info!(LOG_LABEL, "Call start_drag()"); in fusion_start_drag() [all …]
|
D | frameworks.rs | 34 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 87 info!(LOG_LABEL, "trying to connect server"); in set_ipc_connect() 90 info!(LOG_LABEL, "Connect to server successfully"); in set_ipc_connect() 94 error!(LOG_LABEL, "Can not connect to server"); in set_ipc_connect() 103 info!(LOG_LABEL, "Call basic.start_drag()"); in alloc_socket_pair() 107 error!(LOG_LABEL, "ipc_client is none"); in alloc_socket_pair() 117 info!(LOG_LABEL, "Call drag.start_drag()"); in start_drag() 121 error!(LOG_LABEL, "ipc_client is none"); in start_drag() 135 error!(LOG_LABEL, "ipc_client is none"); in register_coordination_listener() 149 error!(LOG_LABEL, "ipc_client is none"); in unregister_coordination_listener() [all …]
|
/base/msdp/device_status/rust/ipc/client/src/ |
D | lib.rs | 38 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 55 … info!(LOG_LABEL, "in FusionIpcClient::connect(): Connect to service successfully"); in connect() 59 … error!(LOG_LABEL, "in FusionIpcClient::connect(): Can not dereference remote object"); in connect() 65 error!(LOG_LABEL, "in FusionIpcClient::connect(): Can not connect to service"); in connect() 79 error!(LOG_LABEL, "Fail to serialize interface token"); in add_interface_token() 92 info!(LOG_LABEL, "Serialize interface token"); in enable() 98 info!(LOG_LABEL, "Call proxy.enable()"); in enable() 102 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in enable() 115 info!(LOG_LABEL, "Serialize interface token"); in disable() 121 info!(LOG_LABEL, "Call proxy.disable()"); in disable() [all …]
|
/base/request/request/services/service/rust/src/ |
D | request_service.rs | 35 enumration::*, form_item::*, log::LOG_LABEL, request_service_ability::*, 52 error!(LOG_LABEL, "permission denied"); in construct() 56 debug!(LOG_LABEL, "construct"); in construct() 86 error!(LOG_LABEL, "size is too large"); in construct() 100 error!(LOG_LABEL, "size is too large"); in construct() 122 error!(LOG_LABEL, "size is too large"); in construct() 135 error!(LOG_LABEL, "size is too large"); in construct() 176 debug!(LOG_LABEL, "files {:?}", @public(files)); in construct() 186 debug!(LOG_LABEL, "task id {}", @public(task_id)); in construct() 192 debug!(LOG_LABEL, "Pause"); in pause() [all …]
|
D | task_manager.rs | 20 log::LOG_LABEL, c_string_wrapper::*, filter::*, 133 info!(LOG_LABEL, "dump all task info, api10_background_task_count:{}, in dump_all_task_info() 142 info!(LOG_LABEL, in dump_all_task_info() 152 info!(LOG_LABEL, in dump_all_task_info() 223 debug!(LOG_LABEL, "top_bundle {}", @public(top_bundle)); in is_front_app() 230 debug!(LOG_LABEL, "is front app"); in is_front_app() 241 debug!(LOG_LABEL, "begin construct a task"); in construct_task() 268 …debug!(LOG_LABEL, "uid {} task_id {} version {:?}", @public(uid), @public(task_id), @public(task.c… in construct_task() 292 debug!(LOG_LABEL, "Begin add a v9 task"); in add_task_api9() 298 debug!(LOG_LABEL, in add_task_api9() [all …]
|
D | log.rs | 23 pub const LOG_LABEL: HiLogLabel = HiLogLabel { constant 33 debug!(LOG_LABEL, "[{}:{}]:{}",file!().rsplit('/').collect::<Vec<&str>>().first().unwrap(), 41 info!(LOG_LABEL, "[{}:{}]:{}", file!().rsplit('/').collect::<Vec<&str>>().first().unwrap(), 49 warn!(LOG_LABEL, "[{}:{}]:{}", file!().rsplit('/').collect::<Vec<&str>>().first().unwrap(), 57 … error!(LOG_LABEL, "[{}:{}]:{}", file!().rsplit('/').collect::<Vec<&str>>().first().unwrap(), 65 … fatal!(LOG_LABEL, "[{}:{}]:{}", file!().rsplit('/').collect::<Vec<&str>>().first().unwrap(),
|
/base/msdp/device_status/rust/modules/coordination/client/src/ |
D | lib.rs | 36 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 59 debug!(LOG_LABEL, "Call ipc_client::enable()"); in enable_coordination() 63 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in enable_coordination() 79 debug!(LOG_LABEL, "Call ipc_client::disable()"); in disable_coordination() 83 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in disable_coordination() 102 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_coordination() 106 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in start_coordination() 124 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination() 128 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in stop_coordination() 146 debug!(LOG_LABEL, "Call ipc_client::get_param()"); in get_coordination_state() [all …]
|
/base/msdp/device_status/rust/ipc/server/src/ |
D | fusion_ipc_server.rs | 28 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 35 info!(LOG_LABEL, "Create remote stub"); in on_start() 38 info!(LOG_LABEL, "Publishing service"); in on_start() 44 error!(LOG_LABEL, "No proxy"); in on_start() 47 error!(LOG_LABEL, "Remote object is none"); in on_start() 50 error!(LOG_LABEL, "Can not create remote stub"); in on_start() 55 info!(LOG_LABEL, "in on_stop(): enter"); in on_stop() 59 error!(LOG_LABEL, "No proxy"); in on_stop()
|
D | fusion_ipc_delegator.rs | 30 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 51 debug!(LOG_LABEL, "check interface token"); in check_interface_token() 53 error!(LOG_LABEL, "unexpected token"); in check_interface_token() 60 error!(LOG_LABEL, "Deserialization of interface token fail"); in check_interface_token() 73 debug!(LOG_LABEL, "Plugin loaded"); in load_plugin() 77 error!(LOG_LABEL, "Fail to load intention module"); in load_plugin() 83 error!(LOG_LABEL, "error locking"); in load_plugin() 98 info!(LOG_LABEL, "call plugin.enable()"); in enable() 109 info!(LOG_LABEL, "call plugin.disable()"); in disable() 120 info!(LOG_LABEL, "call plugin.start()"); in start() [all …]
|
/base/theme/wallpaper_mgr/utils/include/ |
D | hilog_wrapper.h | 43 #ifdef LOG_LABEL 44 #undef LOG_LABEL 49 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, WP_DOMAIN, "Wallpaper_OS" }; variable 56 …(void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, WALLFILE… 59 …(void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, WALLFILE… 62 …(void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, WALLFILEN… 65 …(void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, WALLFILEN… 68 …(void)OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, WALLFILE…
|
/base/telephony/core_service/services/sim/include/ |
D | hilog_wrapper.h | 44 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, 0, "SIMService"}; variable 46 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) 47 #define HILOG_ERROR(...) (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, __VA_ARGS__) 48 #define HILOG_WARN(...) (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__) 49 #define HILOG_INFO(...) (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, __VA_ARGS__) 50 #define HILOG_DEBUG(...) (void)OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, __VA_ARGS__)
|
/base/web/webview/ohos_nweb/include/ |
D | nweb_log.h | 23 constexpr HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0xD004500, "NWEB" }; variable 28 HiviewDFX::HiLog::Debug(LOG_LABEL, FUNC_LINE_FMT fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) 30 HiviewDFX::HiLog::Info(LOG_LABEL, FUNC_LINE_FMT fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) 32 HiviewDFX::HiLog::Warn(LOG_LABEL, FUNC_LINE_FMT fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) 34 HiviewDFX::HiLog::Error(LOG_LABEL, FUNC_LINE_FMT fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) 36 HiviewDFX::HiLog::Fatal(LOG_LABEL, FUNC_LINE_FMT fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__)
|
/base/useriam/fingerprint_auth/common/logs/ |
D | iam_logger.h | 28 #ifdef LOG_LABEL 29 #undef LOG_LABEL 33 #define IAM_LOGD(...) OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, ARGS(__VA_ARGS__)) 34 #define IAM_LOGI(...) OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, ARGS(__VA_ARGS__)) 35 #define IAM_LOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ARGS(__VA_ARGS__)) 36 #define IAM_LOGE(...) OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, ARGS(__VA_ARGS__)) 37 #define IAM_LOGF(...) OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, ARGS(__VA_ARGS__))
|
/base/msdp/device_status/rust/plugin_manager/src/ |
D | lib.rs | 36 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 82 info!(LOG_LABEL, "New Library instance created"); in instantiate_loader() 86 info!(LOG_LABEL, "Failed to create Library instance"); in instantiate_loader() 101 info!(LOG_LABEL, "Create plugin instance"); in do_load_plugin() 106 error!(LOG_LABEL, "Fail to create plugin instance"); in do_load_plugin() 110 info!(LOG_LABEL, "Plugin is loaded"); in do_load_plugin() 115 error!(LOG_LABEL, "Symbol is not found"); in do_load_plugin() 120 error!(LOG_LABEL, "Can not instantiate loader"); in do_load_plugin() 144 info!(LOG_LABEL, "Library({}) is unloaded", @public(intention as u32)); in unload_plugin() 146 debug!(LOG_LABEL, "Library({}) has not been loaded", @public(intention as u32)); in unload_plugin()
|
/base/useriam/pin_auth/common/logs/ |
D | iam_logger.h | 28 #ifdef LOG_LABEL 29 #undef LOG_LABEL 33 #define IAM_LOGD(...) OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, ARGS(__VA_ARGS__)) 34 #define IAM_LOGI(...) OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, ARGS(__VA_ARGS__)) 35 #define IAM_LOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ARGS(__VA_ARGS__)) 36 #define IAM_LOGE(...) OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, ARGS(__VA_ARGS__)) 37 #define IAM_LOGF(...) OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, ARGS(__VA_ARGS__))
|
/base/useriam/face_auth/common/logs/ |
D | iam_logger.h | 28 #ifdef LOG_LABEL 29 #undef LOG_LABEL 33 #define IAM_LOGD(...) OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, ARGS(__VA_ARGS__)) 34 #define IAM_LOGI(...) OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, ARGS(__VA_ARGS__)) 35 #define IAM_LOGW(...) OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, ARGS(__VA_ARGS__)) 36 #define IAM_LOGE(...) OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, ARGS(__VA_ARGS__)) 37 #define IAM_LOGF(...) OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, ARGS(__VA_ARGS__))
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/ |
D | ffi.rs | 19 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 61 info!(LOG_LABEL, "enter StreamSessionSetUid"); in StreamSessionSetUid() 77 info!(LOG_LABEL, "enter StreamSessionSetFd"); in StreamSessionSetFd() 93 info!(LOG_LABEL, "enter StreamSessionSetPid"); in StreamSessionSetPid() 109 info!(LOG_LABEL, "enter StreamSessionGetUid"); in StreamSessionGetUid() 124 info!(LOG_LABEL, "enter StreamSessionGetPid"); in StreamSessionGetPid() 140 info!(LOG_LABEL, "enter StreamSessionGetFd"); in StreamSessionGetFd() 155 info!(LOG_LABEL, "enter StreamSessionSetTokenType"); in StreamSessionSetTokenType() 171 info!(LOG_LABEL, "enter StreamSessionGetTokenType"); in StreamSessionGetTokenType() 186 info!(LOG_LABEL, "enter StreamSessionGetModuleType"); in StreamSessionGetModuleType() [all …]
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | hilog_wrapper.h | 51 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, 0xD001E00, "ResourceManager"}; variable 53 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) 54 #define HILOG_ERROR(...) (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, __VA_ARGS__) 57 (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__); \ 63 (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, __VA_ARGS__); \ 69 (void)OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, __VA_ARGS__); \
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | hilog_wrapper.h | 52 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = {LOG_CORE, 0, "ResourceManager"}; variable 54 #define HILOG_FATAL(...) (void)OHOS::HiviewDFX::HiLog::Fatal(LOG_LABEL, __VA_ARGS__) 55 #define HILOG_ERROR(...) (void)OHOS::HiviewDFX::HiLog::Error(LOG_LABEL, __VA_ARGS__) 58 (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__); \ 64 (void)OHOS::HiviewDFX::HiLog::Info(LOG_LABEL, __VA_ARGS__); \ 70 (void)OHOS::HiviewDFX::HiLog::Debug(LOG_LABEL, __VA_ARGS__); \
|
/base/theme/screenlock_mgr/utils/include/ |
D | sclock_log.h | 45 constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, 0xD001C00, "SclockKit" }; variable 51 …LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, FILENAME_PREFIX, __FUNCTION__, __LINE__, ##_… 54 …LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, FILENAME_PREFIX, __FUNCTION__, __LINE__, ##_… 57 …LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, FILENAME_PREFIX, __FUNCTION__, __LINE__, ##_… 60 …LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, FILENAME_PREFIX, __FUNCTION__, __LINE__, ##_… 63 …LOG_LABEL, "[%{public}s(%{public}s:%{public}d)]" fmt, FILENAME_PREFIX, __FUNCTION__, __LINE__, ##_…
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
D | stream_buffer.rs | 41 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 119 error!(LOG_LABEL, "Call memset_s fail"); in clean() 125 error!(LOG_LABEL, "The position in the calculation is not as expected. pos:{} [0, {}]", in seek_read_pos() 181 … error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in write_char_usize() 186 … error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in write_char_usize() 191 … error!(LOG_LABEL, "The write length exceeds buffer. wIdx:{} size:{} maxBufSize:{} errCode:{}", in write_char_usize() 203 error!(LOG_LABEL, "Failed to call memcpy_s. ret:{}", ret); in write_char_usize() 227 debug!(LOG_LABEL, "unread_size:{} rPos:{} wPos:{}", unread_size, self.r_pos, self.w_pos); in copy_data_to_begin() 236 … error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in read_char_usize() 241 … error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in read_char_usize() [all …]
|
D | stream_session.rs | 21 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 102 debug!(LOG_LABEL, "Enter fd_:{}.", self.fd); in session_close() 114 error!(LOG_LABEL, "buf is null"); in session_send_msg() 118 …error!(LOG_LABEL, "size is either equal to 0 or greater than MAX_PACKET_BUF_SIZE, size: {}", size); in session_send_msg() 122 error!(LOG_LABEL, "The fd is less than 0, fd: {}", self.fd); in session_send_msg() 143 … error!(LOG_LABEL, "Continue for errno EAGAIN|EINTR|EWOULDBLOCK, errno:{}", errno); in session_send_msg() 146 error!(LOG_LABEL, "Send return failed,error:{} fd:{}", errno, self.fd); in session_send_msg() 156 error!(LOG_LABEL, "Send too many times:{}/{},size:{}/{} fd:{}", in session_send_msg()
|
/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
D | input_manager.rs | 22 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 38 error!(LOG_LABEL, "failed to add monitor"); in add_monitor() 50 error!(LOG_LABEL, "failed to set pointer visible"); in set_pointer_visible() 62 error!(LOG_LABEL, "failed to enable input device"); in enable_input_device() 74 error!(LOG_LABEL, "failed to remove input event filter"); in remove_input_event_filter()
|
/base/msdp/device_status/rust/modules/basic/client/src/ |
D | lib.rs | 33 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 54 debug!(LOG_LABEL, "in DragClient::start_drag(): call ipc_client::start()"); in alloc_socket_pair() 60 info!(LOG_LABEL, "Deserialization succeeded"); in alloc_socket_pair() 64 error!(LOG_LABEL, "Failed to deserialize reply"); in alloc_socket_pair() 68 error!(LOG_LABEL, "in DragClient::start_drag(): can not instantiate MsgParcel"); in alloc_socket_pair()
|
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/ |
D | ffi.rs | 19 const LOG_LABEL: HiLogLabel = HiLogLabel { constant 61 info!(LOG_LABEL, "enter data"); in StreamBufferData() 76 info!(LOG_LABEL, "enter size"); in StreamBufferSize() 91 info!(LOG_LABEL, "enter StreamBufferReset"); in StreamBufferReset() 107 info!(LOG_LABEL, "enter clean"); in StreamBufferClean() 123 info!(LOG_LABEL, "enter StreamBufferWrite"); in StreamBufferWrite() 142 info!(LOG_LABEL, "enter StreamBufferRead"); in StreamBufferRead() 175 info!(LOG_LABEL, "enter StreamBufferGetErrorStatusRemark"); in StreamBufferGetErrorStatusRemark() 190 info!(LOG_LABEL, "enter StreamBufferWriteChar"); in StreamBufferWriteChar() 205 info!(LOG_LABEL, "enter StreamBufferCheckWrite"); in StreamBufferCheckWrite() [all …]
|