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:IsValidType
(Results
1 - 15
of
15
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
type_descriptor.cpp
71
if (!UtdGraph::GetInstance().
IsValidType
(typeId) && !isFlexibleType) {
in BelongsTo()
97
if (!UtdGraph::GetInstance().
IsValidType
(typeId) && !isFlexibleType) {
in IsLowerLevelType()
117
if (!UtdGraph::GetInstance().
IsValidType
(typeId) && !isFlexibleType) {
in IsHigherLevelType()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
unified_meta_test.cpp
61
* @tc.desc: Normal testcase of
IsValidType
68
bool ret = UnifiedDataUtils::
IsValidType
(value);
in HWTEST_F()
215
* @tc.desc: Abnormal testcase of
IsValidType
220
bool ret = UnifiedDataUtils::
IsValidType
(UDType::UD_BUTT);
in HWTEST_F()
223
bool ret1 = UnifiedDataUtils::
IsValidType
(UDType::ENTITY - 1);
in HWTEST_F()
226
bool ret2 = UnifiedDataUtils::
IsValidType
(UDType::UD_BUTT + 1);
in HWTEST_F()
232
* @tc.desc: Normal testcase of
IsValidType
237
bool ret = UnifiedDataUtils::
IsValidType
(UDType::TEXT);
in HWTEST_F()
240
bool ret1 = UnifiedDataUtils::
IsValidType
(UDType::ENTITY);
in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
utd_graph.cpp
35
bool UtdGraph::
IsValidType
(const std::string &node)
in IsValidType()
function in OHOS::UDMF::UtdGraph
38
return graph_->
IsValidType
(node);
in IsValidType()
H
A
D
utd_graph.h
33
bool
IsValidType
(const std::string &node);
H
A
D
graph.h
45
bool
IsValidType
(const std::string &node);
H
A
D
graph.cpp
111
bool Graph::
IsValidType
(const std::string &node)
in IsValidType()
function in OHOS::UDMF::Graph
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H
A
D
utd_client.cpp
136
if (belongsTo != DEFAULT_TYPE_ID && !UtdGraph::GetInstance().
IsValidType
(belongsTo)) {
in GetUniformDataTypeByFilenameExtension()
178
if (belongsTo != DEFAULT_TYPE_ID && !UtdGraph::GetInstance().
IsValidType
(belongsTo)) {
in GetUniformDataTypesByFilenameExtension()
224
if (belongsTo != DEFAULT_TYPE_ID && !UtdGraph::GetInstance().
IsValidType
(belongsTo)) {
in GetUniformDataTypeByMIMEType()
275
if (belongsTo != DEFAULT_TYPE_ID && !UtdGraph::GetInstance().
IsValidType
(belongsTo)) {
in GetUniformDataTypesByMIMEType()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_manager.cpp
34
if (!appId.IsValid() || !storeId.IsValid() || !options.
IsValidType
()) {
in GetKVStore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H
A
D
event_loop_impl.cpp
65
static bool
IsValidType
(int type)
in IsValidType()
function in DistributedDB::EventRequest
270
if (!EventRequest::
IsValidType
(type)) {
in QueueRequest()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H
A
D
unified_data_napi.cpp
62
ctxt->status = UnifiedDataUtils::
IsValidType
(uRecord->value_->GetType()) ? napi_ok : napi_invalid_arg;
in New()
129
ctxt->status = UnifiedDataUtils::
IsValidType
(uRecord->value_->GetType()) ? napi_ok : napi_invalid_arg;
in AddRecord()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
store_manager.cpp
39
if (!appId.IsValid() || !storeId.IsValid() || !options.
IsValidType
()) {
in GetKVStore()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
types.h
510
inline bool
IsValidType
() const
in IsValidType()
function
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H
A
D
unified_meta.h
594
static bool
IsValidType
(int32_t value);
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H
A
D
unified_meta.cpp
544
bool UnifiedDataUtils::
IsValidType
(int32_t value)
in IsValidType()
function in OHOS::UDMF::UnifiedDataUtils
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
689
if (!appId.IsValid() || !storeId.IsValid() || !options.
IsValidType
()) {
in AfterCreate()
Completed in 11 milliseconds