Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_client_stub.cpp22 InterIpcClientStub::InterIpcClientStub() in InterIpcClientStub() function in OHOS::Sharing::InterIpcClientStub
27 InterIpcClientStub::~InterIpcClientStub() in ~InterIpcClientStub()
32 int32_t InterIpcClientStub::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject()
65 int32_t InterIpcClientStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand()
78 void InterIpcClientStub::OnRemoteDied() in OnRemoteDied()
H A Dinter_ipc_client_stub.h24 class InterIpcClientStub : public InterIpcStub { class
26 InterIpcClientStub();
27 ~InterIpcClientStub() override;
H A Dinter_ipc_client.h59 sptr<InterIpcClientStub> listenerStub_ = nullptr;
H A Dinter_ipc_client.cpp124 listenerStub_ = new (std::nothrow) InterIpcClientStub(); in CreateListenerObject()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp98 auto ipcClient = std::make_shared<InterIpcClientStub>(); in HWTEST_F()
104 auto ipcClient = std::make_shared<InterIpcClientStub>(); in HWTEST_F()
112 auto ipcClient = std::make_shared<InterIpcClientStub>(); in HWTEST_F()
126 auto ipcClient = std::make_shared<InterIpcClientStub>(); in HWTEST_F()

Completed in 3 milliseconds