Home
last modified time | relevance | path

Searched refs:callingPid_ (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h45 : 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 Dwindow_node.cpp159 callingPid_ = pid; in SetCallingPid()
341 return callingPid_; in GetCallingPid()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h450 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 Dsession.cpp736 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 Dscene_session_manager_test7.cpp108 sceneSession->callingPid_ = 65535; in HWTEST_F()
H A Dscene_session_test2.cpp91 tempSession->callingPid_ = callingPid; in HWTEST_F()

Completed in 13 milliseconds