Home
last modified time | relevance | path

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

/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp502 std::string string1025Key(1025, 'a'); in OH_Preferences_SetGetInt_0100() local
510 errcode = OH_Preferences_SetInt(pref, string1025Key.c_str(), 123); in OH_Preferences_SetGetInt_0100()
512 errcode = OH_Preferences_GetInt(pref, string1025Key.c_str(), &resGet); in OH_Preferences_SetGetInt_0100()
562 std::string string1025Key(1025, 'a'); in OH_Preferences_SetGetString_0100() local
574 errcode = OH_Preferences_SetString(pref, string1025Key.c_str(), "str"); in OH_Preferences_SetGetString_0100()
576 errcode = OH_Preferences_GetString(pref, string1025Key.c_str(), &resGet, &len); in OH_Preferences_SetGetString_0100()
579 errcode = OH_Preferences_Delete(pref, string1025Key.c_str()); in OH_Preferences_SetGetString_0100()
673 std::string string1025Key(1025, 'a'); in OH_Preferences_SetGetBool_0100() local
680 errcode = OH_Preferences_SetBool(pref, string1025Key.c_str(), false); in OH_Preferences_SetGetBool_0100()
682 errcode = OH_Preferences_GetBool(pref, string1025Key.c_str(), &resGet); in OH_Preferences_SetGetBool_0100()