Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp65 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
66 ASSERT_EQ(nullptr, proxy1.remoteObject_); in HWTEST_F()
67 auto displayInfo1 = proxy1.GetDefaultDisplayInfo(); in HWTEST_F()
87 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
88 ASSERT_EQ(nullptr, proxy1.remoteObject_); in HWTEST_F()
89 auto displayInfo1 = proxy1.GetDisplayInfoById(0); in HWTEST_F()
110 DisplayManagerProxy proxy1(nullptr); in HWTEST_F()
111 ASSERT_EQ(nullptr, proxy1.remoteObject_); in HWTEST_F()
112 auto displayInfo1 = proxy1.GetDisplayInfoByScreen(0); in HWTEST_F()
133 DisplayManagerProxy proxy1(nullpt in HWTEST_F()
[all...]
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1229 sptr<IRemoteObject> proxy1 = testService->GetRemoteObject(IDBinderTestService::FIRST_OBJECT); in HWTEST_F() local
1230 ASSERT_TRUE(proxy1 != nullptr); in HWTEST_F()
1235 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1); in HWTEST_F()
1253 AddDeathRecipientAndCheck(proxy1, deathRecipient1); in HWTEST_F()
1276 bool ret = proxy1->RemoveDeathRecipient(deathRecipient1); in HWTEST_F()
1338 sptr<IRemoteObject> proxy1 = testService->GetRemoteObject(IDBinderTestService::FIRST_OBJECT); in HWTEST_F() local
1339 ASSERT_TRUE(proxy1 != nullptr); in HWTEST_F()
1344 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1); in HWTEST_F()
1365 proxy1 = nullptr; in HWTEST_F()
1404 sptr<IRemoteObject> proxy1 in 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.cpp135 sptr<ExpiredCallbackProxy> proxy1 = sptr<ExpiredCallbackProxy>(new ExpiredCallbackProxy(nullptr)); in HWTEST_F() local
136 EXPECT_EQ(bgTransientTaskMgr_->IsCallingInfoLegal(uid, 1, bundleName, proxy1), ERR_BGTASK_INVALID_CALLBACK); in HWTEST_F()
229 sptr<ExpiredCallbackProxy> proxy1 = sptr<ExpiredCallbackProxy>(new ExpiredCallbackProxy(nullptr)); in HWTEST_F() local
230 bgTransientTaskMgr_->expiredCallbackMap_[1] = proxy1; in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp701 ExpiredCallbackProxy proxy1 = ExpiredCallbackProxy(nullptr); in HWTEST_F() local
703 proxy1.OnExpired(); in HWTEST_F()

Completed in 8 milliseconds