Home
last modified time | relevance | path

Searched refs:proxy1 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp65 DisplayManagerProxy proxy1(nullptr);
87 DisplayManagerProxy proxy1(nullptr);
110 DisplayManagerProxy proxy1(nullptr);
133 DisplayManagerProxy proxy1(nullptr);
162 DisplayManagerProxy proxy1(nullptr);
185 DisplayManagerProxy proxy1(nullptr);
211 DisplayManagerProxy proxy1(nullptr);
466 auto result1 = proxy1.WakeUpEnd();
470 auto result2 = proxy1.WakeUpEnd();
948 proxy1.NotifyDisplayEvent(event);
[all …]
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1230 ASSERT_TRUE(proxy1 != nullptr);
1235 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1);
1253 AddDeathRecipientAndCheck(proxy1, deathRecipient1);
1276 bool ret = proxy1->RemoveDeathRecipient(deathRecipient1);
1339 ASSERT_TRUE(proxy1 != nullptr);
1344 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1);
1365 proxy1 = nullptr;
1405 ASSERT_TRUE(proxy1 != nullptr);
1409 ASSERT_TRUE(proxy2 == proxy1);
1411 sptr<IDBinderTestService> remoteTestService1 = iface_cast<IDBinderTestService>(proxy1);
[all …]
/ohos5.0/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()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp135 … sptr<ExpiredCallbackProxy> proxy1 = sptr<ExpiredCallbackProxy>(new ExpiredCallbackProxy(nullptr)); variable
136 …EXPECT_EQ(bgTransientTaskMgr_->IsCallingInfoLegal(uid, 1, bundleName, proxy1), ERR_BGTASK_INVALID_…
229 … sptr<ExpiredCallbackProxy> proxy1 = sptr<ExpiredCallbackProxy>(new ExpiredCallbackProxy(nullptr)); variable
230 bgTransientTaskMgr_->expiredCallbackMap_[1] = proxy1;
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp673 ExpiredCallbackProxy proxy1 = ExpiredCallbackProxy(nullptr); variable
675 proxy1.OnExpired();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-ui-extension-component-sys.md350 this.proxy.on("asyncReceiverRegister", (proxy1) => {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-ui-extension-component-sys.md338 this.proxy.on("asyncReceiverRegister", (proxy1) => {