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:GetPrepareTraceId
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H
A
D
cloud_report.cpp
35
std::string CloudReport::
GetPrepareTraceId
(int32_t userId)
in GetPrepareTraceId()
function in OHOS::DistributedData::CloudReport
H
A
D
sync_event.cpp
98
std::string SyncEvent::
GetPrepareTraceId
() const
in GetPrepareTraceId()
function in OHOS::DistributedData::SyncEvent
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H
A
D
cloud_report.h
29
virtual std::string
GetPrepareTraceId
(int32_t userId);
H
A
D
sync_event.h
54
std::string
GetPrepareTraceId
() const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H
A
D
icloud_db.h
51
virtual std::string
GetPrepareTraceId
()
in GetPrepareTraceId()
function in DistributedDB::ICloudDb
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H
A
D
sync_manager.cpp
350
auto traceIds =
GetPrepareTraceId
(info, cloud);
388
auto prepareTraceId = evt.
GetPrepareTraceId
();
613
SyncManager::TraceIds SyncManager::
GetPrepareTraceId
(const SyncInfo &info, const CloudInfo &cloud)
626
traceIds.emplace(it.first, cloudReport->
GetPrepareTraceId
(info.user_));
629
traceIds.emplace(info.bundleName_, cloudReport->
GetPrepareTraceId
(info.user_));
H
A
D
sync_manager.h
157
TraceIds
GetPrepareTraceId
(const SyncInfo &info, const CloudInfo &cloud);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
cloud_data_test.cpp
1997
auto prepareTraceId = cloudReport->
GetPrepareTraceId
(100);
in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_kv_test.cpp
373
EXPECT_EQ(virtualCloudDb_->
GetPrepareTraceId
(), std::string(""));
in HWTEST_F()
Completed in 8 milliseconds