Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Drequest.h54 bool GetBackgroundPermState();
/base/location/test/location_locator/source/
Drequest_manager_test.cpp120 EXPECT_EQ(true, request->GetBackgroundPermState()); in VerifyRequestField()
248 EXPECT_EQ(false, request_->GetBackgroundPermState());
252 EXPECT_EQ(false, request_->GetBackgroundPermState());
264 EXPECT_EQ(false, request_->GetBackgroundPermState());
269 EXPECT_EQ(false, request_->GetBackgroundPermState());
277 EXPECT_EQ(false, request_->GetBackgroundPermState());
/base/location/test/fuzztest/locator/requestmanager_fuzzer/
Drequestmanager_fuzzer.cpp76 request->GetBackgroundPermState(); in RequestFuzzerTest()
/base/location/services/location_locator/locator/source/
Drequest.cpp207 bool Request::GetBackgroundPermState() in GetBackgroundPermState() function in OHOS::Location::Request
Drequest_manager.cpp125 if (!request->GetBackgroundPermState()) { in UpdateUsingBackgroundPermission()
130 if (request->GetBackgroundPermState()) { in UpdateUsingBackgroundPermission()