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:runningLock_
(Results
1 - 6
of
6
) sorted by relevance
/base/powermgr/power_manager/frameworks/napi/utils/
H
A
D
async_callback_info.cpp
82
runningLock_
= PowerMgrClient::GetInstance().CreateRunningLock(name_, type_);
in CreateRunningLock()
88
if (
runningLock_
== nullptr || napiRunningLockIns_ == nullptr) {
in CreateInstanceForRunningLock()
111
entity->runningLock =
runningLock_
;
in CreateInstanceForRunningLock()
H
A
D
async_callback_info.h
71
std::shared_ptr<RunningLock>
runningLock_
= nullptr;
member in OHOS::PowerMgr::AsyncCallbackInfo::AsyncData
/base/powermgr/display_manager/state_manager/frameworks/napi/
H
A
D
brightness.h
103
std::shared_ptr<PowerMgr::RunningLock>
runningLock_
= nullptr;
member in OHOS::DisplayPowerMgr::Brightness
H
A
D
brightness.cpp
60
Brightness::Brightness(napi_env env, std::shared_ptr<RunningLock> runningLock) : env_(env),
runningLock_
(runningLock) {}
in Brightness()
166
brightnessInfo_.ScreenOn(screenOn,
runningLock_
);
in SetKeepScreenOn()
/base/time/time_service/services/timer/src/
H
A
D
timer_manager.cpp
1315
runningLock_
->Lock(static_cast<int32_t>(holdLockTime / NANO_TO_MILLI));
1316
if (
runningLock_
->IsUsed()) {
1327
if (
runningLock_
== nullptr) {
1329
if (
runningLock_
== nullptr) {
1331
runningLock_
= PowerMgr::PowerMgrClient::GetInstance().CreateRunningLock("timeServiceRunningLock",
1335
if (
runningLock_
!= nullptr) {
1336
runningLock_
->Lock(static_cast<int32_t>(holdLockTime / NANO_TO_MILLI));
1337
if (!
runningLock_
->IsUsed()) {
/base/time/time_service/services/timer/include/
H
A
D
timer_manager.h
161
std::shared_ptr<PowerMgr::RunningLock>
runningLock_
;
member in OHOS::MiscServices::TimerManager
Completed in 7 milliseconds