Home
last modified time | relevance | path

Searched refs:storeEncryptTestRdbStore_ (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
Drdb_store_encrypt_test.cpp43 OH_Rdb_Store *storeEncryptTestRdbStore_ = NULL; variable
121 storeEncryptTestRdbStore_ = OH_Rdb_GetOrOpen(&config2_, &errCode); in SUB_DDM_RDB_ENCRYPT_0100()
123 NAPI_ASSERT(env, storeEncryptTestRdbStore_ != NULL, "OH_Rdb_GetOrOpen config2 is fail."); in SUB_DDM_RDB_ENCRYPT_0100()
128 errCode = OH_Rdb_CloseStore(storeEncryptTestRdbStore_); in SUB_DDM_RDB_ENCRYPT_0100()
130 storeEncryptTestRdbStore_ = NULL; in SUB_DDM_RDB_ENCRYPT_0100()
154 storeEncryptTestRdbStore_ = OH_Rdb_GetOrOpen(&config_, &errCode); in SUB_DDM_RDB_ENCRYPT_0200()
156 NAPI_ASSERT(env, storeEncryptTestRdbStore_ != NULL, "OH_Rdb_GetOrOpen config is fail."); in SUB_DDM_RDB_ENCRYPT_0200()
161 errCode = OH_Rdb_CloseStore(storeEncryptTestRdbStore_); in SUB_DDM_RDB_ENCRYPT_0200()
163 storeEncryptTestRdbStore_ = NULL; in SUB_DDM_RDB_ENCRYPT_0200()