OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoTick
(Results
1 - 2
of
2
) sorted by null
/external/libweave/examples/daemon/sample/
sample.cc
130
DoTick
(cmd, seconds);
133
void
DoTick
(const std::weak_ptr<weave::Command>& command, int seconds) {
145
base::Bind(&SampleHandler::
DoTick
, weak_ptr_factory_.GetWeakPtr(),
/external/libweave/examples/daemon/oven/
oven.cc
188
DoTick
(tickIncrement);
243
void
DoTick
(double tickIncrement) {
252
FROM_HERE, base::Bind(&OvenHandler::
DoTick
,
Completed in 105 milliseconds