Home
last modified time | relevance | path

Searched refs:VALUE_TYPE_ARRAY (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp332 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_ARRAY, value);
333 …rayVal = DistributedWantParams::GetStringByType(arrayObj, DistributedWantParams::VALUE_TYPE_ARRAY);
497 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_ARRAY, value);
499 EXPECT_EQ(type, DistributedWantParams::VALUE_TYPE_ARRAY);
627 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_ARRAY, value);
799 DistributedWantParams::GetInterfaceByType(DistributedWantParams::VALUE_TYPE_ARRAY, value);
801 …dWantParams::CompareInterface(interfaceObj, interfaceObj, DistributedWantParams::VALUE_TYPE_ARRAY);
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp479 sptr<IInterface> arrayObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_ARRAY, value);
480 std::string arrayVal = WantParams::GetStringByType(arrayObj, WantParams::VALUE_TYPE_ARRAY);
636 …sptr<IInterface> interfaceObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_ARRAY, value…
638 EXPECT_EQ(type, WantParams::VALUE_TYPE_ARRAY);
757 …sptr<IInterface> interfaceObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_ARRAY, value…
909 …sptr<IInterface> interfaceObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_ARRAY, value…
910 …ol result = WantParams::CompareInterface(interfaceObj, interfaceObj, WantParams::VALUE_TYPE_ARRAY);
922 …sptr<IInterface> interfaceObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_ARRAY, value…
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h148 VALUE_TYPE_ARRAY = 102, enumerator
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp139 } else if (typeId == VALUE_TYPE_ARRAY) { in GetStringByType()
326 return VALUE_TYPE_ARRAY; in GetDataType()
354 } else if (typeId == VALUE_TYPE_ARRAY) { in GetInterfaceByType()
398 case VALUE_TYPE_ARRAY: in CompareInterface()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp68 DistributedWantParams::VALUE_TYPE_ARRAY, &DistributedWantParams::ArrayQueryToStr),
83 DistributedWantParams::VALUE_TYPE_ARRAY, &DistributedWantParams::ArrayQueryEquals),
426 return VALUE_TYPE_ARRAY; in GetDataType()
470 } else if (typeId == VALUE_TYPE_ARRAY) { in GetInterfaceByType()
H A Ddistributed_want.cpp122 (tp == DistributedWantParams::VALUE_TYPE_ARRAY) || in DistributedWant()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h202 VALUE_TYPE_ARRAY = 102, enumerator