Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp88 static const std::string URI_STRING_END; member in OHOS::AAFwk::WantBaseTest
124 const std::string WantBaseTest::URI_STRING_END(";end"); member in OHOS::AAFwk::WantBaseTest
1133 content = uri.find(WantBaseTest::URI_STRING_END, pos);
1136 pos += WantBaseTest::URI_STRING_END.length();
1246 search = WantBaseTest::URI_STRING_END;
1333 search = WantBaseTest::URI_STRING_END;
1410 search = WantBaseTest::URI_STRING_END;
1506 search = WantBaseTest::URI_STRING_END;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp113 static const std::string URI_STRING_END; member in OHOS::DistributedSchedule::DistributedWantBaseTest
146 const std::string DistributedWantBaseTest::URI_STRING_END(";end"); member in OHOS::DistributedSchedule::DistributedWantBaseTest