Home
last modified time | relevance | path

Searched refs:InterIpcSubStub (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_sub_stub.cpp24 InterIpcSubStub::InterIpcSubStub() in InterIpcSubStub() function in OHOS::Sharing::InterIpcSubStub
29 InterIpcSubStub::~InterIpcSubStub() in ~InterIpcSubStub()
34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand()
47 int32_t InterIpcSubStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject()
94 void InterIpcSubStub::OnRemoteDied() in OnRemoteDied()
H A Dinter_ipc_sub_stub.h25 class InterIpcSubStub : public InterIpcStub { class
27 InterIpcSubStub();
28 virtual ~InterIpcSubStub();
H A Dinter_ipc_service_stub.cpp53 sptr<InterIpcStub> adapterStub = new (std::nothrow) InterIpcSubStub(); in GetSubSystemAbility()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp585 auto interIpcSubStub = std::make_shared<InterIpcSubStub>(); in HWTEST_F()
591 auto interIpcSubStub = std::make_shared<InterIpcSubStub>(); in HWTEST_F()
598 auto interIpcSubStub = std::make_shared<InterIpcSubStub>(); in HWTEST_F()
611 auto interIpcSubStub = std::make_shared<InterIpcSubStub>(); in HWTEST_F()

Completed in 6 milliseconds