Home
last modified time | relevance | path

Searched refs:ExpValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_param.h32 #define GEN_ENABLE_PARAM_FUNC(FuncName, EnableKey, DefValue, ExpValue) \ argument
38 if (OHOS::system::GetParameter(EnableKey, DefValue) == ExpValue) { \
47 #define GEN_ENABLE_PARAM_FUNC(FuncName, EnableKey, DefValue, ExpValue) \ argument