Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp161 EXPECT_EQ(OH_Rdb_ErrCode::RDB_E_INVALID_ARGS, OH_Rdb_SetModuleName(config, nullptr));
166 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetModuleName(config, ""));
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h259 int OH_Rdb_SetModuleName(OH_Rdb_ConfigV2 *config, const char *moduleName);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md100 | int [OH_Rdb_SetModuleName](_r_d_b.md#oh_rdb_setmodulename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md122 | int [OH_Rdb_SetModuleName](#oh_rdb_setmodulename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, …
1388 ### OH_Rdb_SetModuleName()
1391 int OH_Rdb_SetModuleName (OH_Rdb_ConfigV2 *config, const char *moduleName )
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md100 | int [OH_Rdb_SetModuleName](_r_d_b.md#oh_rdb_setmodulename) ([OH_Rdb_ConfigV2](_r_d_b.md#oh_rdb_co…
H A D_r_d_b.md122 | int [OH_Rdb_SetModuleName](#oh_rdb_setmodulename) ([OH_Rdb_ConfigV2](#oh_rdb_configv2) \*config, …
1388 ### OH_Rdb_SetModuleName()
1391 int OH_Rdb_SetModuleName (OH_Rdb_ConfigV2 *config, const char *moduleName )
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp111 int OH_Rdb_SetModuleName(OH_Rdb_ConfigV2 *config, const char *moduleName) in OH_Rdb_SetModuleName() function