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:INVALID_VERSION
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H
A
D
directory_manager.h
27
static constexpr uint32_t
INVALID_VERSION
= 0xFFFFFFFF;
member in OHOS::DistributedData::DirectoryManager
35
API_EXPORT std::string GetStorePath(const StoreMetaData &metaData, uint32_t version =
INVALID_VERSION
);
36
API_EXPORT std::string GetSecretKeyPath(const StoreMetaData &metaData, uint32_t version =
INVALID_VERSION
);
37
API_EXPORT std::string GetStoreBackupPath(const StoreMetaData &metaData, uint32_t version =
INVALID_VERSION
);
38
API_EXPORT std::string GetMetaStorePath(uint32_t version =
INVALID_VERSION
);
39
API_EXPORT std::string GetMetaBackupPath(uint32_t version =
INVALID_VERSION
);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H
A
D
version_meta_data.h
24
static constexpr int32_t
INVALID_VERSION
= -1;
member in OHOS::DistributedData::final
25
int32_t version =
INVALID_VERSION
;
H
A
D
capability_meta_data.h
24
static constexpr int32_t
INVALID_VERSION
= -1;
member in OHOS::DistributedData::final
25
int32_t version =
INVALID_VERSION
;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H
A
D
capability_meta_data.cpp
21
constexpr int32_t CapMetaData::
INVALID_VERSION
;
member in OHOS::DistributedData::CapMetaData
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H
A
D
water_version_manager.h
87
static constexpr uint16_t
INVALID_VERSION
= 0xFFF;
member in OHOS::DistributedData::WaterVersionManager::WaterVersion
H
A
D
water_version_manager.cpp
415
if ((metaData.waterVersion &
INVALID_VERSION
) ==
INVALID_VERSION
) {
in GenerateWaterVersion()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H
A
D
distributeddb_schema_test_tools.h
161
const std::vector<std::string>
INVALID_VERSION
= {INVALID_VERSION_1, INVALID_VERSION_2, INVALID_VERSION_3};
variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H
A
D
route_head_handler_impl.cpp
94
if (peerCap.version == CapMetaData::
INVALID_VERSION
) {
in GetHeadDataSize()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H
A
D
distributeddb_nb_schema_test.cpp
199
invalidSchema.version =
INVALID_VERSION
;
in HWTEST_F()
364
invalidSchema.version =
INVALID_VERSION
;
in HWTEST_F()
Completed in 12 milliseconds