Home
last modified time | relevance | path

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 Ddistributeddb_data_generator.cpp505 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 Ddistributeddb_data_generator.h564 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 Ddistributeddb_interfaces_index_unit_test.cpp139 bool hasIndex, bool hasSkipSize) in GenerateSchemaString() argument
151 if (hasIndex) { in GenerateSchemaString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7636 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 Dtest_napi.cpp919 bool hasIndex = false; variable
920 napi_has_element(env, array, i, &hasIndex);
921 ASSERT_TRUE(hasIndex);