Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/
H A Dwantfourth_fuzzer.cpp48 want->GetBoolArrayParam(key); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp107 want->GetBoolArrayParam(key); in DoSomethingInterestingWithMyApiDistributedWant004()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h344 std::vector<bool> GetBoolArrayParam(const std::string& key) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp249 …EXPECT_EQ(want.GetBoolArrayParam(boolArrayType).size(), dstbWant.GetBoolArrayParam(boolArrayType).…
361 …EXPECT_EQ(want->GetBoolArrayParam(boolArrayType).size(), dwant->GetBoolArrayParam(boolArrayType).s…
762 retboolArray = WantOut_->GetBoolArrayParam(std::string("bool_arraykey"));
994 std::vector<bool> v1 = want1->GetBoolArrayParam(it->first); in CompareWantArray()
995 std::vector<bool> v2 = want2->GetBoolArrayParam(it->first); in CompareWantArray()
1669 EXPECT_EQ(result, want_->GetBoolArrayParam(getKey));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h431 std::vector<bool> GetBoolArrayParam(const std::string &key) const;
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp552 retboolArray = WantOut_->GetBoolArrayParam(std::string("bool_arraykey"));
668 std::vector<bool> v1 = want1->GetBoolArrayParam(it->first); in CompareWant()
669 std::vector<bool> v2 = want2->GetBoolArrayParam(it->first); in CompareWant()
2041 EXPECT_EQ(result, want_->GetBoolArrayParam(getKey));
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp314 std::vector<bool> DistributedWant::GetBoolArrayParam(const std::string& key) const in GetBoolArrayParam() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp522 std::vector<bool> Want::GetBoolArrayParam(const std::string &key) const in GetBoolArrayParam() function in OHOS::AAFwk::Want