Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp121 EXPECT_EQ(true, request->GetApproximatelyPermState()); in VerifyRequestField()
276 EXPECT_EQ(false, request_->GetApproximatelyPermState());
280 EXPECT_EQ(true, request_->GetApproximatelyPermState());
292 EXPECT_EQ(false, request_->GetApproximatelyPermState());
298 EXPECT_EQ(true, request_->GetApproximatelyPermState());
305 EXPECT_EQ(true, request_->GetApproximatelyPermState());
/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h64 bool GetApproximatelyPermState();
/ohos5.0/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp76 request->GetApproximatelyPermState(); in RequestFuzzerTest()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp306 bool Request::GetApproximatelyPermState() in GetApproximatelyPermState() function in OHOS::Location::Request
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp103 if (isStart && !request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()
122 } else if (!isStart && request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()