Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dbase64_helper_test.cpp62 std::vector<uint8_t> twoArray { 'a', 'b' }; variable
71 result = Base64Helper::Encode(twoArray);
88 std::vector<uint8_t> twoArray { 1, 2 }; variable
95 EXPECT_TRUE(Base64Helper::Decode(Base64Helper::Encode(twoArray), result));
96 EXPECT_EQ(result, twoArray);