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:stateMutex_
(Results
1 - 8
of
8
) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H
A
D
state_machine.cpp
26
std::lock_guard<std::mutex> lock(
stateMutex_
);
in Init()
54
std::lock_guard<std::mutex> lock(
stateMutex_
);
in UpdateState()
69
std::lock_guard<std::mutex> lock(
stateMutex_
);
in DumpState()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H
A
D
state_machine.h
69
std::mutex
stateMutex_
;
member in OHOS::PowerMgr::StateMachine
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/service/
H
A
D
sandbox_manager_service.h
73
std::mutex
stateMutex_
;
member in OHOS::AccessControl::SandboxManager::final
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H
A
D
sandbox_manager_service.cpp
68
std::lock_guard<std::mutex> lock(
stateMutex_
);
in OnStart()
93
std::lock_guard<std::mutex> lock(
stateMutex_
);
in OnStop()
107
std::lock_guard<std::mutex> lock(
stateMutex_
);
in OnStart()
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
955
std::lock_guard lock(
stateMutex_
);
in GetState()
963
std::lock_guard lock(
stateMutex_
);
in IsScreenOn()
973
std::lock_guard lock(
stateMutex_
);
in IsFoldScreenOn()
981
std::lock_guard lock(
stateMutex_
);
in IsCollaborationScreenOn()
1265
std::lock_guard lock(
stateMutex_
);
in RegisterPowerStateCallback()
1279
std::lock_guard lock(
stateMutex_
);
in UnRegisterPowerStateCallback()
H
A
D
power_state_machine.cpp
1288
if (
stateMutex_
.try_lock()) {
in WakeupDeviceInner()
1292
stateMutex_
.unlock();
in WakeupDeviceInner()
1727
std::lock_guard<std::mutex> lock(
stateMutex_
);
in WakeupDeviceInner()
1766
std::lock_guard<std::mutex> lock(
stateMutex_
);
in WakeupDeviceInner()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_state_machine.h
348
// all change to currentState_ should be inside
stateMutex_
349
std::mutex
stateMutex_
;
member in OHOS::PowerMgr::TransitResult::PowerStateMachine::SettingStateFlag
H
A
D
power_mgr_service.h
346
std::mutex
stateMutex_
;
member in OHOS::PowerMgr::final
Completed in 14 milliseconds