Searched refs:commandList (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | raw_input_injector.cpp | 180 CommandList commandList; in ParseFingerId() local 181 commandList.SetPointerID(fingerID); in ParseFingerId() 182 commandMap_[fingerID] = std::move(commandList); in ParseFingerId()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 599 if (auto commandList = reinterpret_cast<Drawing::DrawCmdList*>(modifier->GetDrawCmdListId())) { in MarshalNodeModifiers() 600 std::string allocData = commandList->ProfilerPushAllocators(); in MarshalNodeModifiers() 601 commandList->MarshallingDrawOps(); in MarshalNodeModifiers() 603 commandList->ProfilerPopAllocators(allocData); in MarshalNodeModifiers()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | migrate_avsession_test.cpp | 198 const int commandList[] = {18, 30, 31, 36, 37, 38, 39, 41, 42, 43, 46, 48, 50}; in TestMigrateSendByte() local 199 for (int command : commandList) { in TestMigrateSendByte()
|
Completed in 5 milliseconds