Searched refs:CoreServiceInterfaceCode (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_stub.cpp | 95 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_IMEI)] = in AddHandlerDeviceToMap() 97 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_IMEISV)] = in AddHandlerDeviceToMap() 99 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_MEID)] = in AddHandlerDeviceToMap() 127 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_SPN)] = in AddHandlerSimToMap() 129 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_ICCID)] = in AddHandlerSimToMap() 133 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::GET_IMSI)] = in AddHandlerSimToMap() 171 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::UNLOCK_PIN)] = in AddHandlerSimLockToMap() 173 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::UNLOCK_PUK)] = in AddHandlerSimLockToMap() 175 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::ALTER_PIN)] = in AddHandlerSimLockToMap() 177 memberFuncMap_[uint32_t(CoreServiceInterfaceCode::CHECK_LOCK)] = in AddHandlerSimLockToMap() [all …]
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_proxy.cpp | 53 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_PS_RADIO_TECH), data, repl… in GetPsRadioTech() 136 uint32_t(CoreServiceInterfaceCode::GET_RESIDENT_NETWORK_NUMERIC), data, reply, option); in GetResidentNetworkNumeric() 219 …int32_t error = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_NETWORK_SEARCH_RESULT),… in GetNetworkSearchInformation() 477 …int32_t error = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_IMEI), data, reply, opt… in GetImei() 532 …int32_t error = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_MEID), data, reply, opt… in GetMeid() 767 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_SPN), data, reply, option); in GetSimSpn() 798 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_ICCID), data, reply, optio… in GetSimIccId() 828 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_IMSI), data, reply, option… in GetIMSI() 973 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::GET_NETWORK_SELECTION_MODE), d… in GetNetworkSelectionMode() 1634 …int32_t st = remote->SendRequest(uint32_t(CoreServiceInterfaceCode::ALTER_PIN), data, reply, optio… in AlterPin() [all …]
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service_stub.h | 149 { uint32_t(CoreServiceInterfaceCode::GET_SIGNAL_INFO_LIST), "GET_SIGNAL_INFO_LIST" }, 150 { uint32_t(CoreServiceInterfaceCode::GET_NETWORK_STATE), "GET_NETWORK_STATE" }, 151 { uint32_t(CoreServiceInterfaceCode::REG_IMS_CALLBACK), "REG_IMS_CALLBACK" }, 152 { uint32_t(CoreServiceInterfaceCode::HAS_SIM_CARD), "HAS_SIM_CARD" }, 153 { uint32_t(CoreServiceInterfaceCode::GET_MAX_SIM_COUNT), "GET_MAX_SIM_COUNT" }, 154 { uint32_t(CoreServiceInterfaceCode::GET_SIM_STATE), "GET_SIM_STATE" }, 155 { uint32_t(CoreServiceInterfaceCode::CHECK_LOCK), "CHECK_LOCK" }, 156 { uint32_t(CoreServiceInterfaceCode::UNLOCK_PIN), "UNLOCK_PIN" }, 157 { uint32_t(CoreServiceInterfaceCode::UNLOCK_PUK), "UNLOCK_PUK" }, 158 …{ uint32_t(CoreServiceInterfaceCode::GET_ACTIVE_ACCOUNT_INFO_LIST), "GET_ACTIVE_ACCOUNT_INFO_LIST"…
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_ipc_interface_code.h | 22 enum class CoreServiceInterfaceCode { enum
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_core_service.cpp | 248 uint32_t maxCode = static_cast<uint32_t>(CoreServiceInterfaceCode::FACTORY_RESET); 250 if (code == static_cast<uint32_t>(CoreServiceInterfaceCode::HAS_OPERATOR_PRIVILEGES)) { 273 uint32_t maxCode = static_cast<uint32_t>(CoreServiceInterfaceCode::FACTORY_RESET); 297 uint32_t maxCode = static_cast<uint32_t>(CoreServiceInterfaceCode::FACTORY_RESET); 299 if (code == static_cast<uint32_t>(CoreServiceInterfaceCode::HAS_OPERATOR_PRIVILEGES)) { 333 uint32_t maxCode = static_cast<uint32_t>(CoreServiceInterfaceCode::FACTORY_RESET);
|