Searched refs:OH_Rdb_SetModuleName (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 | 161 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 D | relational_store.h | 259 int OH_Rdb_SetModuleName(OH_Rdb_ConfigV2 *config, const char *moduleName);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 100 | 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.md | 122 | 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 D | relational__store_8h.md | 100 | 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.md | 122 | 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 D | relational_store.cpp | 111 int OH_Rdb_SetModuleName(OH_Rdb_ConfigV2 *config, const char *moduleName) in OH_Rdb_SetModuleName() function
|