Searched refs:targetPid (Results 1 – 8 of 8) sorted by relevance
/base/msdp/device_status/frameworks/native/interaction/test/unittest/src/ |
D | interaction_drag_drawing_test.cpp | 147 … 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()
|
D | interaction_manager_test.cpp | 576 … 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/ |
D | drag_data.h | 66 int32_t targetPid { -1 };
|
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/ |
D | startdrag_fuzzer.cpp | 91 … notifyMessage.displayX, notifyMessage.displayY, notifyMessage.result, notifyMessage.targetPid); in StartDragFuzzTest()
|
/base/msdp/device_status/services/interaction/drag/src/ |
D | drag_manager.cpp | 157 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/ |
D | drag_manager.h | 51 int32_t UpdateDragStyle(DragCursorStyle style, int32_t targetPid, int32_t targetTid);
|
/base/msdp/device_status/frameworks/native/interaction/src/ |
D | drag_manager_impl.cpp | 88 pkt >> notifyMsg.displayX >> notifyMsg.displayY >> result >> notifyMsg.targetPid; in OnNotifyResult()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
D | dumpcatcher_system_test.cpp | 1345 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()
|