Searched refs:sProxy (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_proxy_test.cpp | 101 ASSERT_NE(sProxy, nullptr); 254 ASSERT_NE(sProxy, nullptr); 258 delete sProxy; 273 ASSERT_NE(sProxy, nullptr); 277 delete sProxy; 409 ASSERT_NE(sProxy, nullptr); 428 ASSERT_NE(sProxy, nullptr); 448 ASSERT_NE(sProxy, nullptr); 535 ASSERT_NE(sProxy, nullptr); 550 ASSERT_NE(sProxy, nullptr); [all …]
|
H A D | session_proxy_lifecycle_test.cpp | 44 WSError res = sProxy->Foreground(property); 61 WSError res = sProxy->Foreground(property); 76 WSError res = sProxy->Background(); 91 WSError res = sProxy->Disconnect(); 107 ASSERT_NE(sProxy, nullptr); 108 WSError res = sProxy->DrawingCompleted(); 124 ASSERT_NE(sProxy, nullptr); 125 WSError res = sProxy->RemoveStartingWindow(); 162 WSError res = sProxy->TerminateSession(abilitySessionInfo); 167 res = sProxy->TerminateSession(abilitySessionInfo1); [all …]
|
H A D | session_proxy_mock_test.cpp | 45 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); variable 49 WSError res = sProxy->TransferAccessibilityEvent(info, uiExtensionIdLevel); 65 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); variable 70 WSError res = sProxy->TransferAccessibilityEvent(info, uiExtensionIdLevel); 86 SessionProxy* sProxy = new(std::nothrow) SessionProxy(iRemoteObjectMocker); variable 91 WSError res = sProxy->TransferAccessibilityEvent(info, uiExtensionIdLevel);
|