Searched refs:residentSa (Results 1 – 2 of 2) sorted by relevance
705 bool residentSa = workInfo.IsResidentSa(); variable706 EXPECT_FALSE(residentSa);
1433 bool residentSa = (residentSaStr == "true") ? true : false; in DumpLoadSaWorks() local1435 saMap_.at(saId) = residentSa; in DumpLoadSaWorks()1437 saMap_.emplace(saId, residentSa); in DumpLoadSaWorks()