Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dbase64_helper_test.cpp63 std::vector<uint8_t> threeArray { 'a', 'b', 'c' }; variable
75 result = Base64Helper::Encode(threeArray);
89 std::vector<uint8_t> threeArray { 1, 2, 3 }; variable
98 EXPECT_TRUE(Base64Helper::Decode(Base64Helper::Encode(threeArray), result));
99 EXPECT_EQ(result, threeArray);