Searched refs:actionForDump (Results 1 – 1 of 1) sorted by relevance
2068 std::string actionForDump; in GetSupportAction() local2070 if (!actionForDump.empty()) { in GetSupportAction()2071 actionForDump.append(","); in GetSupportAction()2073 actionForDump.append(std::to_string(static_cast<int32_t>(action))); in GetSupportAction()2075 return actionForDump; in GetSupportAction()2147 std::string actionForDump; in DumpSupportActionNG() local2149 if (!actionForDump.empty()) { in DumpSupportActionNG()2150 actionForDump.append(","); in DumpSupportActionNG()2152 actionForDump.append(ConvertActionTypeToString(action.GetActionType())); in DumpSupportActionNG()2153 actionForDump.append(": "); in DumpSupportActionNG()[all …]