Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp46 OH_Rdb_SetStoreName(config, "rdb_store_test.db"); in InitRdbConfig()
159 EXPECT_EQ(OH_Rdb_ErrCode::RDB_E_INVALID_ARGS, OH_Rdb_SetStoreName(config, nullptr));
164 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetStoreName(config, ""));
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h233 int OH_Rdb_SetStoreName(OH_Rdb_ConfigV2 *config, const char *storeName);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md98 | int [OH_Rdb_SetStoreName](_r_d_b.md#oh_rdb_setstorename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_conf…
H A D_r_d_b.md120 | int [OH_Rdb_SetStoreName](#oh_rdb_setstorename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, co…
1436 ### OH_Rdb_SetStoreName()
1439 int OH_Rdb_SetStoreName (OH_Rdb_ConfigV2 *config, const char *storeName )
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md98 | int [OH_Rdb_SetStoreName](_r_d_b.md#oh_rdb_setstorename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_conf…
H A D_r_d_b.md120 | int [OH_Rdb_SetStoreName](#oh_rdb_setstorename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, co…
1436 ### OH_Rdb_SetStoreName()
1439 int OH_Rdb_SetStoreName (OH_Rdb_ConfigV2 *config, const char *storeName )
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp88 int OH_Rdb_SetStoreName(OH_Rdb_ConfigV2 *config, const char *storeName) in OH_Rdb_SetStoreName() function