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:OnGot
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H
A
D
clean_on_startup.cpp
25
Status CleanOnStartup::
OnGot
(const UnifiedKey &key)
in OnGot()
function in OHOS::UDMF::CleanOnStartup
H
A
D
clean_on_timeout.cpp
25
Status CleanOnTimeout::
OnGot
(const UnifiedKey &key)
in OnGot()
function in OHOS::UDMF::CleanOnTimeout
H
A
D
clean_on_startup.h
24
Status
OnGot
(const UnifiedKey &key) override;
H
A
D
clean_on_timeout.h
24
Status
OnGot
(const UnifiedKey &key) override;
H
A
D
lifecycle_manager.cpp
38
Status LifeCycleManager::
OnGot
(const UnifiedKey &key)
in OnGot()
function in OHOS::UDMF::LifeCycleManager
47
policy->
OnGot
(key);
in OnGot()
50
ZLOGE("
OnGot
task execute failed.");
in OnGot()
H
A
D
lifecycle_manager.h
33
Status
OnGot
(const UnifiedKey &key);
H
A
D
lifecycle_policy.h
32
virtual Status
OnGot
(const UnifiedKey &key);
H
A
D
lifecycle_policy.cpp
26
Status LifeCyclePolicy::
OnGot
(const UnifiedKey &key)
in OnGot()
function in OHOS::UDMF::LifeCyclePolicy
/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()
Completed in 3 milliseconds