Home
last modified time | relevance | path

Searched refs:InterIpcProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_proxy.h25 class InterIpcProxy : public IRemoteProxy<IInterIpc> { class
27 virtual ~InterIpcProxy() = default;
28 explicit InterIpcProxy(const sptr<IRemoteObject> &impl);
36 static inline BrokerDelegator<InterIpcProxy> delegator_;
H A Dinter_ipc_proxy.cpp23 InterIpcProxy::InterIpcProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IInterIpc>(impl) in InterIpcProxy() function in OHOS::Sharing::InterIpcProxy
28 int32_t InterIpcProxy::SetListenerObject(std::string key, const sptr<IRemoteObject> &object) in SetListenerObject()
47 sptr<IRemoteObject> InterIpcProxy::GetSubSystemAbility(std::string key, std::string className) in GetSubSystemAbility()
66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp267 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F()
280 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F()
292 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F()
308 auto ipcProxy = std::make_shared<InterIpcProxy>(impl); in HWTEST_F()

Completed in 2 milliseconds