Searched refs:allowEmpty (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/ |
H A D | napi_account_common.h | 68 …ngArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool allowEmpty); 70 std::vector<std::string> &property, bool allowEmpty);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/src/ |
H A D | napi_account_common.cpp | 181 …ingArrayProperty(napi_env env, napi_value obj, std::vector<std::string> &property, bool allowEmpty) in GetStringArrayProperty() argument 190 if (!allowEmpty && (length == 0)) { in GetStringArrayProperty() 207 std::vector<std::string> &property, bool allowEmpty) in GetStringArrayPropertyByKey() argument 211 return GetStringArrayProperty(env, value, property, allowEmpty); in GetStringArrayPropertyByKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/ |
H A D | cloud_storage_utils.h | 117 bool allowEmpty); 160 …static int CalculateHashKeyForOneField(const Field &field, const VBucket &vBucket, bool allowEmpty,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_storage_utils.cpp | 638 …rageUtils::CalculateHashKeyForOneField(const Field &field, const VBucket &vBucket, bool allowEmpty, in CalculateHashKeyForOneField() argument 643 if (allowEmpty && !isExisted) { in CalculateHashKeyForOneField() 994 bool allowEmpty) in GetHashValueWithPrimaryKeyMap() argument 1010 pkVec.at(0), vBucket, allowEmpty, collateType, hashValue); in GetHashValueWithPrimaryKeyMap() 1022 item.second, vBucket, allowEmpty, collateType, temp); in GetHashValueWithPrimaryKeyMap()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 296 bool allowEmpty = false);
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 164 const TableSchema &tableSchema, std::vector<uint8_t> &hashValue, bool allowEmpty) in GetPrimaryKeyHashValue() argument 182 tableSchema, localTable, pkMap, allowEmpty); in GetPrimaryKeyHashValue()
|