Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_data_rdb_manager.h37 static LocationErrCode SetSwitchStateToDbForUser(int modeValue, int32_t userId);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dlocation_data_rdb_manager.cpp90 LocationErrCode LocationDataRdbManager::SetSwitchStateToDbForUser(int modeValue, int32_t userId) in SetSwitchStateToDbForUser() function in OHOS::Location::LocationDataRdbManager
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp2276 if (LocationDataRdbManager::SetSwitchStateToDbForUser(modeValue, userId) != ERRCODE_SUCCESS) { in SetSwitchStateToDbForUserEvent()