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:LifeCycleManager
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H
A
D
lifecycle_manager.cpp
15
#define LOG_TAG "
LifeCycleManager
"
27
std::unordered_map<std::string, std::shared_ptr<LifeCyclePolicy>>
LifeCycleManager
::intentionPolicy_ = {
32
LifeCycleManager
&
LifeCycleManager
::GetInstance()
in GetInstance()
34
static
LifeCycleManager
instance;
in GetInstance()
38
Status
LifeCycleManager
::OnGot(const UnifiedKey &key)
in OnGot()
56
Status
LifeCycleManager
::OnStart()
in OnStart()
76
Status
LifeCycleManager
::StartLifeCycleTimer()
in StartLifeCycleTimer()
91
ExecutorPool::Task
LifeCycleManager
::GetTask()
in GetTask()
113
void
LifeCycleManager
[all...]
H
A
D
lifecycle_manager.h
30
class
LifeCycleManager
{
class
32
static
LifeCycleManager
&GetInstance();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H
A
D
udmf_service_impl.cpp
236
if (
LifeCycleManager
::GetInstance().OnGot(key) != E_OK) {
in RetrieveData()
686
Status status =
LifeCycleManager
::GetInstance().OnStart();
in OnInitialize()
690
status =
LifeCycleManager
::GetInstance().StartLifeCycleTimer();
in OnInitialize()
730
LifeCycleManager
::GetInstance().SetThreadPool(bindInfo.executors);
in OnBind()
Completed in 3 milliseconds