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:Batch
(Results
1 - 6
of
6
) sorted by relevance
/base/time/time_service/services/timer/src/
H
A
D
batch.cpp
22
Batch
::
Batch
()
in Batch()
function in OHOS::MiscServices::Batch
29
Batch
::
Batch
(const TimerInfo &seed)
in Batch()
function in OHOS::MiscServices::Batch
37
size_t
Batch
::Size() const
in Size()
42
std::shared_ptr<TimerInfo>
Batch
::Get(size_t index) const
in Get()
47
bool
Batch
::CanHold(std::chrono::steady_clock::time_point whenElapsed,
in CanHold()
53
bool
Batch
::Add(const std::shared_ptr<TimerInfo> &alarm)
in Add()
77
bool
Batch
::Remove(const TimerInfo &alarm)
in Remove()
82
bool
Batch
[all...]
H
A
D
timer_manager.cpp
91
extern bool AddBatchLocked(std::vector<std::shared_ptr<
Batch
>> &list, const std::shared_ptr<
Batch
> &batch);
736
std::shared_ptr<
Batch
> TimerManager::FindFirstWakeupBatchLocked()
in FindFirstWakeupBatchLocked()
740
[](const std::shared_ptr<
Batch
> &batch) {
in FindFirstWakeupBatchLocked()
762
AddBatchLocked(alarmBatches_, std::make_shared<
Batch
>(*alarm));
in InsertAndBatchTimerLocked()
777
[whenElapsed, maxWhen](const std::shared_ptr<
Batch
> &batch) {
in AttemptCoalesceLocked()
1120
bool AddBatchLocked(std::vector<std::shared_ptr<
Batch
>> &list, const std::shared_ptr<
Batch
> &newBatch)
1125
[](const std::shared_ptr<
Batch
> &first, const std::shared_ptr<
Batch
>
[all...]
/base/time/time_service/services/timer/include/
H
A
D
batch.h
27
class
Batch
{
class
29
Batch
();
30
explicit
Batch
(const TimerInfo &seed);
31
virtual ~
Batch
() = default;
H
A
D
timer_manager.h
118
std::shared_ptr<
Batch
> FindFirstWakeupBatchLocked();
131
void HandleRunningLock(const std::shared_ptr<
Batch
> &firstWakeup);
144
std::vector<std::shared_ptr<
Batch
>> alarmBatches_;
/base/time/time_service/test/unittest/service_test/src/
H
A
D
time_proxy_test.cpp
184
std::shared_ptr<
Batch
> batch = timerManagerHandler_->alarmBatches_.at(0);
in HWTEST_F()
311
std::shared_ptr<
Batch
> batch = timerManagerHandler_->alarmBatches_.at(0);
in HWTEST_F()
H
A
D
time_service_test.cpp
1087
* @tc.desc: test
Batch
.
1092
Batch
batch;
in HWTEST_F()
Completed in 7 milliseconds