Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/interfaces/innerkits/
H A Dcellular_data_ipc_interface_code.h32 SET_DEFAULT_SLOT_ID, enumerator
/ohos5.0/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp177 static const int32_t SET_DEFAULT_SLOT_ID = 7; variable
453 { SET_DEFAULT_SLOT_ID, &SetDefaultSlotId }, in UnitTest()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_service_stub.h82 { (uint32_t)CellularDataInterfaceCode::SET_DEFAULT_SLOT_ID,
/ohos5.0/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp297 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::SET_DEFAULT_SLOT_ID, da… in SetDefaultCellularDataSlotId()