Home
last modified time | relevance | path

Searched refs:targetPid (Results 1 – 8 of 8) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/
Dinteraction_drag_drawing_test.cpp147 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90202()
187 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90302()
227 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90402()
267 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90502()
307 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90602()
343 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90702()
374 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anond1f006d90802()
Dinteraction_manager_test.cpp576 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0a02()
616 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0b02()
662 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0c02()
699 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0d02()
734 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0e02()
765 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b0f02()
801 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b1002()
833 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b1102()
871 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b1202()
908 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in __anonfde8c68b1302()
[all …]
/base/msdp/device_status/interfaces/innerkits/interaction/include/
Ddrag_data.h66 int32_t targetPid { -1 };
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
Dstartdrag_fuzzer.cpp91 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in StartDragFuzzTest()
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_manager.cpp157 int32_t DragManager::UpdateDragStyle(DragCursorStyle style, int32_t targetPid, int32_t targetTid) in UpdateDragStyle() argument
169 DRAG_DATA_MGR.SetTargetPid(targetPid); in UpdateDragStyle()
189 int32_t targetPid = GetDragTargetPid(); in NotifyDragResult() local
195 pkt << dragData.displayX << dragData.displayY << static_cast<int32_t>(result) << targetPid; in NotifyDragResult()
/base/msdp/device_status/services/interaction/drag/include/
Ddrag_manager.h51 int32_t UpdateDragStyle(DragCursorStyle style, int32_t targetPid, int32_t targetTid);
/base/msdp/device_status/frameworks/native/interaction/src/
Ddrag_manager_impl.cpp88 pkt >> notifyMsg.displayX >> notifyMsg.displayY >> result >> notifyMsg.targetPid; in OnNotifyResult()
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp1345 static void TestDumpCatch(const int targetPid, const string& processName, const int threadIdx) in TestDumpCatch() argument
1349 if (dumplog.DumpCatch(targetPid, 0, msg)) { in TestDumpCatch()
1351 …string log[] = {"Pid:" + to_string(targetPid), "Tid:" + to_string(targetPid), "Name:" + processNam… in TestDumpCatch()
1361 if (msg.find("Result: pid(" + to_string(targetPid) + ") is dumping.") == string::npos) { in TestDumpCatch()