Home
last modified time | relevance | path

Searched refs:iRemoteObject (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/
H A Dconnect_wrapper.cpp28 OHOS::sptr<OHOS::IRemoteObject> iRemoteObject = ConnectServiceInner(userId); in ConnectService() local
29 if (iRemoteObject == nullptr) { in ConnectService()
32 return iRemoteObject.GetRefPtr(); in ConnectService()
/ohos5.0/base/location/test/location_network/mock/src/
H A Dmock_common_utils.cpp29 sptr<MockIRemoteObject> iRemoteObject = in GetRemoteObject() local
31 …EXPECT_CALL(*iRemoteObject, SendRequest(_, _, _, _)).Times(1).WillRepeatedly(DoAll(Return(ERR_OK))… in GetRemoteObject()
33 return iRemoteObject; in GetRemoteObject()
/ohos5.0/base/location/test/mock/src/
H A Dmock_common_utils.cpp29 sptr<MockIRemoteObject> iRemoteObject = in GetRemoteObject() local
31 …EXPECT_CALL(*iRemoteObject, SendRequest(_, _, _, _)).Times(1).WillRepeatedly(DoAll(Return(ERR_OK))… in GetRemoteObject()
33 return iRemoteObject; in GetRemoteObject()
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp190 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetTagServiceIface(); variable
191 ASSERT_TRUE(iRemoteObject == nullptr);
203 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetTagServiceIface(); variable
204 ASSERT_TRUE(iRemoteObject == nullptr);
258 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetHceServiceIface(); variable
259 ASSERT_TRUE(iRemoteObject == nullptr);
271 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetHceServiceIface(); variable
272 ASSERT_TRUE(iRemoteObject == nullptr);
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp215 …sptr<MockIRemoteObject> iRemoteObject = sptr<MockIRemoteObject>(new (std::nothrow) MockIRemoteObje… variable
216 EXPECT_TRUE(iRemoteObject != nullptr);
217 TestSaProxyCacheProxy p(iRemoteObject);
231 …sptr<MockIRemoteObject> iRemoteObject = sptr<MockIRemoteObject>(new (std::nothrow) MockIRemoteObje… variable
232 EXPECT_TRUE(iRemoteObject != nullptr);
233 TestSaProxyCacheProxy p(iRemoteObject);
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dsession_listener_proxy_test.cpp42 OHOS::sptr<IRemoteObject> iRemoteObject; in SetUp() local
43 sessionListenerProxy = std::make_shared<SessionListenerProxy>(iRemoteObject); in SetUp()
H A Davsession_controller_proxy_test.cpp94 OHOS::sptr<IRemoteObject> iRemoteObject; in SetUp() local
95 aVSessionControllerProxyEmpty = std::make_shared<AVSessionControllerProxy>(iRemoteObject); in SetUp()
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/common/
H A Dability_manager_adapter.cpp135 sptr<IRemoteObject> iRemoteObject; in GetAbilityManager() local
136 return iRemoteObject; in GetAbilityManager()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp193 sptr<IRemoteObject> iRemoteObject = new IRemoteObjectMocker(); variable
194 ASSERT_NE(nullptr, iRemoteObject);
195 window_->abilityToken_ = iRemoteObject;
212 sptr<IRemoteObject> iRemoteObject = new IRemoteObjectMocker(); variable
213 ASSERT_NE(nullptr, iRemoteObject);
214 window_->abilityToken_ = iRemoteObject;
1536 sptr<IRemoteObject> iRemoteObject = new IRemoteObjectMocker(); variable
1537 ASSERT_NE(nullptr, iRemoteObject);
1538 window_->abilityToken_ = iRemoteObject;
1707 ASSERT_NE(nullptr, iRemoteObject);
[all …]
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_proxy_test.cpp410 sptr<IRemoteObject> iRemoteObject = new IRemoteObjectMocker(); variable
411 DisplayManagerProxy proxy1(iRemoteObject);
426 sptr<IRemoteObject> iRemoteObject = new IRemoteObjectMocker(); variable
427 DisplayManagerProxy proxy1(iRemoteObject);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/
H A Dcgroupsched_fuzzer.cpp271 wptr<IRemoteObject> iRemoteObject = nullptr; in RemoteDiedFuzzTest() local
273 backgroundTaskObserver->OnRemoteDied(iRemoteObject); in RemoteDiedFuzzTest()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md6544 let iRemoteObject = new TestProxy(proxy).asObject();
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md6521 let iRemoteObject = new TestProxy(proxy).asObject();