Home
last modified time | relevance | path

Searched refs:residentSa (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp705 bool residentSa = workInfo.IsResidentSa(); variable
706 EXPECT_FALSE(residentSa);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1433 bool residentSa = (residentSaStr == "true") ? true : false; in DumpLoadSaWorks() local
1435 saMap_.at(saId) = residentSa; in DumpLoadSaWorks()
1437 saMap_.emplace(saId, residentSa); in DumpLoadSaWorks()