Home
last modified time | relevance | path

Searched refs:GetIsRequesting (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h48 bool GetIsRequesting();
/ohos5.0/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp85 request->GetIsRequesting(); in RequestFuzzerTest()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp166 bool Request::GetIsRequesting() in GetIsRequesting() function in OHOS::Location::Request
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp127 … request == nullptr || request->GetRequestConfig() == nullptr || !request->GetIsRequesting()) { in ProcessRequestForReport()
H A Drequest_manager.cpp476 if (!request->GetIsRequesting()) { in IsRequestAvailable()
/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp117 EXPECT_EQ(false, request->GetIsRequesting()); in VerifyRequestField()