Searched refs:GetApproximatelyPermState (Results 1 – 5 of 5) sorted by relevance
121 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());
64 bool GetApproximatelyPermState();
76 request->GetApproximatelyPermState(); in RequestFuzzerTest()
306 bool Request::GetApproximatelyPermState() in GetApproximatelyPermState() function in OHOS::Location::Request
103 if (isStart && !request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()122 } else if (!isStart && request->GetApproximatelyPermState()) { in UpdateUsingApproximatelyPermission()