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:GetDeviceType
(Results
1 - 9
of
9
) sorted by relevance
/ide/tools/previewer/util/
H
A
D
TraceTool.cpp
64
detail.Add("device", CommandParser::GetInstance().
GetDeviceType
().c_str());
in HandleTrace()
H
A
D
CommandParser.cpp
186
std::string CommandParser::
GetDeviceType
() const
in GetDeviceType()
function in CommandParser
577
std::string devicetype =
GetDeviceType
();
in IsCardValid()
1023
info.deviceType =
GetDeviceType
();
in GetCommandInfo()
H
A
D
CommandParser.h
69
std::string
GetDeviceType
() const;
/ide/tools/previewer/
H
A
D
ThinPreviewer.cpp
42
ModelManager::SetCurrentDevice(CommandParser::GetInstance().
GetDeviceType
());
in InitSettings()
/ide/tools/previewer/cli/
H
A
D
CommandLineFactory.cpp
30
std::string deviceType = cmdParser.
GetDeviceType
();
in InitCommandMap()
H
A
D
CommandLine.cpp
635
bool isLiteDevice = JsApp::IsLiteDevice(CommandParser::GetInstance().
GetDeviceType
());
in IsStrValVailid()
739
std::string deviceType = cmdParser.
GetDeviceType
();
in IsSetArgValid()
785
std::string deviceType = CommandParser::GetInstance().
GetDeviceType
();
in RunGet()
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.cpp
78
std::string deviceType = CommandParser::GetInstance().
GetDeviceType
();
in InitFontEngine()
/ide/tools/previewer/mock/lite/
H
A
D
VirtualScreenImpl.cpp
35
if (CommandParser::GetInstance().
GetDeviceType
() == "liteWearable") {
in InitAll()
/ide/tools/previewer/test/unittest/util/
H
A
D
CommandParserTest.cpp
974
EXPECT_EQ(CommandParser::GetInstance().
GetDeviceType
(), "phone");
in TEST_F()
Completed in 9 milliseconds