Searched refs:actualState (Results 1 – 1 of 1) sorted by relevance
215 auto actualState = it->second->GetState(); in CheckStatus() local216 if (actualState != state) { in CheckStatus()217 … HILOG_INFO(LOG_CORE, "plugin %s state is %d not %d!", it->first.c_str(), actualState, state); in CheckStatus()