Searched refs:callingPid_ (Results 1 – 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
D | session.cpp | 280 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/ |
D | window_node.h | 41 …: surfaceNode_(surfaceNode), property_(property), windowToken_(window), callingPid_(pid), callingU… in WindowNode() 167 int32_t callingPid_ = { 0 }; variable
|
/foundation/window/window_manager/wmserver/src/ |
D | window_node.cpp | 159 callingPid_ = pid; in SetCallingPid() 341 return callingPid_; in GetCallingPid()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
D | session.h | 305 int32_t callingPid_ = { 0 }; variable
|