Searched refs:CompareWant (Results 1 - 4 of 4) sorted by relevance
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | file_access_helper.h | 100 static bool CompareWant(const AAFwk::Want& lhs, const AAFwk::Want& rhs);
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 54 void CompareWant(const std::shared_ptr<Want> &want1, const std::shared_ptr<Want> &want2) const; 55 bool CompareWant(const std::shared_ptr<Want> &want1, const std::shared_ptr<Want> &want2, 245 CompareWant(WantIn_, WantOut_); in HWTEST_F() 254 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 301 CompareWant(WantIn_, WantOut_); in HWTEST_F() 310 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 364 CompareWant(WantIn_, WantOut_); in HWTEST_F() 373 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 429 CompareWant(WantIn_, WantOut_); in HWTEST_F() 438 CompareWant(WantIn in HWTEST_F() 601 void WantBaseTest::CompareWant(const std::shared_ptr<Want> &want1, const std::shared_ptr<Want> &want2) const CompareWant() function in OHOS::AAFwk::WantBaseTest 638 bool WantBaseTest::CompareWant(const std::shared_ptr<Want> &want1, const std::shared_ptr<Want> &want2, CompareWant() function in OHOS::AAFwk::WantBaseTest [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 55 void CompareWant(const std::shared_ptr<DistributedWant> &want1, 57 bool CompareWant(const std::shared_ptr<DistributedWant> &want1, 454 CompareWant(WantIn_, WantOut_); in HWTEST_F() 463 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 508 CompareWant(WantIn_, WantOut_); in HWTEST_F() 517 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 569 CompareWant(WantIn_, WantOut_); in HWTEST_F() 578 CompareWant(WantIn_, WantOut2_); in HWTEST_F() 628 CompareWant(WantIn_, WantOut_); in HWTEST_F() 637 CompareWant(WantIn in HWTEST_F() 837 void DistributedWantBaseTest::CompareWant(const std::shared_ptr<DistributedWant>& want1, CompareWant() function in OHOS::DistributedSchedule::DistributedWantBaseTest 875 bool DistributedWantBaseTest::CompareWant(const std::shared_ptr<DistributedWant>& want1, CompareWant() function in OHOS::DistributedSchedule::DistributedWantBaseTest [all...] |
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/ |
H A D | file_access_helper.cpp | 171 bool FileAccessHelper::CompareWant(const AAFwk::Want& lhs, const AAFwk::Want& rhs) in CompareWant() function in OHOS::FileAccessFwk::FileAccessHelper 186 std::set<AAFwk::Want, bool(*)(const AAFwk::Want&, const AAFwk::Want&)> allWantSet(FileAccessHelper::CompareWant); in IsEffectiveWants()
|
Completed in 10 milliseconds