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:TraceTool
(Results
1 - 13
of
13
) sorted by relevance
/ide/tools/previewer/test/unittest/util/
H
A
D
TraceToolTest.cpp
18
#include "
TraceTool
.h"
23
TraceTool
::GetInstance().InitPipe();
in TEST()
24
TraceTool
::GetInstance().HandleTrace("sendmsg");
in TEST()
25
EXPECT_TRUE(
TraceTool
::GetInstance().isReady);
in TEST()
30
TraceTool
::GetInstance().InitPipe();
in TEST()
31
TraceTool
::GetInstance().isReady = false;
in TEST()
32
TraceTool
::GetInstance().HandleTrace("sendmsg");
in TEST()
33
EXPECT_FALSE(
TraceTool
::GetInstance().isReady);
in TEST()
/ide/tools/previewer/util/
H
A
D
TraceTool.cpp
16
#include "
TraceTool
.h"
23
void
TraceTool
::InitPipe()
in InitPipe()
27
ELOG("
TraceTool
::InitPipe socket is not null");
in InitPipe()
32
FLOG("
TraceTool
::Connect socket memory allocation failed!");
in InitPipe()
36
ELOG("
TraceTool
::pipe connect failed");
in InitPipe()
40
ELOG("
TraceTool
::pipe connect successed");
in InitPipe()
43
TraceTool
&
TraceTool
::GetInstance()
in GetInstance()
45
static
TraceTool
instance;
in GetInstance()
49
void
TraceTool
71
TraceTool
::
TraceTool
() : socket(nullptr), isReady(false)
TraceTool()
function in TraceTool
[all...]
H
A
D
TraceTool.h
27
class
TraceTool
{
class
29
static
TraceTool
& GetInstance();
35
TraceTool
();
36
~
TraceTool
();
H
A
D
CommandParser.cpp
23
#include "
TraceTool
.h"
142
TraceTool
::GetInstance().HandleTrace("Invalid startup parameters");
in IsCommandValid()
/ide/tools/previewer/
H
A
D
RichPreviewer.cpp
29
#include "
TraceTool
.h"
119
TraceTool
::GetInstance().HandleTrace("Enter the main function");
in main()
H
A
D
ThinPreviewer.cpp
33
#include "
TraceTool
.h"
122
TraceTool
::GetInstance().HandleTrace("Enter the main function");
in main()
/ide/tools/previewer/mock/lite/
H
A
D
VirtualScreenImpl.cpp
29
#include "
TraceTool
.h"
136
TraceTool
::GetInstance().HandleTrace("Send first buffer finish");
in ScheduleBufferSend()
253
TraceTool
::GetInstance().HandleTrace("Get first render buffer");
in Flush()
/ide/tools/previewer/cli/
H
A
D
CommandLineFactory.cpp
22
#include "
TraceTool
.h"
87
TraceTool
::GetInstance().HandleTrace("Mismatched SDK version");
in CreateCommandLine()
/ide/tools/previewer/test/unittest/jsapp_lite/
H
A
D
JsAppImplTest.cpp
25
#include "
TraceTool
.h"
52
TraceTool
::GetInstance().InitPipe();
in SetUpTestCase()
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.cpp
44
#include "
TraceTool
.h"
240
TraceTool
::GetInstance().HandleTrace("Launch Js app");
in StartJsApp()
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
26
#include "
TraceTool
.h"
363
TraceTool
::GetInstance().HandleTrace("Get first render buffer");
in SendPixmap()
396
TraceTool
::GetInstance().HandleTrace("Send first buffer finish");
in SendPixmap()
/ide/tools/previewer/jsapp/rich/external/
H
A
D
StageContext.cpp
22
#include "
TraceTool
.h"
147
TraceTool
::GetInstance().HandleTrace("HSP is loaded");
in GetModuleBuffer()
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
23
#include "
TraceTool
.h"
246
TraceTool
::GetInstance().HandleTrace("Launch Js App");
in RunNormalAbility()
Completed in 13 milliseconds