Searched refs:callingPid_ (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 45 : surfaceNode_(surfaceNode), property_(property), windowToken_(window), callingPid_(pid), callingUid_(uid) in WindowNode() 179 int32_t callingPid_ = { 0 }; member in OHOS::Rosen::WindowNode
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 159 callingPid_ = pid; in SetCallingPid() 341 return callingPid_; in GetCallingPid()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 450 return (persistentId_ == session->persistentId_ && callingPid_ == session->callingPid_); in operator ==() 734 int32_t callingPid_ = -1; member in OHOS::OHOS::OHOS::Rosen::Session
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 736 callingPid_ = id; in SetCallingPid() 738 visibilityChangedDetectFunc_(callingPid_, false, isVisible_); in SetCallingPid() 749 return callingPid_; in GetCallingPid() 820 callingPid_, persistentId_, DumpPointerWindowArea(area)); 821 MMI::InputManager::GetInstance()->SetWindowPointerStyle(area, callingPid_, persistentId_); 1953 persistentId_, callingBundleName_.c_str(), callingPid_); in TransferPointerEvent() 1957 persistentId_, callingBundleName_.c_str(), callingPid_); in TransferPointerEvent() 1972 keyEvent->GetId(), persistentId_, callingBundleName_.c_str(), callingPid_); in TransferKeyEvent()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test7.cpp | 108 sceneSession->callingPid_ = 65535;
in HWTEST_F()
|
H A D | scene_session_test2.cpp | 91 tempSession->callingPid_ = callingPid; in HWTEST_F()
|
Completed in 13 milliseconds