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:AutoTestManager
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/test/autotest/src/
H
A
D
auto_test_manager.cpp
24
AutoTestManager
::
AutoTestManager
()
in AutoTestManager()
function in OHOS::AutoTestManager
29
AutoTestManager
::~
AutoTestManager
()
in ~AutoTestManager()
34
AutoTestManager
*
AutoTestManager
::GetInstance()
in GetInstance()
36
static
AutoTestManager
instance;
in GetInstance()
40
void
AutoTestManager
::SetUpTestCase()
in SetUpTestCase()
61
void
AutoTestManager
::TearDownTestCase()
in TearDownTestCase()
71
void
AutoTestManager
[all...]
H
A
D
tcp_socket_manager.cpp
27
AutoTestManager
::GetInstance()->StartTest(msgInfo);
in StartTest()
32
AutoTestManager
::GetInstance()->SetConfigInfo(configInfo);
in DipatchConfigMsg()
37
AutoTestManager
::GetInstance()->TestComplete();
in DispatchComplete()
72
AutoTestManager
::GetInstance()->SetSendMsgFuncCallBack(std::bind(SendTestMsg, std::placeholders::_1));
in InitSocket()
H
A
D
ui_auto_test.cpp
156
AutoTestManager
::GetInstance()->SendMsg(C_S_MAIN_ID_TEST_FINISH_INFO);
in RunTest()
214
std::shared_ptr<TestConfigInfo> config =
AutoTestManager
::GetInstance()->GetConfigInfo();
in OnSaveFile()
230
std::shared_ptr<TestConfigInfo> config =
AutoTestManager
::GetInstance()->GetConfigInfo();
in TestComplete()
249
std::shared_ptr<TestConfigInfo> config =
AutoTestManager
::GetInstance()->GetConfigInfo();
in OnCompareFile()
/foundation/arkui/ui_lite/test/autotest/include/
H
A
D
auto_test_manager.h
26
class
AutoTestManager
{
class
28
AutoTestManager
();
29
virtual ~
AutoTestManager
();
30
static
AutoTestManager
* GetInstance();
Completed in 3 milliseconds