/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
H A D | getparam.cpp | 198 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 D | getparam.h | 47 char GetCharParam();
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/ |
H A D | wantfourth_fuzzer.cpp | 57 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 193 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 D | distributedwant_fuzzer.cpp | 116 want->GetCharParam(key, charValue); in DoSomethingInterestingWithMyApiDistributedWant004()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want.h | 410 AAFwk::zchar GetCharParam(const std::string& key, AAFwk::zchar defaultValue) const;
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 680 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 D | want.h | 506 zchar GetCharParam(const std::string &key, zchar defaultValue) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want.cpp | 410 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 D | want.cpp | 694 zchar Want::GetCharParam(const std::string &key, zchar defaultValue) const in GetCharParam() function in OHOS::AAFwk::Want
|