Home
last modified time | relevance | path

Searched refs:GetCharParam (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp198 char GetCharParam() in GetCharParam() function
212 param += GetCharParam(); in GetStringParam()
315 char t = GetCharParam(); in GetCharVectorParam()
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
H A Dgetparam.h47 char GetCharParam();
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/
H A Dwantfourth_fuzzer.cpp57 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp193 EXPECT_EQ(want.GetCharParam(charType, 0), dstbWant.GetCharParam(charType, 0));
304 EXPECT_EQ(want->GetCharParam(charType, 0), dwant->GetCharParam(charType, 0));
977 zchar v1 = want1->GetCharParam(it->first, 0x01AB); in CompareWantOthers()
978 zchar v2 = want2->GetCharParam(it->first, 0x02CD); in CompareWantOthers()
1840 EXPECT_EQ(result, want_->GetCharParam(getKey, defaultValue));
1857 EXPECT_EQ(defaultValue, want_->GetCharParam(getKey, defaultValue));
1878 EXPECT_EQ(firstDefaultValue, want_->GetCharParam(keyStr, firstDefaultValue));
1880 EXPECT_EQ(thirdValue, want_->GetCharParam(emptyStr, secondDefaultValue));
1900 EXPECT_EQ(secondValue, want_->GetCharParam(firstKey, firstDefaultValue));
1902 EXPECT_EQ(secondDefaultValue, want_->GetCharParam(secondKey, secondDefaultValue));
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp116 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyApiDistributedWant004()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h410 AAFwk::zchar GetCharParam(const std::string& key, AAFwk::zchar defaultValue) const;
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp680 zchar v1 = want1->GetCharParam(it->first, 0x01AB); in CompareWant()
681 zchar v2 = want2->GetCharParam(it->first, 0x02CD); in CompareWant()
2203 EXPECT_EQ(result, want_->GetCharParam(getKey, defaultValue));
2219 EXPECT_EQ(defaultValue, want_->GetCharParam(getKey, defaultValue));
2239 EXPECT_EQ(firstDefaultValue, want_->GetCharParam(keyStr, firstDefaultValue));
2241 EXPECT_EQ(thirdValue, want_->GetCharParam(emptyStr, secondDefaultValue));
2260 EXPECT_EQ(secondValue, want_->GetCharParam(firstKey, firstDefaultValue));
2262 EXPECT_EQ(secondDefaultValue, want_->GetCharParam(secondKey, secondDefaultValue));
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h506 zchar GetCharParam(const std::string &key, zchar defaultValue) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp410 AAFwk::zchar DistributedWant::GetCharParam(const std::string& key, AAFwk::zchar defaultValue) const in GetCharParam() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp694 zchar Want::GetCharParam(const std::string &key, zchar defaultValue) const in GetCharParam() function in OHOS::AAFwk::Want