Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp36 isUsingBackgroundPerm_ = false; in Request()
55 isUsingBackgroundPerm_ = false; in Request()
303 return isUsingBackgroundPerm_; in GetBackgroundPermState()
318 isUsingBackgroundPerm_ = state; in SetBackgroundPermState()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h93 bool isUsingBackgroundPerm_; variable