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:timeOutCallback
(Results
1 - 8
of
8
) sorted by relevance
/foundation/systemabilitymgr/samgr/services/dfx/source/
H
A
D
hicollie_helper.cpp
21
AddThread(const std::string& name, std::shared_ptr<AppExecFwk::EventHandler> handler, std::function<void(const std::string& name, int waitState)>
timeOutCallback
, uint64_t interval)
AddThread()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H
A
D
single_ver_sync_engine.cpp
76
TimerAction
timeOutCallback
= [this](TimerId id) { return SubscribeTimeOut(id); };
in StartAutoSubscribeTimer()
local
H
A
D
single_ver_data_message_schedule.cpp
231
TimerAction
timeOutCallback
= [this](TimerId timerId) { return TimeOut(timerId); };
in StartTimer()
local
H
A
D
single_ver_sync_task_context.cpp
58
TimerAction
timeOutCallback
;
in Initialize()
local
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H
A
D
audio_session_service.cpp
129
SetSessionTimeOutCallback( const std::shared_ptr<SessionTimeOutCallback> &
timeOutCallback
)
SetSessionTimeOutCallback()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H
A
D
multi_ver_sync_state_machine.cpp
546
TimerAction
timeOutCallback
= [this](TimerId timerId) -> int { return SyncResponseTimeout(timerId); };
in SyncResponseBegin()
local
H
A
D
multi_ver_sync_task_context.cpp
55
TimerAction
timeOutCallback
= [stateMachine = static_cast<MultiVerSyncStateMachine *>(stateMachine_)](
in Initialize()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
sync_task_context.cpp
313
TimerAction
timeOutCallback
= [this](TimerId id) { return TimeOut(id); };
in StartTimer()
local
412
void SyncTaskContext::SetTimeoutCallback(const TimerAction &
timeOutCallback
)
in SetTimeoutCallback()
argument
Completed in 6 milliseconds