Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocator_background_proxy.h104 int32_t curUserId_ = 0; variable
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp45 CommonUtils::GetCurrentUserId(curUserId_); in LocatorBackgroundProxy()
46 requestsMap_->insert(make_pair(curUserId_, requestsList_)); in LocatorBackgroundProxy()
303 curUserId_ = userId; in UpdateListOnUserSwitch()
/base/location/test/location_locator/source/
Dlocator_background_proxy_test.cpp308 EXPECT_EQ(userId, locatorBackgroundProxy->curUserId_);