Searched refs:OH_Rdb_SetBundleName (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 | 47 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 D | relational_store.h | 246 int OH_Rdb_SetBundleName(OH_Rdb_ConfigV2 *config, const char *bundleName);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 99 | 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.md | 121 | 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 D | relational__store_8h.md | 99 | 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.md | 121 | 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 D | relational_store.cpp | 100 int OH_Rdb_SetBundleName(OH_Rdb_ConfigV2 *config, const char *bundleName) in OH_Rdb_SetBundleName() function
|