Searched refs:remoteObject1 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/ |
H A D | ability_first_frame_state_observer_manager_test.cpp | 230 … sptr<MockAbilityFirstFrameStateObserver> remoteObject1 = new MockAbilityFirstFrameStateObserver(); variable 232 EXPECT_CALL(*remoteObject1, SendRequest(_, _, _, _)) 234 ….WillOnce(Invoke(remoteObject1.GetRefPtr(), &MockAbilityFirstFrameStateObserver::InvokeSendRequest… 237 ….WillOnce(Invoke(remoteObject1.GetRefPtr(), &MockAbilityFirstFrameStateObserver::InvokeSendRequest… 239 RegisterAbilityFirstFrameStateObserver(remoteObject1, bundleName); 259 EXPECT_EQ(remoteObject1->code_,
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/ |
H A D | sa_proxy_cache_test.cpp | 308 sptr<IRemoteObject> remoteObject1 = systemAbilityManager->GetSystemAbility(1494); variable 309 sptr<IListenAbility> listenProxy = iface_cast<IListenAbility>(remoteObject1);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1320 sptr<IRemoteObject> remoteObject1 = new IPCObjectProxy(1); variable 1321 EXPECT_TRUE(remoteObject1 != nullptr); 1322 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject1);
|