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:needPrintLog
(Results
1 - 8
of
8
) sorted by relevance
/foundation/window/window_manager/previewer/mock/
H
A
D
permission.cpp
21
bool Permission::IsSystemServiceCalling(bool
needPrintLog
, bool isLocalSysCalling)
in IsSystemServiceCalling()
argument
H
A
D
permission.h
25
static bool IsSystemServiceCalling(bool
needPrintLog
= true, bool isLocalSysCalling = false);
/foundation/window/window_manager/utils/include/
H
A
D
permission.h
25
static bool IsSystemServiceCalling(bool
needPrintLog
= true, bool isLocalSysCalling = false);
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_permission_test.cpp
60
bool
needPrintLog
= true;
in HWTEST_F()
local
61
bool result = SessionPermission::IsSystemServiceCalling(
needPrintLog
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
session_permission.h
30
static bool IsSystemServiceCalling(bool
needPrintLog
= true);
/foundation/window/window_manager/utils/src/
H
A
D
permission.cpp
35
bool Permission::IsSystemServiceCalling(bool
needPrintLog
, bool isLocalSysCalling)
in IsSystemServiceCalling()
argument
46
if (
needPrintLog
) {
in IsSystemServiceCalling()
/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/
H
A
D
mock_power_mgr_client.cpp
74
bool PowerMgrClient::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
/foundation/window/window_manager/window_scene/common/src/
H
A
D
session_permission.cpp
63
bool SessionPermission::IsSystemServiceCalling(bool
needPrintLog
)
in IsSystemServiceCalling()
argument
72
if (
needPrintLog
) {
in IsSystemServiceCalling()
Completed in 3 milliseconds