Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h68 …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 Dnapi_account_common.cpp181 …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 Dcloud_storage_utils.h117 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 Dcloud_storage_utils.cpp638 …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 Dsqlite_single_ver_relational_storage_executor.h296 bool allowEmpty = false);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp164 const TableSchema &tableSchema, std::vector<uint8_t> &hashValue, bool allowEmpty) in GetPrimaryKeyHashValue() argument
182 tableSchema, localTable, pkMap, allowEmpty); in GetPrimaryKeyHashValue()