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
defs:GetWorkStatus
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H
A
D
work_sched_service_proxy.cpp
209
int32_t WorkSchedServiceProxy::
GetWorkStatus
(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo)
in GetWorkStatus()
function in OHOS::WorkScheduler::WorkSchedServiceProxy
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H
A
D
get_work_status.cpp
72
napi_value
GetWorkStatus
(napi_env env, napi_callback_info info)
in GetWorkStatus()
function
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
workscheduler_srv_client.cpp
149
ErrCode WorkSchedulerSrvClient::
GetWorkStatus
(int32_t workId, std::shared_ptr<WorkInfo> &workInfo)
in GetWorkStatus()
function in OHOS::WorkScheduler::WorkSchedulerSrvClient
/foundation/resourceschedule/work_scheduler/services/test/src/
H
A
D
workschedulerservice_test.cpp
114
int32_t
GetWorkStatus
(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo) { return 0; }
in GetWorkStatus()
function in OHOS::WorkScheduler::MyWorkSchedulerService
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_policy_manager.cpp
517
shared_ptr<WorkInfo> WorkPolicyManager::
GetWorkStatus
(int32_t &uid, int32_t &workId)
in GetWorkStatus()
function in OHOS::WorkScheduler::WorkPolicyManager
H
A
D
work_scheduler_service.cpp
770
int32_t WorkSchedulerService::
GetWorkStatus
(int32_t &workId, std::shared_ptr<WorkInfo>& workInfo)
in GetWorkStatus()
function in OHOS::WorkScheduler::WorkSchedulerService
Completed in 8 milliseconds