Searched refs:RENDER (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_profiler.cpp | 94 {RENDER, ROUTER_REPLACE}, 96 {RENDER_CREATE_COMPONENT, RENDER}, 97 {RENDER_COMBINE_STYLE, RENDER}, 98 {RENDER_BIND_JS_OBJECT, RENDER}, 99 {RENDER_PARSE_ATTR, RENDER}, 100 {RENDER_PARSE_EVENT, RENDER}, 101 {RENDER_APPLY_STYLE, RENDER}, 102 {RENDER_PROCESS_CHILDREN, RENDER}, 141 {RENDER, "RENDER", ROUTER_REPLAC [all...] |
H A D | js_profiler.h | 84 RENDER, enumerator
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | frame_info.h | 42 enum class TaskType { LAYOUT, RENDER }; 55 case TaskType::RENDER: in AddTaskInfo()
|
/foundation/resourceschedule/frame_aware_sched/common/include/ |
H A D | rme_constants.h | 23 RENDER, member in OHOS::RME::ThreadType
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 114 if (procRecord && ((procRecord->processType_ == ProcRecordType::RENDER) || in AdjustProcessGroup() 124 if (procRecord->processType_ == ProcRecordType::RENDER || in AdjustProcessGroup() 140 if (procRecord && (procRecord->processType_ != ProcRecordType::RENDER) && in AdjustAllProcessGroup() 165 if (pr.processType_ == ProcRecordType::RENDER) { in ComputeProcessGroup()
|
H A D | cgroup_event_handler.cpp | 309 case static_cast<int32_t>(ProcessType::RENDER): in HandleProcessCreated() 310 procRecord->processType_ = ProcRecordType::RENDER; in HandleProcessCreated() 988 return (pr.processType_ == ProcRecordType::RENDER) && pr.isActive_ && in CheckVisibilityForRenderProcess()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_constants.h | 86 RENDER, member in OHOS::AppExecFwk::ProcessType
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | supervisor.h | 43 RENDER,
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.cpp | 191 frameInfo_->AddTaskInfo(node->GetTag(), node->GetId(), time, FrameInfo::TaskType::RENDER); in FlushRenderTask()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
H A D | js_page_state_machine.cpp | 347 START_TRACING(RENDER); in RenderPage()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 123 ProcessType processType_ = ProcessType::RENDER;
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 733 pr.processType_ = ProcRecordType::RENDER; in CheckVisibilityForRenderProcessFuzzTest()
|
Completed in 10 milliseconds