Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp167 const uint32_t RS_IPC_QOS_LEVEL = 7; in InitGrContext() local
169 …pid", std::to_string(getpid()) }, { std::to_string(gettid()), std::to_string(RS_IPC_QOS_LEVEL) } }; in InitGrContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp50 const uint32_t RS_IPC_QOS_LEVEL = 7; variable
282 std::string strQos = std::to_string(RS_IPC_QOS_LEVEL); in SetQos()