Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Drequest.h53 bool GetLocationPermState();
/base/location/test/location_locator/source/
Drequest_manager_test.cpp119 EXPECT_EQ(true, request->GetLocationPermState()); in VerifyRequestField()
247 EXPECT_EQ(false, request_->GetLocationPermState());
251 EXPECT_EQ(false, request_->GetLocationPermState());
263 EXPECT_EQ(false, request_->GetLocationPermState());
268 EXPECT_EQ(false, request_->GetLocationPermState());
275 EXPECT_EQ(false, request_->GetLocationPermState());
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp75 request->GetLocationPermState(); in RequestFuzzerTest()
/base/location/services/location_locator/locator/source/
Drequest.cpp202 bool Request::GetLocationPermState() in GetLocationPermState() function in OHOS::Location::Request
Drequest_manager.cpp82 if (!request->GetLocationPermState()) { in UpdateUsingLocationPermission()
87 if (request->GetLocationPermState()) { in UpdateUsingLocationPermission()