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:lockState
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H
A
D
lnn_heartbeat_ctrl.c
59
SoftBusScreenLockState
lockState
;
member
81
g_hbConditionState.
lockState
= SOFTBUS_SCREEN_LOCK_UNKNOWN;
in InitHbConditionState()
107
if ((g_hbConditionState.
lockState
== SOFTBUS_SCREEN_LOCK_UNKNOWN) && IsActiveOsAccountUnlocked()) {
in IsHeartbeatEnable()
108
g_hbConditionState.
lockState
= SOFTBUS_SCREEN_UNLOCK;
in IsHeartbeatEnable()
112
bool isScreenUnlock = g_hbConditionState.
lockState
== SOFTBUS_SCREEN_UNLOCK;
in IsHeartbeatEnable()
535
g_hbConditionState.
lockState
== SOFTBUS_SCREEN_UNLOCK) {
in HbScreenOnOnceTryCloudSync()
609
SoftBusScreenLockState
lockState
= (SoftBusScreenLockState)event->status;
in HbScreenLockChangeEventHandler()
local
610
if (
lockState
== SOFTBUS_USER_UNLOCK) {
in HbScreenLockChangeEventHandler()
619
lockState
=
lockState
in HbScreenLockChangeEventHandler()
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H
A
D
lnn_network_manager.c
264
SoftBusScreenLockState
lockState
= (SoftBusScreenLockState)event->status;
in NetLockStateEventHandler()
local
265
if (
lockState
!= SOFTBUS_USER_UNLOCK && g_isUnLock) {
in NetLockStateEventHandler()
269
switch (
lockState
) {
in NetLockStateEventHandler()
273
LNN_LOGI(LNN_BUILDER, "wifi handle %{public}d",
lockState
);
in NetLockStateEventHandler()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H
A
D
hisysevent_observer.cpp
190
RunningLockState
lockState
= RunningLockState(root.at("STATE").get<std::int32_t>());
in ProcessRunningLockEvent()
local
191
RESSCHED_LOGD("Process runninglock event, event type is:%{public}d",
lockState
);
in ProcessRunningLockEvent()
192
switch (
lockState
) {
in ProcessRunningLockEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H
A
D
sched_controller.cpp
515
bool
lockState
= lockIt->second;
in DumpProcessRunningLock()
local
519
.append(",
lockState
: ").append(ToString(
lockState
));
in DumpProcessRunningLock()
Completed in 6 milliseconds