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:IHandler
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H
A
D
callback_handler.cpp
29
explicit CallbackHandlerInner(std::shared_ptr<
IHandler
> iHandler);
40
std::weak_ptr<
IHandler
> iHandler_;
43
std::shared_ptr<CallbackHandler> CallbackHandler::GetInstance(std::shared_ptr<
IHandler
> iHandler)
in GetInstance()
48
CallbackHandlerInner::CallbackHandlerInner(std::shared_ptr<
IHandler
> iHandler)
in CallbackHandlerInner()
68
std::shared_ptr<
IHandler
> handler = iHandler_.lock();
in ProcessEvent()
H
A
D
capturer_in_client.cpp
69
class CapturerInClientInner : public CapturerInClient, public IStreamListener, public
IHandler
,
/foundation/ai/ai_engine/services/server/server_executor/include/
H
A
D
task.h
26
class
IHandler
;
28
IHandler
*handler;
44
Task(
IHandler
*handler, IRequest *request, SimpleEventNotifier<IResponse> *notifier)
in Task()
H
A
D
i_handler.h
27
class
IHandler
{
class
29
virtual ~
IHandler
() = default;
H
A
D
async_msg_handler.h
30
class AsyncMsgHandler : public
IHandler
, public IPluginCallback {
H
A
D
sync_msg_handler.h
31
class SyncMsgHandler : public
IHandler
{
H
A
D
engine.h
91
IHandler
*msgHandler_;
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H
A
D
callback_handler.h
25
class
IHandler
{
class
27
virtual ~
IHandler
() = default;
34
static std::shared_ptr<CallbackHandler> GetInstance(std::shared_ptr<
IHandler
> iHandler);
H
A
D
renderer_in_client_private.h
44
class RendererInClientInner : public RendererInClient, public IStreamListener, public
IHandler
,
Completed in 6 milliseconds