Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp392 std::string actiondescription = "liuuy"; variable
393 want_->SetAction(actiondescription);
394 EXPECT_STREQ(actiondescription.c_str(), want_->GetAction().c_str());
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp148 std::string actiondescription = "liuuy"; variable
149 want_->SetAction(actiondescription);
150 EXPECT_STREQ(actiondescription.c_str(), want_->GetAction().c_str());