Home
last modified time | relevance | path

Searched refs:GetApproximatelyPermState (Results 1 – 5 of 5) sorted by relevance

/base/location/services/location_locator/locator/include/
Drequest.h55 bool GetApproximatelyPermState();
/base/location/test/location_locator/source/
Drequest_manager_test.cpp121 EXPECT_EQ(true, request->GetApproximatelyPermState()); in VerifyRequestField()
249 EXPECT_EQ(false, request_->GetApproximatelyPermState());
253 EXPECT_EQ(false, request_->GetApproximatelyPermState());
265 EXPECT_EQ(false, request_->GetApproximatelyPermState());
271 EXPECT_EQ(true, request_->GetApproximatelyPermState());
278 EXPECT_EQ(true, request_->GetApproximatelyPermState());
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp77 request->GetApproximatelyPermState(); in RequestFuzzerTest()
/base/location/services/location_locator/locator/source/
Drequest.cpp212 bool Request::GetApproximatelyPermState() in GetApproximatelyPermState() function in OHOS::Location::Request
Drequest_manager.cpp101 if (!request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()
106 if (request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()