Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service_stub.cpp28 InterIpcServiceStub::InterIpcServiceStub() in InterIpcServiceStub() function in OHOS::Sharing::InterIpcServiceStub
33 InterIpcServiceStub::~InterIpcServiceStub() in ~InterIpcServiceStub()
38 sptr<IRemoteObject> InterIpcServiceStub::GetSubSystemAbility(std::string key, std::string className) in GetSubSystemAbility()
69 int32_t InterIpcServiceStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand()
77 void InterIpcServiceStub::CreateDeathListener(std::string key) in CreateDeathListener()
86 auto service = std::static_pointer_cast<InterIpcServiceStub>(sharedFromThis_); in CreateDeathListener()
94 void InterIpcServiceStub::DelPeerProxy(std::string key) in DelPeerProxy()
107 int32_t InterIpcServiceStub
[all...]
H A Dinter_ipc_service_stub.h23 class InterIpcServiceStub : public InterIpcStub { class
25 using Ptr = std::shared_ptr<InterIpcServiceStub>;
26 InterIpcServiceStub();
27 ~InterIpcServiceStub() override;
H A Dinter_ipc_service_death_listener.h41 void SetService(InterIpcServiceStub::Ptr service) in SetService()
48 std::weak_ptr<InterIpcServiceStub> service_;
H A Dinter_ipc_service.h28 public InterIpcServiceStub,
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp334 auto interIpcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
341 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
347 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
355 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
363 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
376 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()
388 auto ipcServiceStub = std::make_shared<InterIpcServiceStub>(); in HWTEST_F()

Completed in 3 milliseconds