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:wss_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_policy_manager.cpp
56
WorkPolicyManager::WorkPolicyManager(const std::shared_ptr<WorkSchedulerService>& wss) :
wss_
(wss)
in WorkPolicyManager()
69
if (
wss_
.expired()) {
in Init()
70
WS_HILOGE("
wss_
expired");
in Init()
74
handler_ =
wss_
.lock()->GetHandler();
in Init()
79
watchdog_ = std::make_shared<Watchdog>(
wss_
.lock()->GetWorkPolicyManager(), runner);
in Init()
319
if (
wss_
.expired()) {
in OnPolicyChanged()
320
WS_HILOGE("
wss_
expired");
in OnPolicyChanged()
323
auto service =
wss_
.lock();
in OnPolicyChanged()
402
if (
wss_
.expired()) {
in RealStartWork()
403
WS_HILOGE("
wss_
expire
in RealStartWork()
[all...]
H
A
D
work_queue_manager.cpp
30
WorkQueueManager::WorkQueueManager(const std::shared_ptr<WorkSchedulerService>& wss) :
wss_
(wss)
in WorkQueueManager()
173
if (
wss_
.expired()) {
in OnConditionChanged()
174
WS_HILOGE("
wss_
expired");
in OnConditionChanged()
177
wss_
.lock()->OnConditionReady(make_shared<vector<shared_ptr<WorkStatus>>>(readyWorkVector));
in OnConditionChanged()
/foundation/resourceschedule/work_scheduler/services/native/include/
H
A
D
work_queue_manager.h
127
const std::weak_ptr<WorkSchedulerService>
wss_
;
member in OHOS::WorkScheduler::WorkQueueManager
H
A
D
work_policy_manager.h
299
const std::weak_ptr<WorkSchedulerService>
wss_
;
member in OHOS::WorkScheduler::WorkPolicyManager
Completed in 3 milliseconds