Home
last modified time | relevance | path

Searched refs:IsRequestAvailable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h92 bool IsRequestAvailable(std::shared_ptr<Request>& request);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp474 bool RequestManager::IsRequestAvailable(std::shared_ptr<Request>& request) in IsRequestAvailable() function in OHOS::Location::RequestManager
525 if (!IsRequestAvailable(request)) { in AddRequestToWorkRecord()