| /base/telephony/cellular_data/services/src/ |
| D | state_notification.cpp | 30 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()
|
| D | cellular_data_handler.cpp | 224 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/ |
| D | state_notification.h | 26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | telephony_state_registry_client.cpp | 82 int32_t TelephonyStateRegistryClient::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryClient 90 return proxy->UpdateCellularDataConnectState(slotId, dataState, networkState); in UpdateCellularDataConnectState()
|
| D | telephony_state_registry_proxy.cpp | 37 int32_t TelephonyStateRegistryProxy::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_telephony_state_notify.h | 33 …virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkS…
|
| D | telephony_state_registry_proxy.h | 34 int32_t UpdateCellularDataConnectState(
|
| D | telephony_state_registry_client.h | 39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_test.h | 185 void UpdateCellularDataConnectState(int32_t slotId);
|
| D | state_registry_test.cpp | 172 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/ |
| D | telephony_state_registry_service.h | 48 …int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) ove…
|
| /base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
| D | telephonystateregistry_fuzzer.cpp | 343 void UpdateCellularDataConnectState(const uint8_t *data, size_t size) in UpdateCellularDataConnectState() function 418 UpdateCellularDataConnectState(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/state_registry/services/src/ |
| D | telephony_state_registry_stub.cpp | 115 int32_t ret = UpdateCellularDataConnectState(slotId, dataState, networkType); in OnUpdateCellularDataConnectState()
|
| D | telephony_state_registry_service.cpp | 107 int32_t TelephonyStateRegistryService::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryService
|
| /base/telephony/cellular_data/test/ |
| D | zero_branch_test.cpp | 572 …StateNotification::GetInstance().UpdateCellularDataConnectState(0, PROFILE_STATE_DISCONNECTING, 0);
|