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:RevokeSave
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H
A
D
flat_object_store.h
42
uint32_t
RevokeSave
(const std::string &bundleName, const std::string &sessionId);
73
uint32_t
RevokeSave
(const std::string &sessionId);
H
A
D
distributed_object_impl.h
38
uint32_t
RevokeSave
() override;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H
A
D
distributed_object_impl.cpp
102
uint32_t DistributedObjectImpl::
RevokeSave
()
in RevokeSave()
function in OHOS::ObjectStore::DistributedObjectImpl
104
uint32_t status = flatObjectStore_->
RevokeSave
(sessionId_);
in RevokeSave()
106
LOG_ERROR("DistributedObjectImpl:
RevokeSave
failed. status = %{public}d", status);
in RevokeSave()
H
A
D
flat_object_store.cpp
214
uint32_t FlatObjectStore::
RevokeSave
(const std::string &sessionId)
in RevokeSave()
function in OHOS::ObjectStore::FlatObjectStore
220
return cacheManager_->
RevokeSave
(bundleName_, sessionId);
in RevokeSave()
411
uint32_t CacheManager::
RevokeSave
(const std::string &bundleName, const std::string &sessionId)
in RevokeSave()
function in OHOS::ObjectStore::CacheManager
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
H
A
D
distributed_object.h
147
virtual uint32_t
RevokeSave
() = 0;
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H
A
D
object_store_test.cpp
788
ret = object->
RevokeSave
();
in HWTEST_F()
817
ret = object->
RevokeSave
();
in HWTEST_F()
845
uint32_t ret = object->
RevokeSave
();
in HWTEST_F()
1233
* @tc.desc: test CacheManager
RevokeSave
.
1241
auto ret = cacheManager.
RevokeSave
(bundleName, sessionId);
in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H
A
D
objectstore_fuzzer.cpp
255
if (object_->
RevokeSave
()) {
in SaveAndRevokeSaveFuzz()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_service_impl.cpp
196
status = ObjectStoreManager::GetInstance()->
RevokeSave
(bundleName, sessionId, callback);
in ObjectStoreRevokeSave()
H
A
D
object_manager.h
86
int32_t
RevokeSave
(
H
A
D
object_manager.cpp
202
int32_t ObjectStoreManager::
RevokeSave
(
in RevokeSave()
function in OHOS::DistributedObject::ObjectStoreManager
215
ZLOGE("
RevokeSave
failed, errCode = %{public}d", result);
in RevokeSave()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H
A
D
js_distributedobject.cpp
291
uint32_t status = ctxt->wrapper->GetObject()->
RevokeSave
();
in JSRevokeSave()
Completed in 11 milliseconds