Searched refs:hasIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_data_generator.cpp | 505 std::vector<std::string> GetValidSchema(Schema &validSchema, bool hasIndex) in GetValidSchema() argument 511 if (hasIndex) { in GetValidSchema() 600 …d::vector<std::string>> GetInvalidSchema(Schema &invalidSchema, Schema &validSchema, bool hasIndex) in GetInvalidSchema() argument 618 if (hasIndex) { in GetInvalidSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributeddb_data_generator.h | 564 std::vector<std::string> GetValidSchema(Schema &validSchema, bool hasIndex); 565 …::vector<std::string>> GetInvalidSchema(Schema &invalidSchema, Schema &validSchema, bool hasIndex);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_index_unit_test.cpp | 139 bool hasIndex, bool hasSkipSize) in GenerateSchemaString() argument 151 if (hasIndex) { in GenerateSchemaString()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 7636 bool hasIndex = indexMap.find(groupUidIndex) != indexMap.end(); in ScanAllBundleGroupInfo() local 7637 if (!hasIndex && groupIdMap.find(dataGroupId) == groupIdMap.end()) { in ScanAllBundleGroupInfo() 7642 if (!hasIndex && groupIdMap.find(dataGroupId) != groupIdMap.end()) { in ScanAllBundleGroupInfo() 7646 if (hasIndex && indexMap[groupUidIndex] == dataGroupId) { in ScanAllBundleGroupInfo() 7649 if (hasIndex && indexMap[groupUidIndex] != dataGroupId) { in ScanAllBundleGroupInfo()
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi.cpp | 919 bool hasIndex = false; variable 920 napi_has_element(env, array, i, &hasIndex); 921 ASSERT_TRUE(hasIndex);
|