Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp747 …bool copyarraycompare = CompareArrayData<std::string>(teststringArrayValue1, teststringArrayValue1… variable
748 EXPECT_EQ(copyarraycompare, true);
749 std::string str = (copyarraycompare == true) ? "true" : "false";
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp507 …bool copyarraycompare = CompareArrayData<std::string>(teststringArrayValue1, teststringArrayValue1… variable
508 EXPECT_EQ(copyarraycompare, true);
509 std::string str = (copyarraycompare == true) ? "true" : "false";