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:InitPipe
(Results
1 - 13
of
13
) sorted by relevance
/ide/tools/previewer/test/unittest/util/
H
A
D
TraceToolTest.cpp
23
TraceTool::GetInstance().
InitPipe
();
in TEST()
30
TraceTool::GetInstance().
InitPipe
();
in TEST()
/ide/tools/previewer/util/
H
A
D
TraceTool.cpp
23
void TraceTool::
InitPipe
()
in InitPipe()
function in TraceTool
27
ELOG("TraceTool::
InitPipe
socket is not null");
in InitPipe()
73
InitPipe
();
in TraceTool()
H
A
D
TraceTool.h
31
void
InitPipe
();
/ide/tools/previewer/cli/
H
A
D
CommandLineInterface.h
29
void
InitPipe
(const std::string name);
H
A
D
CommandLineInterface.cpp
36
void CommandLineInterface::
InitPipe
(const std::string name)
in InitPipe()
function in CommandLineInterface
40
ELOG("CommandLineInterface::
InitPipe
socket is not null");
in InitPipe()
242
InitPipe
(pipeBaseName);
in Init()
/ide/tools/previewer/test/mock/mock/
H
A
D
MockVirtualScreen.cpp
91
void VirtualScreen::
InitPipe
(std::string pipeName, std::string pipePort)
in InitPipe()
function in VirtualScreen
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.h
51
void
InitPipe
(std::string pipeName, std::string pipePort);
H
A
D
VirtualScreen.cpp
123
void VirtualScreen::
InitPipe
(std::string pipeName, std::string pipePort)
in InitPipe()
function in VirtualScreen
/ide/tools/previewer/test/unittest/jsapp_lite/
H
A
D
JsAppImplTest.cpp
52
TraceTool::GetInstance().
InitPipe
();
in SetUpTestCase()
/ide/tools/previewer/mock/lite/
H
A
D
VirtualScreenImpl.cpp
39
InitPipe
(pipeName, pipePort);
in InitAll()
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
51
CommandLineInterface::GetInstance().
InitPipe
("phone");
in SetUpTestCase()
127
VirtualScreenImpl::GetInstance().
InitPipe
("aaa", port);
in TEST_F()
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.cpp
265
VirtualScreen::
InitPipe
(pipeName, pipePort);
in InitAll()
/ide/tools/previewer/test/unittest/cli/
H
A
D
CommandLineInterfaceTest.cpp
138
CommandLineInterface::GetInstance().
InitPipe
("phone");
in TEST()
Completed in 6 milliseconds