Home
last modified time | relevance | path

Searched refs:callingPid_ (Results 1 – 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
Dsession.cpp280 callingPid_ = id; in SetCallingPid()
290 return callingPid_; in GetCallingPid()
356 callingPid_ = IPCSkeleton::GetCallingPid(); in Connect()
388 …callingBundleName_ = DelayedSingleton<ANRManager>::GetInstance()->GetBundleName(callingPid_, calli… in ConnectImpl()
389 …DelayedSingleton<ANRManager>::GetInstance()->SetApplicationInfo(persistentId_, callingPid_, callin… in ConnectImpl()
837 pointerEvent->GetId(), persistentId_, callingBundleName_.c_str(), callingPid_); in TransferPointerEvent()
840 callingBundleName_.c_str(), callingPid_); in TransferPointerEvent()
888 keyEvent->GetId(), persistentId_, callingBundleName_.c_str(), callingPid_); in TransferKeyEvent()
891 callingBundleName_.c_str(), callingPid_); in TransferKeyEvent()
/foundation/window/window_manager/wmserver/include/
Dwindow_node.h41 …: surfaceNode_(surfaceNode), property_(property), windowToken_(window), callingPid_(pid), callingU… in WindowNode()
167 int32_t callingPid_ = { 0 }; variable
/foundation/window/window_manager/wmserver/src/
Dwindow_node.cpp159 callingPid_ = pid; in SetCallingPid()
341 return callingPid_; in GetCallingPid()
/foundation/window/window_manager/window_scene/session/host/include/
Dsession.h305 int32_t callingPid_ = { 0 }; variable