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:msgHandler_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ai/ai_engine/services/server/server_executor/source/
H
A
D
engine.cpp
35
msgHandler_
(nullptr),
in Engine()
80
AIE_NEW(
msgHandler_
, SyncMsgHandler(*queue_, plugin_->GetPluginAlgorithm()));
in Initialize()
82
AIE_NEW(
msgHandler_
, AsyncMsgHandler(*queue_, plugin_->GetPluginAlgorithm()));
in Initialize()
84
if (
msgHandler_
== nullptr) {
in Initialize()
92
AIE_DELETE(
msgHandler_
);
in Initialize()
119
AIE_DELETE(
msgHandler_
);
in Uninitialize()
129
SyncMsgHandler *handler = reinterpret_cast<SyncMsgHandler *>(
msgHandler_
);
in SyncExecute()
163
AsyncMsgHandler *handler = reinterpret_cast<AsyncMsgHandler *>(
msgHandler_
);
in AsyncExecute()
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H
A
D
mmi_client.cpp
89
msgHandler_
.Init();
in Start()
90
auto callback = [this] (const UDSClient& client, NetPacket& pkt) { return
msgHandler_
.OnMsgHandler(client, pkt); };
in Start()
255
msgHandler_
.InitProcessedCallback();
in OnConnected()
/foundation/ai/ai_engine/services/server/server_executor/include/
H
A
D
engine.h
91
IHandler *
msgHandler_
;
member in OHOS::AI::Engine
/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H
A
D
mmi_client.h
65
ClientMsgHandler
msgHandler_
;
member in OHOS::MMI::final
Completed in 2 milliseconds