Home
last modified time | relevance | path

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

/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dpermission_manager.cpp744 locationIndex.backIndex = index; in GetLocationPermissionIndex()
752 (locationIndex.backIndex != PERMISSION_NOT_REQUSET)) { in GetLocationPermissionIndex()
759 locationIndex.vagueIndex, locationIndex.accurateIndex, locationIndex.backIndex); in GetLocationPermissionIndex()
791 if (locationIndex.backIndex != PERMISSION_NOT_REQUSET) { in GetLocationPermissionState()
801 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
806 GetSelfPermissionState(permsList, reqPermList[locationIndex.backIndex].permsState, apiVersion); in GetLocationPermissionState()
807 if (reqPermList[locationIndex.backIndex].permsState.state == DYNAMIC_OPER) { in GetLocationPermissionState()
809 reqPermList[locationIndex.backIndex].permsState.state = SETTING_OPER; in GetLocationPermissionState()
811 reqPermList[locationIndex.backIndex].permsState.state = INVALID_OPER; in GetLocationPermissionState()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/
H A Dpermission_manager.h49 uint32_t backIndex = PERMISSION_NOT_REQUSET; member

Completed in 3 milliseconds