Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 3 of 3) 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/UDMFtest/UDMFnapitest/entry/src/main/cpp/napi/
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.js1394 var locationError1 = (errcode) => { argument