Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp119 int errcode = OH_PreferencesOption_Destroy(option); in OH_PreferencesOption_Create_0100() local
132 int errcode = OH_PreferencesOption_SetFileName(option, "test.db"); in OH_PreferencesOption_SetFilePath_0100() local
149 int errcode = OH_PreferencesOption_SetFileName(option, ""); in OH_PreferencesOption_SetFilePath_0200() local
182 int errcode = OH_PreferencesOption_SetBundleName(option, "test"); in OH_PreferencesOption_SetBundleName_0100() local
215 int errcode = OH_PreferencesOption_SetBundleName(option, NULL); in OH_PreferencesOption_SetBundleName_0200() local
245 int errcode = OH_PreferencesOption_SetDataGroupId(option, ""); in OH_PreferencesOption_SetDataGroupId_0100() local
275 int errcode = OH_PreferencesOption_SetDataGroupId(option, NULL); in OH_PreferencesOption_SetDataGroupId_0200() local
306 int errcode = OH_PreferencesOption_Destroy(option); in OH_PreferencesOption_Destroy_0100() local
321 int errcode = OH_PreferencesOption_Destroy(NULL); in OH_PreferencesOption_Destroy_0200() local
342 int errcode = 1; in OH_Preferences_Open_0100() local
[all …]
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp45 int errcode = 0; in OH_Rdb_CreateConfig_0100() local
58 int errcode = 0; in OH_Rdb_CreateConfig_0200() local
424 int errcode = 0; in OH_Rdb_SetDatabaseDir_Param_0100() local
439 int errcode = 0; in OH_Rdb_SetDatabaseDir_Param_0200() local
454 int errcode = 0; in OH_Rdb_SetDatabaseDir_Param_0300() local
469 int errcode = 0; in OH_Rdb_SetDatabaseDir_Param_0400() local
648 int errcode = 0; in OH_Rdb_SetStoreName_Param_0100() local
663 int errcode = 0; in OH_Rdb_SetStoreName_Param_0200() local
678 int errcode = 0; in OH_Rdb_SetStoreName_Param_0300() local
693 int errcode = 0; in OH_Rdb_SetStoreName_Param_0400() local
[all …]
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
Dutd_ndk_test.cpp1530 int errcode = 0; in OH_Utd_BelongsTo_001() local
1574 int errcode = 0; in OH_Utd_IsLower_001() local
1673 int errcode = 0; in OH_Utd_IsHigher_001() local
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
DLocationMTest.test.js1438 var locationError1 = (errcode) => { argument