Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_manager.cpp813 locationIndex.backIndex = index; in GetLocationPermissionIndex()
821 (locationIndex.backIndex != PERMISSION_NOT_REQUSET)) { in GetLocationPermissionIndex()
828 locationIndex.vagueIndex, locationIndex.accurateIndex, locationIndex.backIndex); in GetLocationPermissionIndex()
860 if (locationIndex.backIndex != PERMISSION_NOT_REQUSET) { in GetLocationPermissionState()
870 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
875 … GetSelfPermissionState(permsList, reqPermList[locationIndex.backIndex].permsState, apiVersion); in GetLocationPermissionState()
876 if (reqPermList[locationIndex.backIndex].permsState.state == DYNAMIC_OPER) { in GetLocationPermissionState()
878 reqPermList[locationIndex.backIndex].permsState.state = SETTING_OPER; in GetLocationPermissionState()
880 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/
H A Dpermission_manager.h49 uint32_t backIndex = PERMISSION_NOT_REQUSET; member