Home
last modified time | relevance | path

Searched refs:VALUE_TYPE_SHORT (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp262 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
263 std::string shortVal = DistributedWantParams::GetStringByType(shortObj, DistributedWantParams::VALUE_TYPE_SHORT); in HWTEST_F()
415 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
417 EXPECT_EQ(type, DistributedWantParams::VALUE_TYPE_SHORT); in HWTEST_F()
550 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
709 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
711 DistributedWantParams::CompareInterface(interfaceObj, interfaceObj, DistributedWantParams::VALUE_TYPE_SHORT); in HWTEST_F()
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp414 sptr<IInterface> shortObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
415 std::string shortVal = WantParams::GetStringByType(shortObj, WantParams::VALUE_TYPE_SHORT); in HWTEST_F()
558 sptr<IInterface> shortObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
560 EXPECT_EQ(type, WantParams::VALUE_TYPE_SHORT); in HWTEST_F()
685 sptr<IInterface> shortObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
831 sptr<IInterface> interfaceObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_SHORT, value); in HWTEST_F()
832 bool result = WantParams::CompareInterface(interfaceObj, interfaceObj, WantParams::VALUE_TYPE_SHORT); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp56 DistributedWantParams::VALUE_TYPE_SHORT, &DistributedWantParams::ShortQueryToStr),
87 DistributedWantParams::VALUE_TYPE_SHORT, &DistributedWantParams::ShortQueryEquals),
437 return VALUE_TYPE_SHORT; in GetNumberDataType()
458 } else if (typeId == VALUE_TYPE_SHORT) { in GetInterfaceByType()
646 if (!parcel.WriteInt32(VALUE_TYPE_SHORT)) { in WriteToParcelShort()
1355 case VALUE_TYPE_SHORT: in ReadFromParcelParam()
H A Ddistributed_want.cpp116 (tp == DistributedWantParams::VALUE_TYPE_SHORT) || in DistributedWant()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp127 } else if (typeId == VALUE_TYPE_SHORT) { in GetStringByType()
317 return VALUE_TYPE_SHORT; in GetDataType()
345 } else if (typeId == VALUE_TYPE_SHORT) { in GetInterfaceByType()
382 case VALUE_TYPE_SHORT: in CompareInterface()
638 if (!parcel.WriteInt32(VALUE_TYPE_SHORT)) { in WriteToParcelShort()
1465 case VALUE_TYPE_SHORT: in ReadFromParcelParam()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h123 VALUE_TYPE_SHORT = 4, enumerator
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h178 VALUE_TYPE_SHORT = 4, enumerator

Completed in 14 milliseconds