Home
last modified time | relevance | path

Searched refs:boolObj (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_test.cpp203 sptr<IInterface> boolObj = variable
206 DistributedWantParams::GetStringByType(boolObj, DistributedWantParams::VALUE_TYPE_BOOLEAN);
372 sptr<IInterface> boolObj = variable
374 int type = DistributedWantParams::GetDataType(boolObj);
510 sptr<IInterface> boolObj = variable
512 EXPECT_TRUE(Boolean::Unbox(IBoolean::Query(boolObj)));
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_test.cpp362 … sptr<IInterface> boolObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BOOLEAN, value); variable
363 std::string stringVal = WantParams::GetStringByType(boolObj, WantParams::VALUE_TYPE_BOOLEAN);
519 … sptr<IInterface> boolObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BOOLEAN, value); variable
520 int type = WantParams::GetDataType(boolObj);
649 … sptr<IInterface> boolObj = WantParams::GetInterfaceByType(WantParams::VALUE_TYPE_BOOLEAN, value); variable
650 EXPECT_TRUE(Boolean::Unbox(IBoolean::Query(boolObj)));