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:OnWorkStop
(Results
1 - 12
of
12
) sorted by relevance
/foundation/resourceschedule/work_scheduler/services/zidl/src/
H
A
D
work_scheduler_stub_imp.cpp
32
void WorkSchedulerStubImp::
OnWorkStop
(WorkInfo& workInfo)
in OnWorkStop()
function in OHOS::WorkScheduler::WorkSchedulerStubImp
37
extension->
OnWorkStop
(workInfo);
in OnWorkStop()
H
A
D
work_scheduler_stub.cpp
45
OnWorkStop
(*workInfo);
in OnRemoteRequest()
H
A
D
work_scheduler_proxy.cpp
35
void WorkSchedulerProxy::
OnWorkStop
(WorkInfo& workInfo)
in OnWorkStop()
function in OHOS::WorkScheduler::WorkSchedulerProxy
/foundation/resourceschedule/work_scheduler/frameworks/extension/include/
H
A
D
iwork_scheduler.h
35
* @brief The
OnWorkStop
callback.
39
virtual void
OnWorkStop
(WorkInfo& workInfo) = 0;
H
A
D
work_scheduler_extension.h
79
* @brief The
OnWorkStop
callback.
83
virtual void
OnWorkStop
(WorkInfo& workInfo);
H
A
D
js_work_scheduler_extension.h
88
* @brief The
OnWorkStop
callback.
92
void
OnWorkStop
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/zidl/include/
H
A
D
work_scheduler_proxy.h
40
* @brief The
OnWorkStop
callback.
44
void
OnWorkStop
(WorkInfo& workInfo) override;
H
A
D
work_scheduler_stub_imp.h
41
* @brief The
OnWorkStop
callback.
45
void
OnWorkStop
(WorkInfo& workInfo) override;
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_connection.cpp
34
proxy_->
OnWorkStop
(*workInfo_);
in StopWork()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
work_scheduler_extension.cpp
60
void WorkSchedulerExtension::
OnWorkStop
(WorkInfo& workInfo) {
in OnWorkStop()
function in OHOS::WorkScheduler::WorkSchedulerExtension
H
A
D
js_work_scheduler_extension.cpp
395
void JsWorkSchedulerExtension::
OnWorkStop
(WorkInfo& workInfo)
in OnWorkStop()
function in OHOS::WorkScheduler::JsWorkSchedulerExtension
416
WorkSchedulerExtension::
OnWorkStop
(workInfo);
in OnWorkStop()
423
WS_HILOGE("WorkSchedulerExtension failed to create workInfoData
OnWorkStop
");
in OnWorkStop()
/foundation/resourceschedule/work_scheduler/services/test/src/zidl/
H
A
D
work_scheduler_proxy_test.cpp
72
* @tc.desc: Test WorkSchedulerProxy
OnWorkStop
.
79
workSchedulerProxy_->
OnWorkStop
(workInfo);
in HWTEST_F()
Completed in 4 milliseconds