Searched refs:OH_Rdb_SetStoreName (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_configv2_test.cpp | 46 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 D | relational_store.h | 233 int OH_Rdb_SetStoreName(OH_Rdb_ConfigV2 *config, const char *storeName);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 98 | 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.md | 120 | 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 D | relational__store_8h.md | 98 | 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.md | 120 | 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 D | relational_store.cpp | 88 int OH_Rdb_SetStoreName(OH_Rdb_ConfigV2 *config, const char *storeName) in OH_Rdb_SetStoreName() function
|