Home
last modified time | relevance | path

Searched refs:LOG_LABEL (Results 1 - 25 of 52) sorted by relevance

123

/base/theme/wallpaper_mgr/utils/include/
H A Dhilog_wrapper.h43 #ifdef LOG_LABEL
44 #undef LOG_LABEL macro
49 static constexpr OHOS::HiviewDFX::HiLogLabel LOG_LABEL = { LOG_CORE, WP_DOMAIN, "Wallpaper_OS" }; member
56 (void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_LABEL.domain, LOG_LABEL.tag, "[%{public}s(%{public}s:%{public}d)]" fmt, \
59 (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, LOG_LABEL.domain, LOG_LABEL.tag, "[%{public}s(%{public}s:%{public}d)]" fmt, \
62 (void)HILOG_IMPL(LOG_CORE, LOG_FATAL, LOG_LABEL.domain, LOG_LABEL.tag, "[%{public}s(%{public}s:%{public}d)]" fmt, \
65 (void)HILOG_IMPL(LOG_CORE, LOG_INFO, LOG_LABEL
[all...]
/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs33 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
50 info!(LOG_LABEL, "Connect to service successfully"); in connect()
54 error!(LOG_LABEL, "Can not dereference remote object"); in connect()
60 error!(LOG_LABEL, "Can not connect to service"); in connect()
74 error!(LOG_LABEL, "Failed to serialize interface token");
87 info!(LOG_LABEL, "Serialize interface token");
93 info!(LOG_LABEL, "Call proxy.enable()");
97 error!(LOG_LABEL, "Can not instantiate MsgParcel");
110 info!(LOG_LABEL, "Serialize interface token");
116 info!(LOG_LABEL, "Cal
[all...]
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_server.rs28 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
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()
H A Dfusion_ipc_delegator.rs34 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
55 debug!(LOG_LABEL, "check interface token"); in check_interface_token()
57 error!(LOG_LABEL, "Unexpected token"); in check_interface_token()
64 error!(LOG_LABEL, "Deserialization of interface token failed"); in check_interface_token()
77 debug!(LOG_LABEL, "Plugin loaded"); in load_plugin()
81 error!(LOG_LABEL, "Failed to load intention module"); in load_plugin()
87 error!(LOG_LABEL, "Error locking"); in load_plugin()
102 info!(LOG_LABEL, "Call plugin.enable()"); in enable()
113 info!(LOG_LABEL, "Call plugin.disable()"); in disable()
124 info!(LOG_LABEL, "Cal in start()
[all...]
/base/request/request/request_utils/src/
H A Dhilog.rs20 use crate::LOG_LABEL;
21 hilog_rust::debug!(LOG_LABEL, $fmt $(, @public($args))*);
31 use crate::LOG_LABEL;
33 hilog_rust::info!(LOG_LABEL, $fmt $(, @public($args))*);
43 use crate::LOG_LABEL;
45 hilog_rust::error!(LOG_LABEL, $fmt $(, @public($args))*);
/base/msdp/device_status/rust/frameworks/client/src/
H A Dframeworks.rs33 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
54 info!(LOG_LABEL, "Trying to connect server"); in connect()
57 info!(LOG_LABEL, "Connect to server successfully"); in connect()
61 error!(LOG_LABEL, "Can not connect to server"); in connect()
70 info!(LOG_LABEL, "Call basic.start_drag()"); in alloc_socket_pair()
74 error!(LOG_LABEL, "ipc_client is none"); in alloc_socket_pair()
84 info!(LOG_LABEL, "Call drag.start_drag()"); in start_drag()
88 error!(LOG_LABEL, "ipc_client is none"); in start_drag()
102 error!(LOG_LABEL, "ipc_client is none"); in register_coordination_listener()
116 error!(LOG_LABEL, "ipc_clien in unregister_coordination_listener()
[all...]
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs33 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
54 debug!(LOG_LABEL, "Call ipc_client::enable()"); in enable_coordination()
58 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in enable_coordination()
74 debug!(LOG_LABEL, "Call ipc_client::disable()"); in disable_coordination()
78 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in disable_coordination()
97 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_coordination()
101 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in start_coordination()
119 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination()
123 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in stop_coordination()
141 debug!(LOG_LABEL, "Cal in get_coordination_state()
[all...]
/base/request/request/services/src/
H A Dhilog.rs20 use $crate::LOG_LABEL;
21 hilog_rust::debug!(LOG_LABEL, $fmt $(, @public($args))*);
29 use $crate::LOG_LABEL;
31 hilog_rust::info!(LOG_LABEL, $fmt $(, @public($args))*);
39 use $crate::LOG_LABEL;
41 hilog_rust::error!(LOG_LABEL, $fmt $(, @public($args))*);
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs19 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
35 info!(LOG_LABEL, "enter StreamSessionCreate");
50 info!(LOG_LABEL, "enter StreamSessionDelete");
63 info!(LOG_LABEL, "enter StreamSessionSetUid");
79 info!(LOG_LABEL, "enter StreamSessionSetFd");
95 info!(LOG_LABEL, "enter StreamSessionSetPid");
111 info!(LOG_LABEL, "enter StreamSessionGetUid");
126 info!(LOG_LABEL, "enter StreamSessionGetPid");
142 info!(LOG_LABEL, "enter StreamSessionGetFd");
157 info!(LOG_LABEL, "ente
[all...]
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_buffer/
H A Dffi.rs19 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
35 info!(LOG_LABEL, "enter StreamBufferCreate");
50 info!(LOG_LABEL, "enter StreamBufferDelete");
63 info!(LOG_LABEL, "enter data");
78 info!(LOG_LABEL, "enter size");
93 info!(LOG_LABEL, "enter StreamBufferReset");
109 info!(LOG_LABEL, "enter clean");
125 info!(LOG_LABEL, "enter StreamBufferWrite");
144 info!(LOG_LABEL, "enter StreamBufferRead");
177 info!(LOG_LABEL, "ente
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h52 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/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/epoll_manager/
H A Dffi.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
38 info!(LOG_LABEL, "enter StreamSocketCreate");
53 info!(LOG_LABEL, "enter StreamSocketDelete");
66 info!(LOG_LABEL, "enter StreamSocketGetFd");
81 info!(LOG_LABEL, "enter StreamSocketClose");
97 info!(LOG_LABEL, "enter StreamSocketSetFd");
/base/msdp/device_status/rust/plugin_manager/src/
H A Dlib.rs35 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
83 info!(LOG_LABEL, "New Library instance created"); in instantiate_loader()
87 info!(LOG_LABEL, "Failed to create Library instance"); in instantiate_loader()
102 info!(LOG_LABEL, "Create plugin instance"); in do_load_plugin()
107 error!(LOG_LABEL, "Failed to create plugin instance"); in do_load_plugin()
111 info!(LOG_LABEL, "Plugin is loaded"); in do_load_plugin()
116 error!(LOG_LABEL, "Symbol is not found"); in do_load_plugin()
121 error!(LOG_LABEL, "Can not instantiate loader"); in do_load_plugin()
145 info!(LOG_LABEL, "Library({}) is unloaded", @public(intention as u32)); in unload_plugin()
147 debug!(LOG_LABEL, "Librar in unload_plugin()
[all...]
/base/security/code_signature/services/key_enable/src/
H A Dkey_enable.rs32 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
70 error!(LOG_LABEL, "{}", @public(error.to_string())); in print_openssl_error_stack()
103 error!(LOG_LABEL, "Convert KeySerial failed: {}", error); in parse_key_info()
150 error!(LOG_LABEL, "Get .fs-verity keyring id failed."); in get_keyring_id()
164 error!(LOG_LABEL, "empty trusted certs!"); in enable_trusted_keys()
175 error!(LOG_LABEL, "Add cert path from local profile err."); in check_and_add_cert_path()
177 info!(LOG_LABEL, "Finished cert path adding."); in check_and_add_cert_path()
191 info!(LOG_LABEL, "Starting enable developer cert."); in add_profile_cert_path_thread()
197 error!(LOG_LABEL, "Timeout while waiting for PROFILE_STORE_EL1."); in add_profile_cert_path_thread()
212 error!(LOG_LABEL, "Enabl in enable_local_key()
[all...]
H A Dprofile_utils.rs39 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
328 info!(LOG_LABEL, "load profile failed {}!", @public(path)); in process_profile()
331 info!(LOG_LABEL, "load profile success {}!", @public(path)); in process_profile()
335 error!(LOG_LABEL, "load profile to pkcs7 obj failed {}!", @public(path)); in process_profile()
340 error!(LOG_LABEL, "Invalid signer profile file {}", @public(path)); in process_profile()
349 error!(LOG_LABEL, "Error parsing PKCS7 data: {}, profile file {}", in process_profile()
357 LOG_LABEL, in process_profile()
369 info!(LOG_LABEL, "get device udid {}!", device_udid); in verify_udid()
401 error!(LOG_LABEL, "invalid profile bundle name!"); in validate_and_convert_inputs()
412 error!(LOG_LABEL, "Faile in process_data()
[all...]
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs41 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
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()
183 error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in write_char_usize()
188 error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in write_char_usize()
193 error!(LOG_LABEL, "The write length exceeds buffer. wIdx:{} size:{} maxBufSize:{} errCode:{}", in write_char_usize()
205 error!(LOG_LABEL, "Failed to call memcpy_s. ret:{}", ret); in write_char_usize()
229 debug!(LOG_LABEL, "unread_size:{} rPos:{} wPos:{}", unread_size, self.r_pos, self.w_pos); in copy_data_to_begin()
238 error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in read_char_usize()
243 error!(LOG_LABEL, "Invali in read_char_usize()
[all...]
H A Dstream_session.rs21 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
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/
H A Dinput_manager.rs26 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
42 error!(LOG_LABEL, "Failed to add monitor"); in add_monitor()
54 error!(LOG_LABEL, "Failed to set pointer visible"); in set_pointer_visible()
66 error!(LOG_LABEL, "Failed to enable input device"); in enable_input_device()
78 error!(LOG_LABEL, "Failed to remove input event filter"); in remove_input_event_filter()
H A Dpointer_style.rs25 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
73 error!(LOG_LABEL, "Get pointer style failed"); in pointer_style()
76 debug!(LOG_LABEL, "Get pointer style success"); in pointer_style()
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs60 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
75 error!(LOG_LABEL, "DSoftbus is none"); in on_session_opened()
85 error!(LOG_LABEL, "DSoftbus is none"); in on_session_closed()
94 error!(LOG_LABEL, "DSoftbus is none"); in on_bytes_received()
173 info!(LOG_LABEL, "Session server has already created"); in init()
179 error!(LOG_LABEL, "Remove last sesison server, sessionName:{}", @public(self.local_session_name)); in init()
183 error!(LOG_LABEL, "Remove session server failed, error code:{}", @public(ret)); in init()
195 error!(LOG_LABEL, "Create session_listener failed"); in init()
203 error!(LOG_LABEL, "Create session server failed, error code:{}", @public(ret)); in init()
262 error!(LOG_LABEL, "Local_network_i in get_session_name()
[all...]
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs48 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
143 info!(LOG_LABEL, "Driver stopped running"); in run()
191 error!(LOG_LABEL, "epoll_ctl_add({},{}) fail: {:?}", in epoll_add()
209 error!(LOG_LABEL, "epoll_ctl_remove({},{}) fail: {:?}", in epoll_del()
228 error!(LOG_LABEL, "epoll_wait({}) fail: {:?}", in epoll_wait()
263 error!(LOG_LABEL, "In reset_fd, epoll_ctl_mod({},{}) fail: {:?}", in epoll_reset()
277 error!(LOG_LABEL, "Epoll handler ({}) has been added", @public(fd)); in add_epoll_handler()
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()
296 error!(LOG_LABEL, "N in remove_epoll_handler()
[all...]
/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs41 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
58 info!(LOG_LABEL, "In FusionIpcServiceIdentity::compose_param_id(): enter"); in compose_param_id()
66 info!(LOG_LABEL, "In FusionIpcServiceIdentity::split_action(): enter"); in split_action()
72 info!(LOG_LABEL, "In FusionIpcServiceIdentity::split_intention(): enter"); in split_intention()
78 info!(LOG_LABEL, "In FusionIpcServiceIdentity::split_param(): enter"); in split_param()
H A Dlib.rs35 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
83 info!(LOG_LABEL, "Call stub.enable()");
87 info!(LOG_LABEL, "Call stub.disable()");
91 info!(LOG_LABEL, "Call stub.start()");
95 info!(LOG_LABEL, "Call stub.stop()");
99 info!(LOG_LABEL, "Call stub.add_watch()");
103 info!(LOG_LABEL, "Call stub.remove_watch()");
107 info!(LOG_LABEL, "Call stub.set_param()");
111 info!(LOG_LABEL, "Call stub.get_param()");
115 info!(LOG_LABEL, "Cal
[all...]
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs28 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
46 debug!(LOG_LABEL, "Call ipc_client::start()"); in start_drag()
54 error!(LOG_LABEL, "Failed to deserialize DefaultReply"); in start_drag()
60 error!(LOG_LABEL, "Can not instantiate MsgParcel"); in start_drag()
/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddis_handware.rs26 const LOG_LABEL: HiLogLabel = HiLogLabel { consts
44 error!(LOG_LABEL, "Init device manager failed"); in init_device_manager()
65 error!(LOG_LABEL, "Register devStateCallback failed"); in register_device_state()
80 error!(LOG_LABEL, "UnRegister devStateCallback failed"); in un_register_device_state()

Completed in 12 milliseconds

123