Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
H A Dgetparam.h42 short GetShortParam();
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp155 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 Dwantsixth_fuzzer.cpp51 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp146 short GetShortParam() in GetShortParam() function
255 short t = GetShortParam(); in GetShortVectorParam()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp194 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 Ddistributed_want.h576 short GetShortParam(const std::string& key, short defaultValue) const;
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp690 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 Dwant.h672 short GetShortParam(const std::string &key, short defaultValue) const;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp687 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 Dwant.cpp1094 short Want::GetShortParam(const std::string &key, short defaultValue) const in GetShortParam() function in OHOS::AAFwk::Want