Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/src/
Dstate_notification.cpp30 void StateNotification::UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, i… in UpdateCellularDataConnectState() function in OHOS::Telephony::StateNotification
36 …TelephonyStateRegistryClient::GetInstance().UpdateCellularDataConnectState(slotId, wrapState, netw… in UpdateCellularDataConnectState()
Dcellular_data_handler.cpp224 StateNotification::GetInstance().UpdateCellularDataConnectState( in ClearAllConnections()
639 …StateNotification::GetInstance().UpdateCellularDataConnectState(slotId_, PROFILE_STATE_CONNECTING,… in EstablishDataConnection()
693 StateNotification::GetInstance().UpdateCellularDataConnectState( in EstablishDataConnectionComplete()
722 …StateNotification::GetInstance().UpdateCellularDataConnectState(slotId_, PROFILE_STATE_IDLE, netwo… in DisconnectDataComplete()
/base/telephony/cellular_data/services/include/
Dstate_notification.h26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp82 int32_t TelephonyStateRegistryClient::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryClient
90 return proxy->UpdateCellularDataConnectState(slotId, dataState, networkState); in UpdateCellularDataConnectState()
Dtelephony_state_registry_proxy.cpp37 int32_t TelephonyStateRegistryProxy::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h33 …virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkS…
Dtelephony_state_registry_proxy.h34 int32_t UpdateCellularDataConnectState(
Dtelephony_state_registry_client.h39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h185 void UpdateCellularDataConnectState(int32_t slotId);
Dstate_registry_test.cpp172 void StateRegistryTest::UpdateCellularDataConnectState(int32_t slotId) in UpdateCellularDataConnectState() function in OHOS::Telephony::StateRegistryTest
177 … = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataConnectState( in UpdateCellularDataConnectState()
348 UpdateCellularDataConnectState(DEFAULT_SIM_SLOT_ID);
361 UpdateCellularDataConnectState(SIM_SLOT_ID_1);
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h48 …int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) ove…
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp343 void UpdateCellularDataConnectState(const uint8_t *data, size_t size) in UpdateCellularDataConnectState() function
418 UpdateCellularDataConnectState(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp115 int32_t ret = UpdateCellularDataConnectState(slotId, dataState, networkType); in OnUpdateCellularDataConnectState()
Dtelephony_state_registry_service.cpp107 int32_t TelephonyStateRegistryService::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp572 …StateNotification::GetInstance().UpdateCellularDataConnectState(0, PROFILE_STATE_DISCONNECTING, 0);