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:HdiBase
(Results
1 - 22
of
22
) sorted by relevance
/drivers/hdf_core/interfaces/inner_api/hdi/
H
A
D
hdi_base.h
53
class
HdiBase
: public std::enable_shared_from_this<
HdiBase
> {
class
55
class
HdiBase
: virtual public OHOS::RefBase {
58
HdiBase
() = default;
59
virtual ~
HdiBase
() = default;
H
A
D
object_collector.h
59
using Constructor = std::function<sptr<IRemoteObject>(const sptr<
HdiBase
> &interface)>;
67
sptr<IRemoteObject> NewObject(const sptr<
HdiBase
> &interface, const std::u16string &interfaceName);
69
sptr<IRemoteObject> GetOrNewObject(const sptr<
HdiBase
> &interface, const std::u16string &interfaceName);
71
bool RemoveObject(const sptr<
HdiBase
> &interface);
76
sptr<IRemoteObject> NewObjectLocked(const sptr<
HdiBase
> &interface, const std::u16string &interfaceName);
82
std::map<
HdiBase
*, wptr<IRemoteObject>> interfaceObjectCollector_;
117
auto creator = [](const sptr<
HdiBase
> &interface) -> sptr<IRemoteObject> {
in ObjectDelegator()
H
A
D
iservmgr_hdi.h
68
class IServiceManager : public
HdiBase
{
H
A
D
idevmgr_hdi.h
74
class IDeviceManager : public
HdiBase
{
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
object_collector.cpp
49
const OHOS::sptr<
HdiBase
> &interface, const std::u16string &interfaceName)
in NewObjectLocked()
63
const OHOS::sptr<
HdiBase
> &interface, const std::u16string &interfaceName)
in NewObject()
70
const OHOS::sptr<
HdiBase
> &interface, const std::u16string &interfaceName)
in GetOrNewObject()
93
bool ObjectCollector::RemoveObject(const OHOS::sptr<
HdiBase
> &interface)
in RemoveObject()
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H
A
D
icamera_host_vdi_callback.h
32
class ICameraHostVdiCallback : public
HdiBase
{
H
A
D
icamera_device_vdi_callback.h
32
class ICameraDeviceVdiCallback : public
HdiBase
{
H
A
D
ioffline_stream_operator_vdi.h
32
class IOfflineStreamOperatorVdi : public
HdiBase
{
H
A
D
icamera_device_vdi.h
33
class ICameraDeviceVdi : public
HdiBase
{
H
A
D
istream_operator_vdi_callback.h
32
class IStreamOperatorVdiCallback : public
HdiBase
{
H
A
D
icamera_host_vdi.h
38
class ICameraHostVdi : public
HdiBase
{
H
A
D
istream_operator_vdi.h
36
class IStreamOperatorVdi : public
HdiBase
{
/drivers/peripheral/sensor/interfaces/v1_0/
H
A
D
isensor_callback_vdi.h
41
class ISensorCallbackVdi : public
HdiBase
{
/drivers/peripheral/motion/interfaces/v1_0/
H
A
D
imotion_callback_vdi.h
38
class IMotionCallbackVdi : public
HdiBase
{
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H
A
D
imedia_key_session_callback.h
60
class IMediaKeySessionCallback : public
HdiBase
{
H
A
D
ioem_certificate.h
60
class IOemCertificate : public
HdiBase
{
H
A
D
imedia_decrypt_module.h
58
class IMediaDecryptModule : public
HdiBase
{
H
A
D
imedia_key_system_callback.h
58
class IMediaKeySystemCallback : public
HdiBase
{
H
A
D
imedia_key_system_factory.h
61
class IMediaKeySystemFactory : public
HdiBase
{
H
A
D
imedia_key_system.h
78
class IMediaKeySystem : public
HdiBase
{
H
A
D
imedia_key_session.h
73
class IMediaKeySession : public
HdiBase
{
/drivers/hdf_core/framework/core/manager/test/unittest/common/
H
A
D
devmgr_uevent_test.cpp
217
class IFooInterface : public OHOS::HDI::
HdiBase
{
in HWTEST_F()
Completed in 5 milliseconds