Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_data_rdb_manager.h34 static LocationErrCode GetSwitchStateFromDbForUser(int32_t& state, int32_t userId);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_manager.cpp97 LocationErrCode LocationDataRdbManager::GetSwitchStateFromDbForUser(int32_t& state, int32_t userId) in GetSwitchStateFromDbForUser() function in OHOS::Location::LocationDataRdbManager
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp646 auto ret = LocationDataRdbManager::GetSwitchStateFromDbForUser(state, userId); in IsLocationEnabledForUser()