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:ScreenShape
(Results
1 - 7
of
7
) sorted by relevance
/developtools/packing_tool/packing_tool/frameworks/include/json/
H
A
D
distro_filter.h
37
typedef PolicyValue
ScreenShape
;
typedef
44
ScreenShape
screenShape;
H
A
D
hap_verify_utils.h
92
static bool CheckScreenShapeCovered(const
ScreenShape
& screenShape,
/developtools/packing_tool/adapter/ohos/
H
A
D
ScreenShape.java
22
*
ScreenShape
info
25
public class
ScreenShape
{
class
27
*
ScreenShape
policy
32
*
ScreenShape
value list
H
A
D
DistroFilter.java
29
* Indicates the DistroFilter info
ScreenShape
31
public
ScreenShape
screenShape = null;
H
A
D
HapVerify.java
835
private static boolean checkScreenShapeCovered(
ScreenShape
screenShape, List<HapVerifyInfo> entryHaps)
in checkScreenShapeCovered()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
H
A
D
hap_verify_utils_test.cpp
95
OHOS::AppPackingTool::
ScreenShape
screenShape1;
in InitHapVerifyInfo1()
154
OHOS::AppPackingTool::
ScreenShape
screenShape2;
in InitHapVerifyInfo2()
185
OHOS::AppPackingTool::
ScreenShape
screenShape1;
in initDistroFilter()
202
OHOS::AppPackingTool::
ScreenShape
screenShape2;
in initDistroFilter()
587
OHOS::AppPackingTool::
ScreenShape
screenShape1;
in HWTEST_F()
747
OHOS::AppPackingTool::
ScreenShape
screenShape3;
in HWTEST_F()
833
OHOS::AppPackingTool::
ScreenShape
screenShape;
in HWTEST_F()
837
OHOS::AppPackingTool::
ScreenShape
screenShape3;
in HWTEST_F()
843
OHOS::AppPackingTool::
ScreenShape
screenShape4;
in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H
A
D
hap_verify_utils.cpp
452
bool HapVerifyUtils::CheckScreenShapeCovered(const
ScreenShape
& screenShape, const std::list<HapVerifyInfo>& entryHaps)
in CheckScreenShapeCovered()
Completed in 9 milliseconds