Home
last modified time | relevance | path

Searched refs:shortValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/base/
H A Dshort_wrapper_test.cpp46 Short shortValue(value);
47 ErrCode result = shortValue.GetValue(value);
59 Short shortValue(value);
60 EXPECT_EQ("0", shortValue.ToString());
71 Short shortValue(value);
72 short result = shortValue.Unbox(shortValue.Box(value));
85 Short shortValue(value);
86 short result = shortValue.Unbox(shortValue.Box(value));
98 Short shortValue(value);
99 short result = shortValue.Unbox(shortValue.Parse(shortValue.ToString()));
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
H A Dwantsixth_fuzzer.cpp49 short shortValue = 0; in DoSomethingInterestingWithMyAPI() local
50 want->SetParam(key, shortValue); in DoSomethingInterestingWithMyAPI()
51 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_dash.h65 void Shorten(float shortValue) in Shorten()
67 BaseType::GetGenerator().Shorten(shortValue); in Shorten()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsthird_fuzzer/
H A Dwantparamsthird_fuzzer.cpp50 short shortValue = 0; in DoSomethingInterestingWithMyAPI() local
51 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp159 short shortValue = 0; in DoSomethingInterestingWithMyApiDistributedWant006() local
160 want->SetParam(key, shortValue); in DoSomethingInterestingWithMyApiDistributedWant006()
161 want->GetShortParam(key, shortValue); in DoSomethingInterestingWithMyApiDistributedWant006()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp137 short shortValue = static_cast<short>(GetU32Data(data)); in DoSomethingInterestingWithMyApiDistributedWantParams003() local
138 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp73 return shortValue; in GetShortValue()
76 void SetShortValue(short shortValue) in SetShortValue() argument
78 this->shortValue = shortValue; in SetShortValue()
268 short shortValue; member in AllDataType
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1139 short shortValue = 1; in AddShortParams() local
1142 want.SetParam(key, shortValue); in AddShortParams()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp848 short shortValue = 1; in AddShortParams() local
851 want.SetParam(key, shortValue); in AddShortParams()