Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_permission.h79 static constexpr const char *CELL_LOCATION = "ohos.permission.LOCATION"; variable
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1422 if (!TelephonyPermission::CheckPermission(Permission::CELL_LOCATION)) { in GetCellInfoList()
1438 if (!TelephonyPermission::CheckPermission(Permission::CELL_LOCATION)) { in SendUpdateCellLocationRequest()
1599 if (!TelephonyPermission::CheckPermission(Permission::CELL_LOCATION)) { in GetNrSsbIdInfo()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp294 !TelephonyPermission::CheckPermission(Permission::CELL_LOCATION)) { in UpdateCellInfo()
522 if (!TelephonyPermission::CheckPermission(Permission::CELL_LOCATION)) { in CheckPermission()