Home
last modified time | relevance | path

Searched refs:proxy2 (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp71 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
72 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F()
73 auto displayInfo2 = proxy2.GetDefaultDisplayInfo(); in HWTEST_F()
77 auto displayInfo3 = proxy2.GetDefaultDisplayInfo(); in HWTEST_F()
93 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
94 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2.remoteObject_); in HWTEST_F()
96 auto displayInfo2 = proxy2.GetDisplayInfoById(0); in HWTEST_F()
100 auto displayInfo3 = proxy2.GetDisplayInfoById(0); in HWTEST_F()
116 DisplayManagerProxy proxy2(remoteMocker); in HWTEST_F()
117 ASSERT_EQ(static_cast<sptr<IRemoteObject>>(remoteMocker), proxy2 in HWTEST_F()
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1232 sptr<IRemoteObject> proxy2 = testService->GetRemoteObject(IDBinderTestService::SECOND_OBJECT); in HWTEST_F() local
1233 ASSERT_TRUE(proxy2 != nullptr); in HWTEST_F()
1238 sptr<IDBinderTestService> remoteTestService2 = iface_cast<IDBinderTestService>(proxy2); in HWTEST_F()
1256 AddDeathRecipientAndCheck(proxy2, deathRecipient2); in HWTEST_F()
1279 ret = proxy2->RemoveDeathRecipient(deathRecipient2); in HWTEST_F()
1341 sptr<IRemoteObject> proxy2 = testService->GetRemoteObject(IDBinderTestService::FIRST_OBJECT); in HWTEST_F() local
1342 ASSERT_TRUE(proxy2 != nullptr); in HWTEST_F()
1347 sptr<IDBinderTestService> remoteTestService2 = iface_cast<IDBinderTestService>(proxy2); in HWTEST_F()
1369 proxy2 = nullptr; in HWTEST_F()
1407 sptr<IRemoteObject> proxy2 in HWTEST_F() local
1511 sptr<IDBinderTestService> proxy2 = iface_cast<IDBinderTestService>(remoteObject2); HWTEST_F() local
1565 sptr<IDBinderTestService> proxy2 = iface_cast<IDBinderTestService>(remoteObject2); HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dendpoint_rpc.c34 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2);
324 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2) in CompareIServerProxy() argument
326 if (proxy1 == proxy2) { in CompareIServerProxy()
329 return (proxy1 > proxy2) ? 1 : -1; in CompareIServerProxy()
H A Dendpoint.c67 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2);
475 static int CompareIServerProxy(const IServerProxy *proxy1, const IServerProxy *proxy2) in CompareIServerProxy() argument
477 if (proxy1 == proxy2) { in CompareIServerProxy()
480 return (proxy1 > proxy2) ? 1 : -1; in CompareIServerProxy()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp138 sptr<ExpiredCallbackProxy> proxy2 = sptr<ExpiredCallbackProxy>( in HWTEST_F() local
140 EXPECT_EQ(bgTransientTaskMgr_->IsCallingInfoLegal(uid, 1, bundleName, proxy2), ERR_OK); in HWTEST_F()
234 sptr<ExpiredCallbackProxy> proxy2 = sptr<ExpiredCallbackProxy>( in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp209 auto proxy2 = scrollBarModel.GetScrollBarProxy(proxy); in HWTEST_F() local
210 EXPECT_EQ(proxy, proxy2); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp702 ExpiredCallbackProxy proxy2 = ExpiredCallbackProxy(expiredCallbackStub->AsObject()); in HWTEST_F() local
704 proxy2.OnExpired(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp229 auto proxy2 = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo2, textPattern); in HWTEST_F() local
230 ASSERT_TRUE(proxy2); in HWTEST_F()

Completed in 12 milliseconds