Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/interfaces/innerkits/
H A Dcellular_data_ipc_interface_code.h23 IS_CELLULAR_DATA_ENABLED = 0, enumerator
/ohos5.0/base/telephony/cellular_data/services/include/
H A Dcellular_data_service_stub.h66 { (uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED,
115 … { uint32_t(CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED), "IS_CELLULAR_DATA_ENABLED" },
/ohos5.0/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp37 … error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED, data, in IsCellularDataEnabled()