Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp840 PreferencesValue stringArrayRes = pref1->Get(KEY_TEST_STRING_ARRAY_ELEMENT, defValue); variable
841 EXPECT_EQ(stringArrayRes.IsStringArray(), true);
842 EXPECT_EQ(static_cast<std::vector<std::string>>(stringArrayRes), stringArray);