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:JsApp
(Results
1 - 9
of
9
) sorted by relevance
/ide/tools/previewer/jsapp/
H
A
D
JsApp.cpp
16
#include "
JsApp
.h"
25
JsApp
::
JsApp
()
in JsApp()
function in JsApp
44
void
JsApp
::Stop()
in Stop()
46
ILOG("
JsApp
::Stop start stop js app.");
in Stop()
58
ILOG("
JsApp
::Stop js app stop finished.");
in Stop()
61
void
JsApp
::Interrupt() {}
in Interrupt()
63
bool
JsApp
::IsLiteDevice(std::string deviceType)
in IsLiteDevice()
72
void
JsApp
::SetPipeName(const std::string& name)
in SetPipeName()
77
void
JsApp
[all...]
H
A
D
JsApp.h
102
class
JsApp
{
class
104
JsApp
& operator=(const
JsApp
&) = delete;
105
JsApp
(const
JsApp
&) = delete;
141
JsApp
();
142
virtual ~
JsApp
() {};
in ~JsApp()
/ide/tools/previewer/test/mock/jsapp/
H
A
D
MockJsApp.cpp
17
#include "
JsApp
.h"
19
JsApp
::
JsApp
() {}
in JsApp()
function in JsApp
21
bool
JsApp
::IsLiteDevice(std::string deviceType)
in IsLiteDevice()
31
std::string
JsApp
::GetJSONTree() {
in GetJSONTree()
34
std::string
JsApp
::GetDefaultJSONTree() {
in GetDefaultJSONTree()
37
void
JsApp
::OrientationChanged(std::string commandOrientation) {
in OrientationChanged()
40
void
JsApp
::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) {
in ResolutionChanged()
43
void
JsApp
::SetArgsColorMode(const std::string& value) {
in SetArgsColorMode()
46
void
JsApp
in SetArgsColorMode()
[all...]
/ide/tools/previewer/jsapp/lite/
H
A
D
JsAppImpl.h
23
#include "
JsApp
.h"
26
class JsAppImpl : public
JsApp
{
/ide/tools/previewer/test/unittest/jsapp_lite/
H
A
D
JsAppImplTest.cpp
70
EXPECT_TRUE(std::is_copy_constructible<
JsApp
>::value == false);
in TEST_F()
76
EXPECT_TRUE(std::is_copy_assignable<
JsApp
>::value == false);
in TEST_F()
/ide/tools/previewer/cli/
H
A
D
CommandLineFactory.cpp
20
#include "
JsApp
.h"
31
bool isLiteDevice =
JsApp
::IsLiteDevice(deviceType);
in InitCommandMap()
H
A
D
CommandLine.cpp
25
#include "
JsApp
.h"
635
bool isLiteDevice =
JsApp
::IsLiteDevice(CommandParser::GetInstance().GetDeviceType());
in IsStrValVailid()
740
bool isLiteDevice =
JsApp
::IsLiteDevice(deviceType);
in IsSetArgValid()
786
bool isLiteDevice =
JsApp
::IsLiteDevice(deviceType);
in RunGet()
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
JsAppImplTest.cpp
67
EXPECT_TRUE(std::is_copy_constructible<
JsApp
>::value == false);
in TEST_F()
73
EXPECT_TRUE(std::is_copy_assignable<
JsApp
>::value == false);
in TEST_F()
411
//
JsApp
start
509
EXPECT_TRUE(
JsApp
::IsLiteDevice("liteWearable"));
in TEST_F()
510
EXPECT_FALSE(
JsApp
::IsLiteDevice("phone"));
in TEST_F()
512
//
JsApp
end
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.h
23
#include "
JsApp
.h"
53
class JsAppImpl : public
JsApp
{
Completed in 7 milliseconds