Home
last modified time | relevance | path

Searched refs:HandleChrEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h81 void HandleChrEvent(std::list<std::shared_ptr<Request>> requests);
/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp529 requestManager_->HandleChrEvent(requests);
544 requestManager_->HandleChrEvent(requests);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp296 HandleChrEvent(*list); in UpdateRequestRecord()
314 void RequestManager::HandleChrEvent(std::list<std::shared_ptr<Request>> requests) in HandleChrEvent() function in OHOS::Location::RequestManager