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:kvStoreKey
(Results
1 - 3
of
3
) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/
H
A
D
distributed_preferences_database.cpp
104
DistributedKv::Key
kvStoreKey
(key);
in PutToDistributedDB()
106
DistributedKv::Status status = kvStore_->Put(
kvStoreKey
, kvStoreValue);
in PutToDistributedDB()
126
DistributedKv::Key
kvStoreKey
(key);
in GetFromDistributedDB()
128
DistributedKv::Status status = kvStore_->Get(
kvStoreKey
, kvStoreValue);
in GetFromDistributedDB()
148
DistributedKv::Key
kvStoreKey
(prefixKey);
in GetEntriesFromDistributedDB()
149
DistributedKv::Status status = kvStore_->GetEntries(
kvStoreKey
, entries);
in GetEntriesFromDistributedDB()
168
DistributedKv::Key
kvStoreKey
(key);
in DeleteToDistributedDB()
170
DistributedKv::Status status = kvStore_->Delete(
kvStoreKey
);
in DeleteToDistributedDB()
H
A
D
distributed_database.cpp
151
DistributedKv::Key
kvStoreKey
(key);
in PutToDistributedDB()
153
DistributedKv::Status status = kvStore_->Put(
kvStoreKey
, kvStoreValue);
in PutToDistributedDB()
176
DistributedKv::Key
kvStoreKey
(key);
in GetFromDistributedDB()
178
DistributedKv::Status status = kvStore_->Get(
kvStoreKey
, kvStoreValue);
in GetFromDistributedDB()
203
DistributedKv::Key
kvStoreKey
(prefixKey);
in GetEntriesFromDistributedDB()
204
DistributedKv::Status status = kvStore_->GetEntries(
kvStoreKey
, entries);
in GetEntriesFromDistributedDB()
227
DistributedKv::Key
kvStoreKey
(key);
in DeleteToDistributedDB()
228
DistributedKv::Status status = kvStore_->Delete(
kvStoreKey
);
in DeleteToDistributedDB()
H
A
D
distributed_screen_status_manager.cpp
242
DistributedKv::Key
kvStoreKey
= GenerateDistributedKey(localDevice.deviceId);
in SetLocalScreenStatus()
local
244
DistributedKv::Status status = kvStore_->Put(
kvStoreKey
, kvStoreValue);
in SetLocalScreenStatus()
Completed in 2 milliseconds