Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp265 std::shared_ptr<DistributedWant> dwant = std::make_shared<DistributedWant>(); in HWTEST_F() local
266 ASSERT_NE(dwant, nullptr); in HWTEST_F()
268 dwant->SetType(description); in HWTEST_F()
269 dwant->SetFlags(16); in HWTEST_F()
270 dwant->SetElementName("deviceID", "com.bundle.com", "com.bundle.com.ability"); in HWTEST_F()
271 dwant->SetUri("wantUri"); in HWTEST_F()
272 dwant->SetAction("Action"); in HWTEST_F()
273 dwant->AddEntity("Entity1"); in HWTEST_F()
274 dwant->SetParam(boolType, true); in HWTEST_F()
275 dwant in HWTEST_F()
322 std::shared_ptr<DistributedWant> dwant = std::make_shared<DistributedWant>(); HWTEST_F() local
[all...]

Completed in 5 milliseconds