Home
last modified time | relevance | path

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

/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/
Dnapi_init.cpp501 std::string string1024Key(1024, 'a'); in OH_Preferences_SetGetInt_0100() local
503 errcode = OH_Preferences_SetInt(pref, string1024Key.c_str(), 123); in OH_Preferences_SetGetInt_0100()
506 errcode = OH_Preferences_GetInt(pref, string1024Key.c_str(), &resGet); in OH_Preferences_SetGetInt_0100()
561 std::string string1024Key(1024, 'a'); in OH_Preferences_SetGetString_0100() local
563 errcode = OH_Preferences_SetString(pref, string1024Key.c_str(), "str"); in OH_Preferences_SetGetString_0100()
567 errcode = OH_Preferences_GetString(pref, string1024Key.c_str(), &resGet, &len); in OH_Preferences_SetGetString_0100()
571 errcode = OH_Preferences_Delete(pref, string1024Key.c_str()); in OH_Preferences_SetGetString_0100()
672 std::string string1024Key(1024, 'a'); in OH_Preferences_SetGetBool_0100() local
674 errcode = OH_Preferences_SetBool(pref, string1024Key.c_str(), false); in OH_Preferences_SetGetBool_0100()
676 errcode = OH_Preferences_GetBool(pref, string1024Key.c_str(), &resGet); in OH_Preferences_SetGetBool_0100()