/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_anys.cpp | 89 static void RegisterTypes(IPropertyRegister& pr, TypeList<List...>) in RegisterTypes() 96 static void UnregisterTypes(IPropertyRegister& pr, TypeList<List...>) in UnregisterTypes() 104 auto& pr = registry.GetPropertyRegister(); in RegisterAnys() local 111 auto& pr = registry.GetPropertyRegister(); in UnRegisterAnys() local
|
H A D | register_engine_access.cpp | 93 auto& pr = registry.GetEngineData(); in RegisterEngineTypes() local 100 auto& pr = registry.GetEngineData(); in UnRegisterEngineTypes() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 61 void CgroupAdjuster::AdjustForkProcessGroup(Application &app, ProcessRecord &pr) in AdjustForkProcessGroup() 100 void CgroupAdjuster::AdjustProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source) in AdjustProcessGroup() 159 void CgroupAdjuster::ComputeProcessGroup(Application &app, ProcessRecord &pr, AdjustSource source) in ComputeProcessGroup() 199 void CgroupAdjuster::ApplyProcessGroup(Application &app, ProcessRecord &pr) in ApplyProcessGroup()
|
H A D | supervisor.cpp | 110 std::shared_ptr<ProcessRecord> Application::AddProcessRecord(std::shared_ptr<ProcessRecord> pr) in AddProcessRecord() 147 auto pr = std::make_shared<ProcessRecord>(this->GetUid(), pid); in GetProcessRecordNonNull() local 155 auto pr = iter->second; in FindProcessRecordByToken() local 173 auto pr = iter->second; in FindProcessRecordByWindowId() local 220 std::shared_ptr<ProcessRecord> pr = nullptr; in FindProcessRecord() local 242 std::shared_ptr<ProcessRecord> pr = nullptr; in SearchAbilityToken() local 257 std::shared_ptr<ProcessRecord> pr = nullptr; in SearchWindowId() local
|
H A D | sched_controller.cpp | 112 std::shared_ptr<ProcessRecord> pr = supervisor_->FindProcessRecord(pid); in GetProcessGroup() local
|
H A D | cgroup_event_handler.cpp | 999 bool CgroupEventHandler::CheckVisibilityForRenderProcess(ProcessRecord &pr, ProcessRecord &mainProc) in CheckVisibilityForRenderProcess()
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | perform_reporter_test.cpp | 56 void PerformReporterTest::SimuReportProcess(PerformReporter& pr, const std::vector<uint32_t>& durat… in SimuReportProcess() 65 bool PerformReporterTest::PerformDataCmp(const PerformReporter& pr, in PerformDataCmp() 95 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 10); variable 107 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 3); variable 119 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 4); variable 131 PerformReporter pr = PerformReporter("TestTag", {100, 200, 300}, 10); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_pattern_test_ng.cpp | 375 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 448 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 519 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 590 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 659 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 695 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 730 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 765 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 923 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable 959 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable [all …]
|
H A D | tab_bar_test_ng.cpp | 613 auto pr = tabBarPattern_->tabBarType_.emplace(std::make_pair(1, true)); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | drawing_painter_impl.cpp | 96 const PaintRecord &pr) in DrawSymbolSkiaTxt() 131 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawTextBlob() local 170 void RSCanvasParagraphPainter::SymbolAnimation(const PaintRecord &pr) in SymbolAnimation() 201 const PaintRecord& pr = paints_[std::get<PaintID>(paint)]; in drawRect() local
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/ |
H A D | ressched_utils.cpp | 133 void ResSchedUtils::ReportArbitrationResult(Application &app, ProcessRecord &pr, AdjustSource sourc… in ReportArbitrationResult() 142 void ResSchedUtils::ReportSysEvent(Application &app, ProcessRecord &pr, uint32_t resType, int32_t s… in ReportSysEvent()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/unittest/ |
H A D | process_group_sub_test.cpp | 196 auto pr = new ProcessRecord(20150011, 9050); variable
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | incremental_backup_data.h | 81 LibN::NVal pr = data.GetProp(BConstants::PRIORITY); in BackupPriority() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_result_set_impl_test.cpp | 80 std::find_if(Names.begin(), Names.end(), [&columnType, &name](auto &pr) { in getColumnType()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 732 ProcessRecord pr(uid, pid); in CheckVisibilityForRenderProcessFuzzTest() local 1162 ProcessRecord pr(uid, pid); in AdjustForkProcessGroupFuzzTest() local 1184 ProcessRecord pr(uid, pid); in AdjustProcessGroupFuzzTest() local 1226 ProcessRecord pr(uid, pid); in ComputeProcessGroupFuzzTest() local 1248 ProcessRecord pr(uid, pid); in ApplyProcessGroupFuzzTest() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher.cpp | 1022 pr = g_CallbackEventPermissionMap.equal_range(callbackEventId); in VerifyRegisterCallbackPermission() local
|