Lines Matching refs:Box
67 sptr<IInterface> stringIt = String::Box(key); in DoSomethingInterestingWithMyApiDistributedWantParams001()
96 sptr<IInterface> longIt = Long::Box(longValue); in DoSomethingInterestingWithMyApiDistributedWantParams002()
99 sptr<IInterface> floatIt = Float::Box(floatValue); in DoSomethingInterestingWithMyApiDistributedWantParams002()
127 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
129 sptr<IInterface> stringIt = String::Box(key); in DoSomethingInterestingWithMyApiDistributedWantParams003()
132 sptr<IInterface> boolIt = Boolean::Box(boolValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
135 sptr<IInterface> charIt = Char::Box(charValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
138 sptr<IInterface> shortIt = Short::Box(shortValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
141 sptr<IInterface> doubleIt = Double::Box(doubleValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
144 sptr<IInterface> intIt = Integer::Box(intValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
183 wantParams->SetParam(keyStr, String::Box(value)); in DoSomethingInterestingWithMyApiDistributedWantParams004()