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:OnWorkStart
(Results
1 - 12
of
12
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H
A
D
work_scheduler_stub_imp.cpp
22
void WorkSchedulerStubImp::
OnWorkStart
(WorkInfo& workInfo)
in OnWorkStart()
function in OHOS::WorkScheduler::WorkSchedulerStubImp
27
extension->
OnWorkStart
(workInfo);
in OnWorkStart()
H
A
D
work_scheduler_stub.cpp
36
OnWorkStart
(*workInfo);
in OnRemoteRequest()
H
A
D
work_scheduler_proxy.cpp
21
void WorkSchedulerProxy::
OnWorkStart
(WorkInfo& workInfo)
in OnWorkStart()
function in OHOS::WorkScheduler::WorkSchedulerProxy
/foundation/resourceschedule/work_scheduler/frameworks/extension/include/
H
A
D
iwork_scheduler.h
29
* @brief The
OnWorkStart
callback.
33
virtual void
OnWorkStart
(WorkInfo& workInfo) = 0;
H
A
D
work_scheduler_extension.h
72
* @brief The
OnWorkStart
callback.
76
virtual void
OnWorkStart
(WorkInfo& workInfo);
H
A
D
js_work_scheduler_extension.h
81
* @brief The
OnWorkStart
callback.
85
void
OnWorkStart
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H
A
D
work_scheduler_proxy.h
33
* @brief The
OnWorkStart
callback.
37
void
OnWorkStart
(WorkInfo& workInfo) override;
H
A
D
work_scheduler_stub_imp.h
34
* @brief The
OnWorkStart
callback.
38
void
OnWorkStart
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_connection.cpp
46
proxy_->
OnWorkStart
(*workInfo_);
in OnAbilityConnectDone()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
work_scheduler_extension.cpp
57
void WorkSchedulerExtension::
OnWorkStart
(WorkInfo& workInfo) {
in OnWorkStart()
function in OHOS::WorkScheduler::WorkSchedulerExtension
H
A
D
js_work_scheduler_extension.cpp
343
void JsWorkSchedulerExtension::
OnWorkStart
(WorkInfo& workInfo)
in OnWorkStart()
function in OHOS::WorkScheduler::JsWorkSchedulerExtension
364
WorkSchedulerExtension::
OnWorkStart
(workInfo);
in OnWorkStart()
371
WS_HILOGE("WorkSchedulerExtension failed to create workInfoData
OnWorkStart
");
in OnWorkStart()
/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H
A
D
work_scheduler_proxy_test.cpp
59
* @tc.desc: Test WorkSchedulerProxy
OnWorkStart
.
66
workSchedulerProxy_->
OnWorkStart
(workInfo);
in HWTEST_F()
Completed in 4 milliseconds