Home
last modified time | relevance | path

Searched refs:IProxyBroker (Results 1 - 12 of 12) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/ipc/include/
H A Diproxy_broker.h26 class IProxyBroker : public OHOS::PeerHolder, public OHOS::IRemoteBroker, public INTERFACE { class
28 explicit IProxyBroker(const sptr<IRemoteObject> &object);
29 virtual ~IProxyBroker() = default;
35 IProxyBroker<INTERFACE>::IProxyBroker(const sptr<IRemoteObject> &object) : PeerHolder(object) in IProxyBroker() function in OHOS::HDI::IProxyBroker
40 sptr<INTERFACE> IProxyBroker<INTERFACE>::AsInterface() in AsInterface()
46 sptr<IRemoteObject> IProxyBroker<INTERFACE>::AsObject() in AsObject()
57 INTERFACE *proxyBroker = static_cast<IProxyBroker<INTERFACE> *>(broker.GetRefPtr()); in hdi_facecast()
64 IProxyBroker<INTERFACE> *brokerObject = static_cast<IProxyBroker<INTERFAC in hdi_objcast()
[all...]
/drivers/hdf_core/interfaces/inner_api/ipc/
H A Diproxy_broker.h26 class IProxyBroker : public OHOS::PeerHolder, public OHOS::IRemoteBroker, public INTERFACE { class
28 explicit IProxyBroker(const sptr<IRemoteObject> &object);
29 virtual ~IProxyBroker() = default;
35 IProxyBroker<INTERFACE>::IProxyBroker(const sptr<IRemoteObject> &object) : PeerHolder(object) in IProxyBroker() function in OHOS::HDI::IProxyBroker
40 sptr<INTERFACE> IProxyBroker<INTERFACE>::AsInterface() in AsInterface()
46 sptr<IRemoteObject> IProxyBroker<INTERFACE>::AsObject() in AsObject()
57 INTERFACE *proxyBroker = static_cast<IProxyBroker<INTERFACE> *>(broker.GetRefPtr()); in hdi_facecast()
64 IProxyBroker<INTERFACE> *brokerObject = static_cast<IProxyBroker<INTERFAC in hdi_objcast()
[all...]
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dmedia_key_system_callback_proxy.h27 class MediaKeySystemCallbackProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback> {
29 explicit MediaKeySystemCallbackProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystemCallback>(remote) {} in MediaKeySystemCallbackProxy()
H A Doem_certificate_proxy.h27 class OemCertificateProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IOemCertificate> {
29 explicit OemCertificateProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IOemCertificate>(remote) {} in OemCertificateProxy()
H A Dmedia_decrypt_module_proxy.h27 class MediaDecryptModuleProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> {
29 explicit MediaDecryptModuleProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaDecryptModule>(remote) {} in MediaDecryptModuleProxy()
H A Dmedia_key_system_factory_proxy.h27 class MediaKeySystemFactoryProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory> {
29 explicit MediaKeySystemFactoryProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystemFactory>(remote) {} in MediaKeySystemFactoryProxy()
H A Dmedia_key_session_callback_proxy.h27 class MediaKeySessionCallbackProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySessionCallback> {
29 explicit MediaKeySessionCallbackProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySessionCallback>(remote) {} in MediaKeySessionCallbackProxy()
H A Dmedia_key_session_proxy.h27 class MediaKeySessionProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySession> {
29 explicit MediaKeySessionProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySession>(remote) {} in MediaKeySessionProxy()
H A Dmedia_key_system_proxy.h27 class MediaKeySystemProxy : public IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystem> {
29 explicit MediaKeySystemProxy(const sptr<IRemoteObject>& remote) : IProxyBroker<OHOS::HDI::Drm::V1_0::IMediaKeySystem>(remote) {} in MediaKeySystemProxy()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Diservmgr_client.cpp40 class ServiceManagerProxy : public IProxyBroker<IServiceManager> {
42 explicit ServiceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IServiceManager>(impl) {} in ServiceManagerProxy()
H A Didevmgr_client.cpp48 class DeviceManagerProxy : public IProxyBroker<IDeviceManager> {
50 explicit DeviceManagerProxy(const sptr<IRemoteObject> &impl) : IProxyBroker<IDeviceManager>(impl) {} in DeviceManagerProxy()
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H A Ddevmgr_uevent_test.cpp222 class FooInterfaceProxy : public OHOS::HDI::IProxyBroker<IFooInterface> { in HWTEST_F()
224 explicit FooInterfaceProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl) : IProxyBroker<IFooInterface>(impl) {} in HWTEST_F()

Completed in 4 milliseconds