Home
last modified time | relevance | path

Searched refs:remoteObject1 (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/
H A Dability_first_frame_state_observer_manager_test.cpp230 sptr<MockAbilityFirstFrameStateObserver> remoteObject1 = new MockAbilityFirstFrameStateObserver(); in HWTEST_F() local
232 EXPECT_CALL(*remoteObject1, SendRequest(_, _, _, _)) in HWTEST_F()
234 .WillOnce(Invoke(remoteObject1.GetRefPtr(), &MockAbilityFirstFrameStateObserver::InvokeSendRequest)); in HWTEST_F()
237 .WillOnce(Invoke(remoteObject1.GetRefPtr(), &MockAbilityFirstFrameStateObserver::InvokeSendRequest)); in HWTEST_F()
239 RegisterAbilityFirstFrameStateObserver(remoteObject1, bundleName); in HWTEST_F()
259 EXPECT_EQ(remoteObject1->code_, in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp314 sptr<IRemoteObject> remoteObject1 = systemAbilityManager->GetSystemAbility(1494); in HWTEST_F() local
315 sptr<IListenAbility> listenProxy = iface_cast<IListenAbility>(remoteObject1); in HWTEST_F()
384 sptr<IRemoteObject> remoteObject1 = systemAbilityManager->GetSystemAbility(1494); in HWTEST_F() local
385 sptr<IListenAbility> listenProxy = iface_cast<IListenAbility>(remoteObject1); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/unittest/screensourcetest/src/
H A Ddscreen_source_handler_test.cpp360 sptr<IRemoteObject> remoteObject1 = nullptr; in HWTEST_F() local
361 wptr<IRemoteObject> remote1(remoteObject1); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1320 sptr<IRemoteObject> remoteObject1 = new IPCObjectProxy(1); in HWTEST_F() local
1321 EXPECT_TRUE(remoteObject1 != nullptr); in HWTEST_F()
1322 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject1); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp1398 const sptr<IRemoteObject> remoteObject1 = nullptr; in HWTEST_F() local
1399 auto task1 = [remoteObject1, connectManager = ConnectManager()]() { in HWTEST_F()
1400 connectManager->HandleCallBackDiedTask(remoteObject1); in HWTEST_F()

Completed in 10 milliseconds