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:IpcMsgDecoder
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H
A
D
ipc_msg_decoder.h
27
class
IpcMsgDecoder
: public Singleton<
IpcMsgDecoder
> {
class
28
friend class Singleton<
IpcMsgDecoder
>;
31
virtual ~
IpcMsgDecoder
() = default;
H
A
D
ipc_msg_decoder.cpp
22
int32_t
IpcMsgDecoder
::MsgDecode(std::shared_ptr<BaseMsg> &sharingMsg, MessageParcel &ipcMsg)
in MsgDecode()
29
int32_t
IpcMsgDecoder
::DomainMsgDecode(std::shared_ptr<BaseDomainMsg> &sharingMsg, MessageParcel &ipcMsg)
in DomainMsgDecode()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H
A
D
inter_ipc_proxy.cpp
80
IpcMsgDecoder
::GetInstance().MsgDecode(replyMsg, reply);
in DoIpcCommand()
H
A
D
inter_ipc_stub.cpp
88
IpcMsgDecoder
::GetInstance().MsgDecode(msg, data);
in DoIpcCommand()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H
A
D
domain_rpc_service_stub.cpp
118
IpcMsgDecoder
::GetInstance().DomainMsgDecode(msg, data);
in DoRpcCommand()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H
A
D
scene_unit_test.cpp
1182
auto ret1 =
IpcMsgDecoder
::GetInstance().MsgDecode(baseMsgGet, ipcMsg);
in HWTEST_F()
Completed in 5 milliseconds