Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp3250 using testByteArrayType = typedef
3252 class DistributedWantByteArrayParamTest : public testing::TestWithParam<testByteArrayType> {
3301 testing::Values(testByteArrayType("", "aa", {'*', 'D'}, {}, {}),
3302testByteArrayType("", "", {'%', ')'}, {}, {'%', ')'}), 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 Dwant_test.cpp3564 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'}, {}, {}),
3614testByteArrayType("", "", {'%', ')'}, {}, {'%', ')'}), testByteArrayType("1*中_aR", "aa", {'R', '.'…
3615 testByteArrayType("1*中_aR", "1*中_aR", {'R', 'b'}, {}, {'R', 'b'})));