Searched refs:sessionProxy (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_mock_test.cpp | 107 SessionProxy* sessionProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); in HWTEST_F() local 108 ASSERT_NE(sessionProxy, nullptr); in HWTEST_F() 110 ASSERT_EQ(WMError::WM_ERROR_IPC_FAILED, sessionProxy->UpdateSessionPropertyByAction(nullptr, in HWTEST_F() 115 ASSERT_EQ(WMError::WM_ERROR_IPC_FAILED, sessionProxy->UpdateSessionPropertyByAction(nullptr, in HWTEST_F() 122 ASSERT_EQ(WMError::WM_ERROR_IPC_FAILED, sessionProxy->UpdateSessionPropertyByAction(property, in HWTEST_F() 127 ASSERT_EQ(WMError::WM_OK, sessionProxy->UpdateSessionPropertyByAction(property, in HWTEST_F() 132 ASSERT_EQ(WMError::WM_ERROR_IPC_FAILED, sessionProxy->UpdateSessionPropertyByAction(nullptr, in HWTEST_F() 137 ASSERT_EQ(WMError::WM_OK, sessionProxy->UpdateSessionPropertyByAction(nullptr, in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ui_extension_record.cpp | 48 sptr<Rosen::ISession> sessionProxy = iface_cast<Rosen::ISession>(sessionInfo->sessionToken); in HandleNotifyUIExtensionTimeout() local 49 if (sessionProxy == nullptr) { in HandleNotifyUIExtensionTimeout() 53 sessionProxy->NotifyExtensionTimeout(code); in HandleNotifyUIExtensionTimeout()
|
H A D | ability_connect_manager.cpp | 2340 sptr<Rosen::ISession> sessionProxy = iface_cast<Rosen::ISession>(it->first); in HandleUIExtensionDied() local 2341 if (sessionProxy) { in HandleUIExtensionDied() 2343 sessionProxy->NotifyExtensionDied(); in HandleUIExtensionDied()
|
Completed in 6 milliseconds