Home
last modified time | relevance | path

Searched refs:HILOG_WARN (Results 1 - 25 of 200) sorted by relevance

12345678

/foundation/systemabilitymgr/samgr/services/lsamgr/src/
H A Dlocal_ability_manager_proxy.cpp37 HILOG_WARN(LOG_CORE, "StartAbility systemAbilityId invalid."); in StartAbility()
42 HILOG_WARN(LOG_CORE, "StartAbility eventStr invalid."); in StartAbility()
54 HILOG_WARN(LOG_CORE, "StartAbility interface token check failed"); in StartAbility()
59 HILOG_WARN(LOG_CORE, "StartAbility write systemAbilityId failed!"); in StartAbility()
64 HILOG_WARN(LOG_CORE, "StartAbility write eventStr failed!"); in StartAbility()
82 HILOG_WARN(LOG_CORE, "StopAbility systemAbilityId invalid."); in StopAbility()
87 HILOG_WARN(LOG_CORE, "StartAbility eventStr invalid."); in StopAbility()
99 HILOG_WARN(LOG_CORE, "StopAbility interface token check failed"); in StopAbility()
104 HILOG_WARN(LOG_CORE, "StopAbility write systemAbilityId failed!"); in StopAbility()
109 HILOG_WARN(LOG_COR in StopAbility()
[all...]
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_manager_service_stub.cpp36 HILOG_WARN("AccessibleAbilityManagerServiceStub::OnRemoteRequest, default case, need check."); \
161 HILOG_WARN("AccessToken type invalid!"); in CheckPermission()
167 HILOG_WARN("AccessTokenID denied!"); in CheckPermission()
334 HILOG_WARN("Not system app"); in HandleGetCaptionProperty()
354 HILOG_WARN("HandleSetCaptionProperty Not system app"); in HandleSetCaptionProperty()
359 HILOG_WARN("HandleSetCaptionProperty permission denied."); in HandleSetCaptionProperty()
379 HILOG_WARN("HandleSetCaptionState Not system app"); in HandleSetCaptionState()
384 HILOG_WARN("HandleSetCaptionState permission denied."); in HandleSetCaptionState()
423 HILOG_WARN("Not system app"); in HandleGetCaptionState()
470 HILOG_WARN("HandleEnableAbilit in HandleEnableAbility()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_rdb_data_mgr.cpp148 HILOG_WARN("rdb slave corrupt, backup from master, ret=%{public}" PRId32, backupRet); in ExecuteSql()
152 HILOG_WARN("Check rdb corrupt,rebuild form rdb successfully"); in ExecuteSql()
162 HILOG_WARN("ExecuteSql failed, ret=%{public}" PRId32, ret); in ExecuteSql()
192 HILOG_WARN("rdb slave corrupt, backup from master, ret=%{public}" PRId32, backupRet); in InsertData()
196 HILOG_WARN("Check rdb corrupt,rebuild form rdb successfully"); in InsertData()
207 HILOG_WARN("Insert operation failed, key=%{public}s, ret=%{public}" PRId32, key.c_str(), ret); in InsertData()
238 HILOG_WARN("rdb slave corrupt, backup from master, ret=%{public}" PRId32, backupRet); in InsertData()
242 HILOG_WARN("Check rdb corrupt,rebuild form rdb successfully"); in InsertData()
254 HILOG_WARN("Insert operation failed, key=%{public}s, ret=%{public}" PRId32, key.c_str(), ret); in InsertData()
283 HILOG_WARN("rd in DeleteData()
[all...]
/foundation/barrierfree/accessibility/common/log/include/
H A Dhilog_wrapper.h39 #ifdef HILOG_WARN
40 #undef HILOG_WARN macro
62 #define HILOG_WARN(fmt, ...) \ macro
78 #define HILOG_WARN(fmt, ...) \ macro
92 #define HILOG_WARN(...) macro
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dfms_log_wrapper.h34 #ifdef HILOG_WARN
35 #undef HILOG_WARN macro
71 #define HILOG_WARN(fmt, ...) do { \ macro
95 #define HILOG_WARN(...) macro
/foundation/ability/ability_runtime/services/common/include/
H A Dhilog_wrapper.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN macro
59 #define HILOG_WARN(fmt, ...) \ macro
72 #define HILOG_WARN(...) macro
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_hilog.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN macro
69 #define HILOG_WARN(fmt, ...) PRINT_HILOG(WARN, fmt, ##__VA_ARGS__) macro
76 #define HILOG_WARN(...) macro
/foundation/filemanagement/user_file_service/utils/
H A Dhilog_wrapper.h31 #ifdef HILOG_WARN
32 #undef HILOG_WARN macro
57 #define HILOG_WARN(fmt, ...) \ macro
70 #define HILOG_WARN(...) macro
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/
H A Dmessage_queue_utils.cpp30 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in CreateMessageQueue()
37 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in DeleteMessageQueue()
66 HILOG_WARN(HILOG_MODULE_ACE, "is not supported!"); in GetMessage()
/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h57 #ifndef HILOG_WARN
58 #define HILOG_WARN(mod, format, ...) macro
74 void HILOG_WARN(HiLogModuleType mod, const char *msg, ...);
/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp30 HILOG_WARN("File path is illeage"); in RealPath()
36 HILOG_WARN("File path: %{public}s full path failure", path); in RealPath()
/foundation/arkui/napi/utils/platform/unix_like/
H A Dfile.cpp30 HILOG_WARN("File path is illeage"); in RealPath()
36 HILOG_WARN("File path: %{public}s full path failure", path); in RealPath()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Dmessage_queue_utils.cpp56 HILOG_WARN(HILOG_MODULE_ACE, "call linux createMessageQueue interface here!"); in CreateMessageQueue()
71 HILOG_WARN(HILOG_MODULE_ACE, "call linux deleteMessageQueue interface here!"); in DeleteMessageQueue()
90 HILOG_WARN(HILOG_MODULE_ACE, "call linux putmsg interface here!"); in PutMessage()
119 HILOG_WARN(HILOG_MODULE_ACE, "call linux getmsg interface here!"); in GetMessage()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbase_test.cpp81 HILOG_WARN(HILOG_MODULE_ACE, "UpdateNumAttributeOrStyleValue component is null\n"); in UpdateNumAttributeOrStyleValue()
102 HILOG_WARN(HILOG_MODULE_ACE, "UpdateCharAttributeOrStyleValue component is null\n"); in UpdateCharAttributeOrStyleValue()
120 HILOG_WARN(HILOG_MODULE_ACE, "null component name\n"); in SetCompnentNameId()
126 HILOG_WARN(HILOG_MODULE_ACE, "alloc memory fail\n"); in SetCompnentNameId()
/foundation/communication/bluetooth_service/services/bluetooth/common/
H A Dlog.h56 HILOG_WARN(LOG_CORE, "[%{public}s(%{public}s:%{public}d)]" fmt, \
107 #define LOG_WARN(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
113 #define ALOGI(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
114 #define ALOGW(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touchEvent_injector.cpp49 HILOG_WARN("pointer event is nullptr"); in ProcessEvent()
170 HILOG_WARN("Inject gesture fail"); in InjectEvents()
179 HILOG_WARN("No injected events"); in InjectEvents()
188 HILOG_WARN("timeout is error.%{public}" PRId64 "", timeout); in InjectEvents()
209 HILOG_WARN("PositionSize is zero."); in ParseTapsEvents()
214 HILOG_WARN("DurationTime is wrong."); in ParseTapsEvents()
264 HILOG_WARN("PositionSize is wrong."); in ParseMovesEvents()
269 HILOG_WARN("DurationTime is wrong."); in ParseMovesEvents()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_log.h40 #ifndef HILOG_WARN
41 #define HILOG_WARN(mod, format, ...) macro
59 #define PRINTW(name, fmt, ...) HILOG_WARN(LOG_DOMAIN, "%{public}s::%{public}s(%{public}d): " fmt, \
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundlems_log.h40 #ifndef HILOG_WARN
41 #define HILOG_WARN(mod, format, ...) macro
59 #define PRINTW(name, fmt, ...) HILOG_WARN(LOG_DOMAIN, "%{public}s::%{public}s(%{public}d): " fmt, \
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_log.h36 #define LOGW(format, ...) HILOG_WARN(LOG_CORE, format, ##__VA_ARGS__)
42 #define GE_LOGW(format, ...) HILOG_WARN(LOG_CORE, format, ##__VA_ARGS__)
/foundation/arkui/napi/utils/
H A Dlog.h50 #define HILOG_WARN(fmt, ...) HILOG_PRINT(Warn, fmt, ##__VA_ARGS__) macro
62 #undef HILOG_WARN macro
85 #define HILOG_WARN(fmt, ...) \ macro
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp57 HILOG_WARN("Permission denied"); in AcquireProviderFormInfo()
110 HILOG_WARN("Permission denied"); in NotifyFormDelete()
139 HILOG_WARN("Permission denied"); in NotifyFormsDelete()
206 HILOG_WARN("Permission denied"); in EventNotify()
241 HILOG_WARN("Permission denied"); in NotifyFormCastTempForm()
272 HILOG_WARN("Permission denied"); in FireFormEvent()
358 HILOG_WARN("callingUid is %{public}d, which is larger than %{public}d", callingUid, in CheckIsSystemApp()
438 HILOG_WARN("Permission denied"); in AcquireShareFormData()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddistributed_parcel_helper.h74 HILOG_WARN("%{public}s read value failed!", __func__); \
106 HILOG_WARN("%{public}s write reply failed.", __func__); \
/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dsafwk_log.h86 #define LOGW(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
96 HILOG_WARN(LOG_CORE, "%{public}s " fmt, __FUNCTION__, ##__VA_ARGS__)
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsam_log.h98 HILOG_WARN(LOG_CORE, __VA_ARGS__); \
115 #define HILOGW(...) HILOG_WARN(LOG_CORE, __VA_ARGS__)
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Drpc_log.h39 #define RPC_LOG_WARN(fmt, ...) HILOG_WARN(HILOG_MODULE_SOFTBUS, fmt, ##__VA_ARGS__)
49 #define RPC_LOG_WARN(fmt, ...) HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__)

Completed in 9 milliseconds

12345678