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:GetKeyFor
(Results
1 - 12
of
12
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H
A
D
session_manager_test.cpp
85
auto peerUserMetaKey = UserMetaRow::
GetKeyFor
(userMetaData.deviceId);
in SetUpTestCase()
91
auto peerCapMetaKey = CapMetaRow::
GetKeyFor
(userMetaData.deviceId);
in SetUpTestCase()
108
auto peerUserMetaKey = UserMetaRow::
GetKeyFor
(PEER_DEVICE_ID);
in TearDownTestCase()
110
auto peerCapMetaKey = CapMetaRow::
GetKeyFor
(PEER_DEVICE_ID);
in TearDownTestCase()
/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H
A
D
constant.cpp
87
std::vector<uint8_t> KvStoreMetaRow::
GetKeyFor
(const std::string &key)
in GetKeyFor()
function in OHOS::DistributedKv::KvStoreMetaRow
93
std::vector<uint8_t> SecretMetaRow::
GetKeyFor
(const std::string &key)
in GetKeyFor()
function in OHOS::DistributedKv::SecretMetaRow
H
A
D
constant.h
40
KVSTORE_API static std::vector<uint8_t>
GetKeyFor
(const std::string &key);
47
KVSTORE_API static std::vector<uint8_t>
GetKeyFor
(const std::string &key);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
user_delegate.cpp
58
MetaDataManager::GetInstance().LoadMeta(UserMetaRow::
GetKeyFor
(key), userMetaData);
in GetLocalUsers()
86
MetaDataManager::GetInstance().LoadMeta(UserMetaRow::
GetKeyFor
(key), userMetaData);
in GetUsers()
142
return MetaDataManager::GetInstance().SaveMeta(UserMetaRow::
GetKeyFor
(userMetaData.deviceId), userMetaData);
in InitLocalUserMeta()
H
A
D
kvdb_service_impl.cpp
1015
auto capKey = CapMetaRow::
GetKeyFor
(uuid);
in IsNeedMetaSync()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H
A
D
capability_meta_data.cpp
37
std::vector<uint8_t> CapMetaRow::
GetKeyFor
(const std::string &key)
in GetKeyFor()
function in OHOS::DistributedData::CapMetaRow
H
A
D
user_meta_data.cpp
58
std::string UserMetaRow::
GetKeyFor
(const std::string &key)
in GetKeyFor()
function in OHOS::DistributedData::UserMetaRow
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H
A
D
capability_meta_data.h
34
API_EXPORT static std::vector<uint8_t>
GetKeyFor
(const std::string &key);
H
A
D
user_meta_data.h
46
API_EXPORT static std::string
GetKeyFor
(const std::string &key);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
upgrade_manager.cpp
66
auto dbKey = CapMetaRow::
GetKeyFor
(deviceId);
in GetCapability()
82
auto dbKey = CapMetaRow::
GetKeyFor
(localDeviceId);
in InitLocalCapability()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
meta_data_test.cpp
698
auto key = capMetaRow.
GetKeyFor
("PEER_DEVICE_ID");
in HWTEST_F()
742
auto key = userMetaRow.
GetKeyFor
(userMetaData.deviceId);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H
A
D
rdb_service_impl.cpp
474
auto capKey = CapMetaRow::
GetKeyFor
(uuid);
Completed in 8 milliseconds