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
defs:sequenceId_
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/utils/
H
A
D
kvstore_utils.h
37
static std::atomic<uint64_t>
sequenceId_
;
member in OHOS::DistributedKv::KvStoreUtils
/foundation/ai/ai_engine/services/server/server_executor/include/
H
A
D
future_factory.h
99
std::atomic<long long>
sequenceId_
;
member in OHOS::AI::FutureFactory
H
A
D
future.h
75
long long
sequenceId_
;
member in OHOS::AI::Future
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H
A
D
store_util.h
54
static std::atomic<uint64_t>
sequenceId_
;
member in OHOS::DistributedKv::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H
A
D
sync_task_context.h
266
volatile uint32_t
sequenceId_
= 1;
member in DistributedDB::SyncTaskContext
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H
A
D
distributeddb_tools_unit_test.h
73
uint32_t
sequenceId_
= 0;
member
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_util.cpp
33
std::atomic<uint64_t> StoreUtil::
sequenceId_
= 0;
member in OHOS::DistributedKv::StoreUtil
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H
A
D
message.h
209
uint32_t
sequenceId_
= 0; // Distinguish different message even in same session with same content in retry case
member in DistributedDB::Message
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H
A
D
object_manager_test.cpp
46
uint64_t
sequenceId_
= 10;
member in OHOS::Test::ObjectManagerTest
859
auto
sequenceId_
= syncManager->AddNotifier(userId_, func);
HWTEST_F()
local
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_service.h
289
std::atomic<uint16_t>
sequenceId_
= 0;
member in OHOS::MiscServices::final
Completed in 11 milliseconds