Lines Matching refs:HIDEBUG_LOGE
33 #define HIDEBUG_LOGE(...) INIT_LOGE(__VA_ARGS__) macro
47 #define HIDEBUG_LOGE(...) HILOG_ERROR(LOG_CORE, __VA_ARGS__) macro
70 HIDEBUG_LOGE("Parameters is Full."); in ParseKeyValue()
75 HIDEBUG_LOGE("params is illegal."); in ParseKeyValue()
80 HIDEBUG_LOGE("strncpy_s copy key strings failed."); in ParseKeyValue()
85 HIDEBUG_LOGE("strncpy_s copy value strings failed."); in ParseKeyValue()
195 HIDEBUG_LOGE("malloc hook parse startup value failed"); in MatchMallocHookStartupProp()
225 HIDEBUG_LOGE("input service name is null."); in InitEnvironmentParam()
230 HIDEBUG_LOGE("input service name is illegal."); in InitEnvironmentParam()
241 HIDEBUG_LOGE("strcat_s query name failed."); in InitEnvironmentParam()
246 HIDEBUG_LOGE("strcat_s persist query name failed."); in InitEnvironmentParam()
260 HIDEBUG_LOGE("setenv failed, err: %" LOG_PRIV_PUBLIC "s", strerror(errno)); in InitEnvironmentParam()