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:ApiInvokeRecorder
(Results
1 - 3
of
3
) sorted by relevance
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
H
A
D
hiappevent_util.cpp
34
int64_t
ApiInvokeRecorder
::processId_ = -1;
36
ApiInvokeRecorder
::
ApiInvokeRecorder
(std::string apiName) : apiName_(std::move(apiName)),
in ApiInvokeRecorder()
function in OHOS::HiviewDFX::ApiInvokeRecorder
39
ApiInvokeRecorder
::~
ApiInvokeRecorder
()
in ~ApiInvokeRecorder()
62
void
ApiInvokeRecorder
::SetErrorCode(int errorCode)
in SetErrorCode()
67
void
ApiInvokeRecorder
::InitProcessor()
in InitProcessor()
H
A
D
hiappevent_util.h
22
class
ApiInvokeRecorder
{
class
24
explicit
ApiInvokeRecorder
(std::string apiName);
25
~
ApiInvokeRecorder
();
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
317
ApiInvokeRecorder
apiInvokeRecorder("startProfiling");
in StartProfiling()
345
ApiInvokeRecorder
apiInvokeRecorder("startJsCpuProfiling");
in StartJsCpuProfiling()
380
ApiInvokeRecorder
apiInvokeRecorder("stopProfiling");
in StopProfiling()
388
ApiInvokeRecorder
apiInvokeRecorder("stopJsCpuProfiling");
in StopJsCpuProfiling()
396
ApiInvokeRecorder
apiInvokeRecorder("dumpHeapData");
in DumpHeapData()
420
ApiInvokeRecorder
apiInvokeRecorder("dumpJsHeapData");
in DumpJsHeapData()
465
ApiInvokeRecorder
apiInvokeRecorder("getSharedDirty");
in GetSharedDirty()
481
ApiInvokeRecorder
apiInvokeRecorder("getPrivateDirty");
in GetPrivateDirty()
497
ApiInvokeRecorder
apiInvokeRecorder("getCpuUsage");
in GetCpuUsage()
516
ApiInvokeRecorder
apiInvokeRecorde
in GetNativeHeapAllocatedSize()
[all...]
Completed in 3 milliseconds