Searched refs:stateInfo (Results 1 – 3 of 3) sorted by relevance
1376 std::string stateInfo = "'"; in GetState() local1378 stateInfo += "Inactive"; in GetState()1382 stateInfo += "Active"; in GetState()1387 stateInfo += ","; in GetState()1389 stateInfo += "Alerting"; in GetState()1394 stateInfo += ","; in GetState()1396 stateInfo += "Showing"; in GetState()1401 stateInfo += ","; in GetState()1403 stateInfo += "Snooze"; in GetState()1406 stateInfo += "'"; in GetState()[all …]
1403 std::string stateInfo = ""; in SendPrintJobEvent() local1405 stateInfo = EVENT_BLOCK; in SendPrintJobEvent()1409 stateInfo = EVENT_SUCCESS; in SendPrintJobEvent()1413 stateInfo = EVENT_FAIL; in SendPrintJobEvent()1417 stateInfo = EVENT_CANCEL; in SendPrintJobEvent()1423 if (stateInfo != "") { in SendPrintJobEvent()1424 std::string taskEvent = PrintUtils::GetTaskEventId(jobInfo.GetJobId(), stateInfo); in SendPrintJobEvent()
1325 std::string stateInfo = no + commonEventRecord + subscriberRecord; in DumpState() local1326 state.emplace_back(stateInfo); in DumpState()1358 std::string stateInfo = no + commonEventRecord + subscriberRecord; in DumpHistoryState() local1359 state.emplace_back(stateInfo); in DumpHistoryState()