Lines Matching refs:desc
33 #define CHKRV(state, desc) \
36 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \
41 #define CHKRP(state, desc) \
44 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \
49 #define CHKRF(state, desc) \
52 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \
57 #define CHKRV_SCOPE(env, state, desc, scope) \
60 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \
66 #define CHKRF_SCOPE(env, state, desc, scope) \
69 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \
75 #define CHKRP_SCOPE(env, state, desc, scope) \
78 FI_HILOGE("%{public}s failed", std::string(desc).c_str()); \