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 D | distributeddb_data_generator.cpp | 505 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 D | distributeddb_data_generator.h | 564 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 D | distributeddb_interfaces_index_unit_test.cpp | 139 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 D | test_napi.cpp | 920 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 35 milliseconds