Home
last modified time | relevance | path

Searched defs:pkType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp82 void SetCloudSchema(PrimaryKeyType pkType, bool nullable, bool asset = false) in SetCloudSchema()
105 void PrepareDataBase(const std::string &tableName, PrimaryKeyType pkType, bool nullable = true) in PrepareDataBase()
256 void GetInfoByPrimaryKeyOrGidTest(PrimaryKeyType pkType, const std::string &gidStr, int64_t id, in GetInfoByPrimaryKeyOrGidTest()
448 void VbucketWithoutPrimaryDataTest(PrimaryKeyType pkType) in VbucketWithoutPrimaryDataTest()
827 …void SaveCloudDataTest(PrimaryKeyType pkType, GidType gidType = GidType::GID_MATCH, bool nullable … in SaveCloudDataTest()
1231 void DeleteWithPkTest(PrimaryKeyType pkType) in DeleteWithPkTest()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify.h118 mbedtls_pk_type_t pkType; member