Searched refs:storeEncryptTestRdbStore_ (Results 1 – 1 of 1) sorted by relevance
43 OH_Rdb_Store *storeEncryptTestRdbStore_ = NULL; variable121 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()