Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp47 OH_Rdb_SetBundleName(config, "com.ohos.example.distributedndk"); in InitRdbConfig()
160 EXPECT_EQ(OH_Rdb_ErrCode::RDB_E_INVALID_ARGS, OH_Rdb_SetBundleName(config, nullptr));
165 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetBundleName(config, ""));
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h246 int OH_Rdb_SetBundleName(OH_Rdb_ConfigV2 *config, const char *bundleName);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md99 | int [OH_Rdb_SetBundleName](_r_d_b.md#oh_rdb_setbundlename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md121 | int [OH_Rdb_SetBundleName](#oh_rdb_setbundlename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, …
1292 ### OH_Rdb_SetBundleName()
1295 int OH_Rdb_SetBundleName (OH_Rdb_ConfigV2 *config, const char *bundleName )
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md99 | int [OH_Rdb_SetBundleName](_r_d_b.md#oh_rdb_setbundlename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md121 | int [OH_Rdb_SetBundleName](#oh_rdb_setbundlename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, …
1292 ### OH_Rdb_SetBundleName()
1295 int OH_Rdb_SetBundleName (OH_Rdb_ConfigV2 *config, const char *bundleName )
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp100 int OH_Rdb_SetBundleName(OH_Rdb_ConfigV2 *config, const char *bundleName) in OH_Rdb_SetBundleName() function