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:LifeCyclePolicy
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H
A
D
lifecycle_policy.cpp
15
#define LOG_TAG "
LifeCyclePolicy
"
26
Status
LifeCyclePolicy
::OnGot(const UnifiedKey &key)
in OnGot()
40
Status
LifeCyclePolicy
::OnStart(const std::string &intention)
in OnStart()
54
Status
LifeCyclePolicy
::OnTimeout(const std::string &intention)
in OnTimeout()
74
Status
LifeCyclePolicy
::GetTimeoutKeys(
in GetTimeoutKeys()
H
A
D
lifecycle_policy.h
27
class
LifeCyclePolicy
{
class
31
virtual ~
LifeCyclePolicy
() = default;
H
A
D
lifecycle_manager.cpp
26
using CleanAfterGet =
LifeCyclePolicy
;
27
std::unordered_map<std::string, std::shared_ptr<
LifeCyclePolicy
>> LifeCycleManager::intentionPolicy_ = {
82
ExecutorPool::TaskId taskId = executors_->Schedule(GetTask(),
LifeCyclePolicy
::INTERVAL);
in StartLifeCycleTimer()
H
A
D
clean_on_timeout.cpp
22
return
LifeCyclePolicy
::OnTimeout(intention);
in OnStart()
H
A
D
clean_on_startup.h
21
class CleanOnStartup : public
LifeCyclePolicy
{
H
A
D
clean_on_timeout.h
21
class CleanOnTimeout : public
LifeCyclePolicy
{
H
A
D
lifecycle_manager.h
40
static std::unordered_map<std::string, std::shared_ptr<
LifeCyclePolicy
>> intentionPolicy_;
Completed in 3 milliseconds