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:snapshotKey
(Results
1 - 2
of
2
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
object_manager_test.cpp
426
auto
snapshotKey
= appId_ + "_" + sessionId_;
in HWTEST_F()
local
429
manager->snapshots_.Insert(
snapshotKey
, snapshot);
in HWTEST_F()
445
auto
snapshotKey
= bundleName_ + "_" + sessionId_;
in HWTEST_F()
local
446
auto snapshots = manager->snapshots_.Find(
snapshotKey
).second;
in HWTEST_F()
450
manager->snapshots_.Insert(
snapshotKey
, snapshot);
in HWTEST_F()
451
snapshots = manager->snapshots_.Find(
snapshotKey
).second;
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H
A
D
object_manager.cpp
1158
auto
snapshotKey
= appId + SEPERATOR + sessionId;
in BindAsset()
local
1160
snapshotKey
, [](const std::string& key) -> auto {
in BindAsset()
1168
auto snapshots = snapshots_.Find(
snapshotKey
).second;
in BindAsset()
1187
snapshots_.Compute(
snapshotKey
, [this, &asset, &bindInfo, &storeInfo] (const auto &key, auto &value) {
in BindAsset()
1211
auto
snapshotKey
= appId + SEPERATOR + sessionId;
in OnAssetChanged()
local
1213
bool exist = snapshots_.ComputeIfPresent(
snapshotKey
,
in OnAssetChanged()
1250
auto
snapshotKey
= bundleName + SEPERATOR + sessionId;
in DeleteSnapshot()
local
1251
auto snapshot = snapshots_.Find(
snapshotKey
).second;
in DeleteSnapshot()
1266
snapshots_.Erase(
snapshotKey
);
in DeleteSnapshot()
Completed in 4 milliseconds