Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_subscriber.cpp377 bool cellularNetConnected = eventData.GetCode() == NET_CONN_STATE_CONNECTED; in OnReceiveEvent() local
378 …isCellularNetConnected_ = netType == BEARER_CELLULAR ? cellularNetConnected : isCellularNetConnect… in OnReceiveEvent()