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 D | ability_first_frame_state_observer_manager_test.cpp | 230 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 D | sa_proxy_cache_test.cpp | 314 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 D | dscreen_source_handler_test.cpp | 360 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 D | dbinder_service_unittest.cpp | 1320 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 D | ability_connect_manager_test.cpp | 1398 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