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:BaseMessage
(Results
1 - 3
of
3
) sorted by relevance
/developtools/profiler/proto_encoder/src/
H
A
D
base_message.cpp
24
bool
BaseMessage
::AllocateSubMessage()
in AllocateSubMessage()
27
subMessage_ = new (std::nothrow)
BaseMessage
(writeCtx_);
in AllocateSubMessage()
39
void
BaseMessage
::FinishSubMessage()
in FinishSubMessage()
77
void
BaseMessage
::AddBytes(uint32_t fieldId, const void* data, uint32_t dataSize)
in AddBytes()
108
RandomWriteCtx*
BaseMessage
::StartAddBytes(uint32_t fieldId)
in StartAddBytes()
134
void
BaseMessage
::FinishAddBytes(int32_t size)
in FinishAddBytes()
164
void
BaseMessage
::AddBytesByCallBack(uint32_t fieldId, GetDataCallback getData)
in AddBytesByCallBack()
/developtools/profiler/proto_encoder/include/
H
A
D
base_message.h
51
class
BaseMessage
{
class
53
BaseMessage
()
in BaseMessage()
function in OHOS::Developtools::Profiler::ProtoEncoder::BaseMessage
58
explicit
BaseMessage
(RandomWriteCtx* writeCtx, MessagePool* messagePool = nullptr)
in BaseMessage()
function in OHOS::Developtools::Profiler::ProtoEncoder::BaseMessage
63
~
BaseMessage
()
in ~BaseMessage()
251
static_assert(std::is_base_of<
BaseMessage
, T>::value,
in AddSubMessage()
252
"SubMessage must be a derived class of
BaseMessage
");
in AddSubMessage()
253
static_assert(sizeof(T) == sizeof(
BaseMessage
),
in AddSubMessage()
254
"Size of SubMessage class must be equal to
BaseMessage
");
in AddSubMessage()
372
BaseMessage
* subMessage_ = nullptr;
389
// MessagePool is cache of the
BaseMessage
'
[all...]
/developtools/profiler/proto_encoder/test/unittest/
H
A
D
base_message_unittest.cpp
1448
ProtoEncoder::
BaseMessage
* pMsg = msgStack.Get();
in HWTEST_F()
Completed in 3 milliseconds