/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/ |
H A D | connect_wrapper.cpp | 28 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 D | mock_common_utils.cpp | 29 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 D | mock_common_utils.cpp | 29 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 D | nfc_controller_impl_test.cpp | 190 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 D | sa_proxy_cache_test.cpp | 215 …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 D | session_listener_proxy_test.cpp | 42 OHOS::sptr<IRemoteObject> iRemoteObject; in SetUp() local 43 sessionListenerProxy = std::make_shared<SessionListenerProxy>(iRemoteObject); in SetUp()
|
H A D | avsession_controller_proxy_test.cpp | 94 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 D | ability_manager_adapter.cpp | 135 sptr<IRemoteObject> iRemoteObject; in GetAbilityManager() local 136 return iRemoteObject; in GetAbilityManager()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_extension_session_impl_test.cpp | 193 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 D | display_manager_proxy_test.cpp | 410 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 D | cgroupsched_fuzzer.cpp | 271 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 D | js-apis-rpc.md | 6544 let iRemoteObject = new TestProxy(proxy).asObject();
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 6521 let iRemoteObject = new TestProxy(proxy).asObject();
|