Searched refs:__NAME__ (Results 1 – 2 of 2) sorted by relevance
154 #define RESET_CONFIG_O(__NAME__) \ in resetConfigToDefault() argument155 if (FaceHalProperties::__NAME__()) FaceHalProperties::__NAME__(std::nullopt) in resetConfigToDefault()156 #define RESET_CONFIG_V(__NAME__) \ in resetConfigToDefault() argument157 if (!FaceHalProperties::__NAME__().empty()) FaceHalProperties::__NAME__({std::nullopt}) in resetConfigToDefault()
177 #define RESET_CONFIG_O(__NAME__) \ in clearConfigSysprop() argument178 if (FingerprintHalProperties::__NAME__()) FingerprintHalProperties::__NAME__(std::nullopt) in clearConfigSysprop()179 #define RESET_CONFIG_V(__NAME__) \ in clearConfigSysprop() argument180 if (!FingerprintHalProperties::__NAME__().empty()) \ in clearConfigSysprop()181 FingerprintHalProperties::__NAME__({std::nullopt}) in clearConfigSysprop()