Home
last modified time | relevance | path

Searched refs:cmdCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp62 uint16_t cmdCount; member
241 g_commandParseBuffer.cmdCount = 0; in PatchTransactionTime()
854 uint16_t cmdCount = g_commandLoop[index].cmdCount; in GetCommandParcelList() local
855 if (cmdCount > 0) { in GetCommandParcelList()
856 …uint16_t copyBytes = sizeof(PacketParsedCommandList) - (COMMAND_PARSE_LIST_SIZE - cmdCount) * size… in GetCommandParcelList()
859 g_commandLoop[index].cmdCount = 0; in GetCommandParcelList()
876 uint16_t cmdCount = g_commandParseBuffer.cmdCount; in PatchCommand() local
877 if (cmdCount < COMMAND_PARSE_LIST_COUNT) { in PatchCommand()
879 g_commandParseBuffer.cmdCode[cmdCount] = in PatchCommand()
882 g_commandParseBuffer.cmdCount++; in PatchCommand()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp272 int32_t cmdCount = ++cmdId_; in StartInput() local
299 auto task = [this, cmdCount]() { in StartInput()
300 std::thread([this, cmdCount]() { ShowKeyboardImplWithLock(cmdCount); }).detach(); in StartInput()
304 ShowKeyboardImplWithoutLock(cmdCount); in StartInput()
343 int32_t cmdCount = ++cmdId_; in StopInput() local
345 HideKeyboardImplWithoutLock(cmdCount); in StopInput()
463 int32_t cmdCount = ++cmdId_; in HideKeyboard() local
464 return HideKeyboardImplWithoutLock(cmdCount); in HideKeyboard()
479 int32_t cmdCount = ++cmdId_; in ShowKeyboard() local
480 return ShowKeyboardImplWithoutLock(cmdCount); in ShowKeyboard()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dapplication-performance-guide.md66 |MarshRSTransactionData cmdCount:36 transactionFlag:[7291,51] | App将组件树信息序列化后发给RS |
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp1093 int cmdCount = 0; in HilogEntry() local
1125 cmdCount++; in HilogEntry()
1130 if (cmdCount > 1) { in HilogEntry()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp802 const uint32_t cmdCount = static_cast<uint32_t>(rcRef.size()); in RenderGetCommandBufferInheritanceInfo() local
805 PLUGIN_ASSERT(mrpCmdData.rpBeginCmdIndex < cmdCount); in RenderGetCommandBufferInheritanceInfo()
806 PLUGIN_ASSERT(mrpCmdData.rpEndCmdIndex < cmdCount); in RenderGetCommandBufferInheritanceInfo()
807 if (mrpCmdData.rpBeginCmdIndex < cmdCount) { in RenderGetCommandBufferInheritanceInfo()