Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dreport_manager.h57 std::mutex lastLocationMutex_; variable
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp358 std::unique_lock<std::mutex> lock(lastLocationMutex_); in UpdateLastLocation()
367 std::unique_lock<std::mutex> lock(lastLocationMutex_); in GetLastLocation()