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:PopCallback
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
dms_callback_task.h
52
CallbackTaskItem
PopCallback
(int64_t taskId);
H
A
D
distributed_sched_continuation.h
48
sptr<IRemoteObject>
PopCallback
(int32_t missionId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
dms_callback_task.cpp
92
CallbackTaskItem DmsCallbackTask::
PopCallback
(int64_t taskId)
in PopCallback()
function in OHOS::DistributedSchedule::DmsCallbackTask
98
HILOGW("
PopCallback
not found taskId:%{public}" PRId64 "!", taskId);
in PopCallback()
H
A
D
distributed_sched_continuation.cpp
237
sptr<IRemoteObject> DSchedContinuation::
PopCallback
(int32_t missionId)
in PopCallback()
function in OHOS::DistributedSchedule::DSchedContinuation
242
HILOGW("
PopCallback
not found missionId:%{public}d", missionId);
in PopCallback()
321
sptr<IRemoteObject> callback =
PopCallback
(missionId);
in NotifyMissionCenterResult()
H
A
D
distributed_sched_service.cpp
888
dschedContinuation_->
PopCallback
(missionId);
in ContinueLocalMissionDealFreeInstall()
3181
CallbackTaskItem item = dmsCallbackTask_->
PopCallback
(taskId);
in StartRemoteFreeInstall()
3314
CallbackTaskItem item = dmsCallbackTask_->
PopCallback
(taskId);
in NotifyCompleteFreeInstallFromRemote()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
dms_callback_task_test.cpp
229
CallbackTaskItem result = dmsCallbackTask_->
PopCallback
(taskId);
in HWTEST_F()
246
CallbackTaskItem result = dmsCallbackTask_->
PopCallback
(taskId);
in HWTEST_F()
H
A
D
distributed_sched_continuation_test.cpp
1454
sptr<IRemoteObject> result = dschedContinuation_->
PopCallback
(missionId);
in HWTEST_F()
1472
sptr<IRemoteObject> result = dschedContinuation_->
PopCallback
(missionId);
in HWTEST_F()
1491
sptr<IRemoteObject> result = dschedContinuation_->
PopCallback
(missionId);
in HWTEST_F()
1510
sptr<IRemoteObject> result = dschedContinuation_->
PopCallback
(missionId);
in HWTEST_F()
Completed in 12 milliseconds