Searched refs:g_conditionList (Results 1 – 1 of 1) sorted by relevance
20 static std::map<std::string, DlpCMockCondition> g_conditionList; variable24 if (g_conditionList.count(funcName) == 0) { in IsFuncNeedMock()27 DlpCMockCondition& condition = g_conditionList[funcName]; in IsFuncNeedMock()42 if (g_conditionList.count(funcName) == 0) { in GetMockFunc()45 return g_conditionList[funcName].mockCallback; in GetMockFunc()51 g_conditionList[funcName] = condition; in SetMockConditions()56 if (g_conditionList.count(funcName) == 0) { in SetMockCallback()60 g_conditionList[funcName].mockCallback = func; in SetMockCallback()65 g_conditionList.clear(); in CleanMockConditions()70 if (g_conditionList.count(funcName) == 0) { in GetMockConditionCounts()[all …]