Searched refs:testByteArrayType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 3250 using testByteArrayType = typedef 3252 class DistributedWantByteArrayParamTest : public testing::TestWithParam<testByteArrayType> { 3301 testing::Values(testByteArrayType("", "aa", {'*', 'D'}, {}, {}), 3302 …testByteArrayType("", "", {'%', ')'}, {}, {'%', ')'}), testByteArrayType("1*中_aR", "aa", {'R', '.'… 3303 testByteArrayType("1*中_aR", "1*中_aR", {'R', 'b'}, {}, {'R', 'b'})));
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 3564 using testByteArrayType = std::tuple<std::string, std::string, std::vector<byte>, std::vector<byte>… typedef 3565 class WantByteArrayParamTest : public testing::TestWithParam<testByteArrayType> { 3613 testing::Values(testByteArrayType("", "aa", {'*', 'D'}, {}, {}), 3614 …testByteArrayType("", "", {'%', ')'}, {}, {'%', ')'}), testByteArrayType("1*中_aR", "aa", {'R', '.'… 3615 testByteArrayType("1*中_aR", "1*中_aR", {'R', 'b'}, {}, {'R', 'b'})));
|