Searched refs:configTypeIt (Results 1 – 1 of 1) sorted by relevance
1029 auto configTypeIt = std::find_if(configTypeTab_.begin(), configTypeTab_.end(), in Configure() local1032 …CHECK_AND_RETURN_RET_LOG(configTypeIt != configTypeTab_.end(), ErrorCode::ERR_UNSUPPORTED_CONFIG_T… in Configure()1035 ConfigType configType = configTypeIt->second; in Configure()