Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 - 4 of 4) sorted by relevance

/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 std::map<int, std::vector<std::string>> GetInvalidSchema(Schema &invalidSchema, Schema &validSchema, bool hasIndex) in GetInvalidSchema() argument
618 if (hasIndex) { in GetInvalidSchema()
/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 std::map<int, std::vector<std::string>> GetInvalidSchema(Schema &invalidSchema, Schema &validSchema, bool hasIndex);
/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()
151 if (hasIndex) { in GenerateSchemaString()
138 GenerateSchemaString(const vector<FieldPath> &define, const vector<FieldPath> &index, int skipSize, bool hasIndex, bool hasSkipSize) GenerateSchemaString() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp920 bool hasIndex = false; in HWTEST_F() local
921 napi_has_element(env, array, i, &hasIndex); in HWTEST_F()
922 ASSERT_TRUE(hasIndex); in HWTEST_F()

Completed in 20 milliseconds