Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp93 OH_Rdb_DestroyConfig(config);
139 OH_Rdb_DestroyConfig(config);
197 EXPECT_EQ(OH_Rdb_ErrCode::RDB_E_INVALID_ARGS, OH_Rdb_DestroyConfig(nullptr));
198 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_DestroyConfig(config));
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h207 int OH_Rdb_DestroyConfig(OH_Rdb_ConfigV2 *config);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md96 | int [OH_Rdb_DestroyConfig](_r_d_b.md#oh_rdb_destroyconfig) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md118 | int [OH_Rdb_DestroyConfig](#oh_rdb_destroyconfig) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config) …
1165 ### OH_Rdb_DestroyConfig()
1168 int OH_Rdb_DestroyConfig (OH_Rdb_ConfigV2 *config)
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md96 | int [OH_Rdb_DestroyConfig](_r_d_b.md#oh_rdb_destroyconfig) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md118 | int [OH_Rdb_DestroyConfig](#oh_rdb_destroyconfig) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config) …
1165 ### OH_Rdb_DestroyConfig()
1168 int OH_Rdb_DestroyConfig (OH_Rdb_ConfigV2 *config)
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp64 int OH_Rdb_DestroyConfig(OH_Rdb_ConfigV2 *config) in OH_Rdb_DestroyConfig() function