Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IProxyBroker
(Results
1 - 12
of
12
) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H
A
D
iproxy_broker.h
26
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
D
iproxy_broker.h
26
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
D
media_key_system_callback_proxy.h
27
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
D
oem_certificate_proxy.h
27
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
D
media_decrypt_module_proxy.h
27
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
D
media_key_system_factory_proxy.h
27
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
D
media_key_session_callback_proxy.h
27
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
D
media_key_session_proxy.h
27
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
D
media_key_system_proxy.h
27
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
D
iservmgr_client.cpp
40
class ServiceManagerProxy : public
IProxyBroker
<IServiceManager> {
42
explicit ServiceManagerProxy(const sptr<IRemoteObject> &impl) :
IProxyBroker
<IServiceManager>(impl) {}
in ServiceManagerProxy()
H
A
D
idevmgr_client.cpp
48
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
D
devmgr_uevent_test.cpp
222
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