Home
last modified time | relevance | path

Searched refs:CellularDataConnectState (Results 1 - 7 of 7) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h68 struct CellularDataConnectState : public UpdateInfo { struct
71 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState() function
H A Dupdate_contexts.h84 CellularDataConnectStateContext &operator=(const CellularDataConnectState &info) in operator =()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp94 std::unique_ptr<CellularDataConnectState> cellularDataConnectState = in OnCellularDataConnectStateUpdated()
95 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()
H A Devent_listener_handler.cpp318 HandleCallbackInfoUpdate<CellularDataConnectStateContext, CellularDataConnectState, in AddBasicHandlerToMap()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h208 struct CellularDataConnectState : public UpdateInfo { struct in OHOS::Telephony::CallState
211 CellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) in CellularDataConnectState() function
H A Dobserver_event_handler.cpp158 HandleCallbackInfoUpdate<CellularDataConnectState, in ProcessEvent()
542 std::unique_ptr<CellularDataConnectState> context( in WorkCellularDataConnectStateUpdated()
543 static_cast<CellularDataConnectState *>(work->data)); in WorkCellularDataConnectStateUpdated()
H A Dtelephony_observer_impl.cpp429 std::unique_ptr<CellularDataConnectState> cellularDataConnectState = in OnCellularDataConnectStateUpdated()
430 std::make_unique<CellularDataConnectState>(slotId, dataState, networkType); in OnCellularDataConnectStateUpdated()

Completed in 6 milliseconds