Searched refs:CellularDataInterfaceCode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_service_stub.h | 68 { (uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, 74 { (uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, 76 { (uint32_t)CellularDataInterfaceCode::APN_DATA_CHANGED, 78 { (uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SLOT_ID, 80 { (uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SIM_ID, 82 { (uint32_t)CellularDataInterfaceCode::SET_DEFAULT_SLOT_ID, 84 { (uint32_t)CellularDataInterfaceCode::GET_FLOW_TYPE_ID, 86 { (uint32_t)CellularDataInterfaceCode::HAS_CAPABILITY, 88 { (uint32_t)CellularDataInterfaceCode::CLEAR_ALL_CONNECTIONS, 102 { (uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, [all …]
|
/ohos5.0/base/telephony/cellular_data/frameworks/native/ |
H A D | cellular_data_service_proxy.cpp | 37 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLE… in IsCellularDataEnabled() 62 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, d… in EnableCellularData() 104 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_INTELLIGENCE_SWI… in EnableIntelligenceSwitch() 124 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_STATE… in GetCellularDataState() 166 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, dat… in GetDataRecoveryState() 187 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_DATA_ROAMING_ENABLED… in IsCellularDataRoamingEnabled() 213 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, da… in EnableCellularDataRoaming() 253 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SLOT_ID, da… in GetDefaultCellularDataSlotId() 297 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::SET_DEFAULT_SLOT_ID, da… in SetDefaultCellularDataSlotId() 358 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::CLEAR_ALL_CONNECTIONS, … in ClearCellularDataConnections() [all …]
|
/ohos5.0/base/telephony/cellular_data/interfaces/innerkits/ |
H A D | cellular_data_ipc_interface_code.h | 22 enum class CellularDataInterfaceCode { enum
|