/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
H A D | getparam.h | 42 short GetShortParam();
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 155 want->GetShortParam(key, longValue); in DoSomethingInterestingWithMyApiDistributedWant006() 161 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyApiDistributedWant006()
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/ |
H A D | wantsixth_fuzzer.cpp | 51 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
H A D | getparam.cpp | 146 short GetShortParam() in GetShortParam() function 255 short t = GetShortParam(); in GetShortVectorParam()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 194 EXPECT_EQ(want.GetShortParam(shortType, 0), dstbWant.GetShortParam(shortType, 0)); 305 EXPECT_EQ(want->GetShortParam(shortType, 0), dwant->GetShortParam(shortType, 0)); 926 short v1 = want1->GetShortParam(it->first, default1); in CompareWantNumber() 927 short v2 = want2->GetShortParam(it->first, default2); in CompareWantNumber() 2405 EXPECT_EQ(result, want_->GetShortParam(getKey, defaultValue)); 2421 EXPECT_EQ(defaultValue, want_->GetShortParam(getKey, defaultValue)); 2441 EXPECT_EQ(firstDefaultValue, want_->GetShortParam(keyStr, firstDefaultValue)); 2443 EXPECT_EQ(thirdValue, want_->GetShortParam(emptyStr, secondDefaultValue)); 2464 EXPECT_EQ(secondValue, want_->GetShortParam(firstKey, firstDefaultValue)); 2466 EXPECT_EQ(secondDefaultValue, want_->GetShortParam(secondKey, secondDefaultValue));
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/ |
H A D | distributed_want.h | 576 short GetShortParam(const std::string& key, short defaultValue) const;
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 690 short v1 = want1->GetShortParam(it->first, default1); in CompareWant() 691 short v2 = want2->GetShortParam(it->first, default2); in CompareWant() 2747 EXPECT_EQ(result, want_->GetShortParam(getKey, defaultValue)); 2763 EXPECT_EQ(defaultValue, want_->GetShortParam(getKey, defaultValue)); 2782 EXPECT_EQ(firstDefaultValue, want_->GetShortParam(keyStr, firstDefaultValue)); 2784 EXPECT_EQ(thirdValue, want_->GetShortParam(emptyStr, secondDefaultValue)); 2804 EXPECT_EQ(secondValue, want_->GetShortParam(firstKey, firstDefaultValue)); 2806 EXPECT_EQ(secondDefaultValue, want_->GetShortParam(secondKey, secondDefaultValue));
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/ |
H A D | want.h | 672 short GetShortParam(const std::string &key, short defaultValue) const;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want.cpp | 687 short DistributedWant::GetShortParam(const std::string& key, short defaultValue) const in GetShortParam() function in OHOS::DistributedSchedule::DistributedWant
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | want.cpp | 1094 short Want::GetShortParam(const std::string &key, short defaultValue) const in GetShortParam() function in OHOS::AAFwk::Want
|