Searched refs:boolArrayValue (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 720 std::vector<bool> boolArrayValue = {true, false, true}; in HWTEST_F() local 721 WantIn_->SetParam(std::string("bool_arraykey"), boolArrayValue); in HWTEST_F() 752 bool arraycompare = CompareArrayData<bool>(retboolArray, boolArrayValue); in HWTEST_F() 1064 std::vector<bool> boolArrayValue = {true, false, true}; in AddBoolParams() local 1066 want.SetParam(key, boolArrayValue); in AddBoolParams()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 477 std::vector<bool> boolArrayValue = {true, false, true}; in HWTEST_F() local 478 WantIn_->SetParam(std::string("bool_arraykey"), boolArrayValue); in HWTEST_F() 554 bool arraycompare = CompareArrayData<bool>(retboolArray, boolArrayValue); in HWTEST_F() 787 std::vector<bool> boolArrayValue = {true, false, true}; in AddBoolParams() local 789 want.SetParam(key, boolArrayValue); in AddBoolParams()
|
Completed in 13 milliseconds