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:isInHebcList
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_surface/utils/hebc_white_list/test/unittest/
H
A
D
hebc_white_list_test.cpp
52
bool
isInHebcList
= HebcWhiteList::GetInstance().Check(appName);
in HWTEST_F()
local
53
ASSERT_TRUE(
isInHebcList
== false);
in HWTEST_F()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_type.h
154
bool
isInHebcList
;
variable
/foundation/graphic/graphic_surface/surface/include/
H
A
D
producer_surface.h
229
return initInfo_.
isInHebcList
;
/foundation/graphic/graphic_surface/surface/src/
H
A
D
buffer_client_producer.cpp
246
if (!reply.ReadString(info.name) || !reply.ReadBool(info.
isInHebcList
)) {
in GetProducerInitInfo()
H
A
D
buffer_queue_producer.cpp
243
!reply.WriteString(info.name) || !reply.WriteBool(info.
isInHebcList
)) {
in GetProducerInitInfoRemote()
H
A
D
buffer_queue.cpp
122
info.
isInHebcList
= HebcWhiteList::GetInstance().Check(info.appName);
in GetProducerInitInfo()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
producer_surface_test.cpp
1862
bool
isInHebcList
= pSurface->IsInHebcList();
in HWTEST_F()
local
1863
ASSERT_EQ(
isInHebcList
, false);
in HWTEST_F()
Completed in 11 milliseconds