Home
last modified time | relevance | path

Searched refs:SetCallingPid (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/
H A Dmock_ipc_skeleton.h31 static void SetCallingPid(uint32_t pId);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/
H A Dmock_ipc_skeleton.cpp35 void IPCSkeleton::SetCallingPid(uint32_t pid) in SetCallingPid() function in OHOS::IPCSkeleton
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test2.cpp229 sceneSession->SetCallingPid(100);
237 sceneSession1->SetCallingPid(200);
H A Dscene_session_manager_test4.cpp811 sceneSession02->SetCallingPid(pid);
815 sceneSession03->SetCallingPid(pid);
817 sceneSession04->SetCallingPid(6);
872 sceneSession->SetCallingPid(0);
878 sceneSession->SetCallingPid(2);
1025 sceneSession02->SetCallingPid(2);
1026 sceneSession03->SetCallingPid(3);
H A Dscene_session_manager_test6.cpp292 sceneSession1->SetCallingPid(1);
296 sceneSession2->SetCallingPid(2);
1738 sceneSession1->SetCallingPid(123);
1739 sceneSession2->SetCallingPid(123);
1740 sceneSession3->SetCallingPid(111);
H A Dscene_session_manager_test3.cpp1644 sceneSession1->SetCallingPid(65534);
1653 sceneSession2->SetCallingPid(65535);
1662 sceneSession3->SetCallingPid(65534);
H A Dscene_session_dirty_manager_test2.cpp112 sceneSession->SetCallingPid(pid); in InitSceneSession()
H A Dsession_test.cpp1086 session_->SetCallingPid(111);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h77 void SetCallingPid(int32_t pid);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp157 void WindowNode::SetCallingPid(int32_t pid) in SetCallingPid() function in OHOS::Rosen::WindowNode
H A Dstarting_window.cpp258 node->SetCallingPid(pid); in HandleClientWindowCreate()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp1387 windowNode->SetCallingPid(2048);
1419 windowNode->SetCallingPid(1024);
1448 windowNode->SetCallingPid(1024);
1475 windowNode->SetCallingPid(2048);
1504 windowNode->SetCallingPid(2048);
H A Dwindow_node_test.cpp540 windowNode->SetCallingPid(1);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h383 void SetCallingPid(int32_t id);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp739 void Session::SetCallingPid(int32_t id) in SetCallingPid() function in OHOS::Rosen::Session
1231 SetCallingPid(-1); in ResetSessionConnectState()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1928 sceneSession->SetCallingPid(IPCSkeleton::GetCallingRealPid()); in InitSceneSession()