Home
last modified time | relevance | path

Searched refs:isLite (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h54 int CompareWithField(const FieldInfo &inField, bool isLite = false) const;
136 int CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite = false) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp173 int FieldInfo::CompareWithField(const FieldInfo &inField, bool isLite) const in CompareWithField()
178 if (isLite) { in CompareWithField()
189 return (isLite && DBCommon::CaseInsensitiveCompare(defaultValue_, "NULL")) || in CompareWithField()
491 int TableInfo::CompareWithTableFields(const FieldInfoMap &inTableFields, bool isLite) const in CompareWithTableFields()
498 if (!itLocal->second.CompareWithField(itInTable->second, isLite)) { // Compare field in CompareWithTableFields()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp426 bool isLite = false; in ParseInfAttrInfo() local
435 isLite = true; in ParseInfAttrInfo()
452 if (!isFull && !isLite && !isMini) { in ParseInfAttrInfo()
458 if (isLite) { in ParseInfAttrInfo()
571 bool isLite = false; in ParseMethodAttr() local
580 isLite = true; in ParseMethodAttr()
597 if (isLite) { in ParseMethodAttr()
1328 bool isLite = false; in ParseUserDefTypeAttr() local
1337 isLite = true; in ParseUserDefTypeAttr()
1348 if (!isFull && !isLite && !isMini) { in ParseUserDefTypeAttr()
[all …]
H A Dparser.h57 bool isLite = false; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h65 bool isLite = false; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp78 explicit ClientListenerDeathRecipient(int32_t userId, int32_t pid, bool isLite) in ClientListenerDeathRecipient() argument
79 : userId_(userId), pid_(pid), isLite_(isLite) in ClientListenerDeathRecipient()