Searched refs:ResultCheck (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 125 EXPECT_EQ(true, reportManager_->ResultCheck(location, request)); 126 EXPECT_EQ(false, reportManager_->ResultCheck(nullptr, request)); // no location 127 EXPECT_EQ(false, reportManager_->ResultCheck(location, nullptr)); // no request 128 EXPECT_EQ(false, reportManager_->ResultCheck(nullptr, nullptr)); // no location & no request 136 EXPECT_EQ(true, reportManager_->ResultCheck(location, request)); // no last location 141 EXPECT_EQ(true, reportManager_->ResultCheck(location, request)); // no need to check 145 reportManager_->ResultCheck(location, request); // time interval check failed 152 reportManager_->ResultCheck(location, request); // distance interval check failed 160 EXPECT_EQ(false, reportManager_->ResultCheck(location, request)); // acc check failed 189 reportManager_->ResultCheck(location, request); // check pass
|
/ohos5.0/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
H A D | reportmanager_fuzzer.cpp | 48 reportManager->ResultCheck(location, request); in ReportManagerFuzzerTest()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 145 if (!ResultCheck(finalLocation, request)) { in ProcessRequestForReport() 285 bool ReportManager::ResultCheck(const std::unique_ptr<Location>& location, in ResultCheck() function in OHOS::Location::ReportManager 400 if (!ResultCheck(finalLocation, request)) { in GetCacheLocation()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 37 …bool ResultCheck(const std::unique_ptr<Location>& location, const std::shared_ptr<Request>& reques…
|