Home
last modified time | relevance | path

Searched refs:ForegroundAppRecord (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp248 fore.foregroundApp_.push_back(ForegroundAppRecord(1, 0));
291 ForegroundAppRecord foregroundapprecord = ForegroundAppRecord(tid, 0);
321 ForegroundAppRecord foregroundapprecord = ForegroundAppRecord(pid, 0);
340 ForegroundAppRecord foregroundapprecord = ForegroundAppRecord(pid, 0);
365 ForegroundAppRecord foregroundapprecord = ForegroundAppRecord(pid, 0);
411 ForegroundAppRecord foreApp1 = ForegroundAppRecord(758, 758);
476 ForegroundAppRecord foreApp = ForegroundAppRecord(758, 0);
487 ForegroundAppRecord foreApp = ForegroundAppRecord(758, 758);
498 ForegroundAppRecord foreApp = ForegroundAppRecord(758, 758);
510 ForegroundAppRecord foreApp = ForegroundAppRecord(758, 758);
[all …]
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h32 class ForegroundAppRecord; variable
85 std::list<ForegroundAppRecord>::iterator GetRecordOfPid(int pid);
99 std::list<ForegroundAppRecord> foregroundApp_ = {};
129 class ForegroundAppRecord {
131 explicit ForegroundAppRecord(int pid, int uiTid, bool createGrp = true);
132 ~ForegroundAppRecord();
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp1018 ForegroundAppRecord::ForegroundAppRecord(int pid, int uiTid, bool createGrp) in ForegroundAppRecord() function in OHOS::ConcurrentTask::ForegroundAppRecord
1029 ForegroundAppRecord::~ForegroundAppRecord() in ~ForegroundAppRecord()
1063 bool ForegroundAppRecord::BeginScene() in BeginScene()
1074 bool ForegroundAppRecord::EndScene() in EndScene()
1084 int ForegroundAppRecord::GetPid() const in GetPid()
1089 int ForegroundAppRecord::GetGrpId() const in GetGrpId()
1094 void ForegroundAppRecord::SetGrpId(int grpId) in SetGrpId()
1104 int ForegroundAppRecord::GetRate() const in GetRate()
1114 int ForegroundAppRecord::GetUiTid() const in GetUiTid()
1119 bool ForegroundAppRecord::IsValid() in IsValid()
[all …]