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 - 14
of
14
) sorted by relevance
/base/security/access_token/services/common/power_manager/src/
H
A
D
power_manager_proxy.cpp
35
bool
needPrintLog
= true;
in IsScreenOn()
local
36
if (!data.WriteBool(
needPrintLog
)) {
in IsScreenOn()
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_screenon_mock_test.cpp
56
bool PowerMgrService::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
/base/powermgr/power_manager/test/unittest/include/servicetest/
H
A
D
powermgr_service_test_proxy.h
63
bool IsScreenOn(bool
needPrintLog
= true);
/base/powermgr/power_manager/frameworks/native/
H
A
D
power_mgr_client.cpp
255
bool PowerMgrClient::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
259
ret = proxy_->IsScreenOn(
needPrintLog
);
in IsScreenOn()
260
if (
needPrintLog
) {
in IsScreenOn()
/base/powermgr/power_manager/interfaces/inner_api/native/include/
H
A
D
power_mgr_client.h
110
bool IsScreenOn(bool
needPrintLog
= true);
H
A
D
ipower_mgr.h
67
virtual bool IsScreenOn(bool
needPrintLog
= true) = 0;
/base/powermgr/power_manager/services/zidl/include/
H
A
D
power_mgr_proxy.h
69
virtual bool IsScreenOn(bool
needPrintLog
= true) override;
/base/powermgr/power_manager/services/native/include/
H
A
D
power_state_machine.h
119
bool IsScreenOn(bool
needPrintLog
= true);
146
void ResetInactiveTimer(bool
needPrintLog
= true);
H
A
D
power_mgr_service.h
88
virtual bool IsScreenOn(bool
needPrintLog
= true) override;
/base/powermgr/power_manager/services/zidl/src/
H
A
D
power_mgr_stub.cpp
500
bool
needPrintLog
= true;
in IsScreenOnStub()
local
501
RETURN_IF_READ_PARCEL_FAILED_WITH_RET(data, Bool,
needPrintLog
, E_READ_PARCEL_ERROR);
in IsScreenOnStub()
502
ret = IsScreenOn(
needPrintLog
);
in IsScreenOnStub()
H
A
D
power_mgr_proxy.cpp
699
bool PowerMgrProxy::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
713
RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool,
needPrintLog
, false);
in IsScreenOn()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_state_machine.cpp
815
bool PowerStateMachine::IsScreenOn(bool
needPrintLog
)
in WakeupDeviceInner()
argument
833
if (
needPrintLog
) {
in WakeupDeviceInner()
1127
void PowerStateMachine::ResetInactiveTimer(bool
needPrintLog
)
in WakeupDeviceInner()
argument
1136
if (
needPrintLog
) {
in WakeupDeviceInner()
1146
if (
needPrintLog
) {
in WakeupDeviceInner()
H
A
D
power_mgr_service.cpp
961
bool PowerMgrService::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
965
if (
needPrintLog
) {
in IsScreenOn()
/base/powermgr/power_manager/test/unittest/src/servicetest/
H
A
D
powermgr_service_test_proxy.cpp
535
bool PowerMgrServiceTestProxy::IsScreenOn(bool
needPrintLog
)
in IsScreenOn()
argument
548
RETURN_IF_WRITE_PARCEL_FAILED_WITH_RET(data, Bool,
needPrintLog
, false);
in IsScreenOn()
Completed in 16 milliseconds