Home
last modified time | relevance | path

Searched refs:UNLOCK_PUK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_ipc_interface_code.h47 UNLOCK_PUK, enumerator
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_stub.h157 { uint32_t(CoreServiceInterfaceCode::UNLOCK_PUK), "UNLOCK_PUK" },
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp173 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::UNLOCK_PUK)] = in AddHandlerSimLockToMap()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_proxy.cpp1601 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::UNLOCK_PUK), data, reply, opti… in UnlockPuk()