/ohos5.0/base/telephony/cellular_data/services/src/ |
H A 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()
|
H A D | cellular_data_handler.cpp | 243 StateNotification::GetInstance().UpdateCellularDataConnectState( in ClearAllConnections() 703 … StateNotification::GetInstance().UpdateCellularDataConnectState(slotId_, apnState, radioTech); in EstablishDataConnection() 763 StateNotification::GetInstance().UpdateCellularDataConnectState( in EstablishDataConnectionComplete() 860 … StateNotification::GetInstance().UpdateCellularDataConnectState(slotId_, apnState, networkType); in DisconnectDataComplete()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A 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()
|
H A D | telephony_state_registry_proxy.cpp | 38 int32_t TelephonyStateRegistryProxy::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/ohos5.0/base/telephony/cellular_data/services/include/ |
H A D | state_notification.h | 26 …void UpdateCellularDataConnectState(int32_t slotId, ApnProfileState dataState, int32_t networkType…
|
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 183 void StateRegistryTest::UpdateCellularDataConnectState(int32_t slotId) in UpdateCellularDataConnectState() function in OHOS::Telephony::StateRegistryTest 188 … = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCellularDataConnectState( in UpdateCellularDataConnectState() 360 UpdateCellularDataConnectState(DEFAULT_SIM_SLOT_ID); 373 UpdateCellularDataConnectState(SIM_SLOT_ID_1); 1096 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCellularDataConnectState(invalidSl… 1097 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCellularDataConnectState(0, 0… 1117 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataConnectState(0, 0, 0… 1128 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCellularDataConnectState(0, 0, 0… 1139 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCellularDataConnectState(0, 0, 0));
|
H A D | state_registry_test.h | 185 void UpdateCellularDataConnectState(int32_t slotId);
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_telephony_state_notify.h | 33 …virtual int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkS…
|
H A D | telephony_state_registry_proxy.h | 34 int32_t UpdateCellularDataConnectState(
|
H A D | telephony_state_registry_client.h | 39 int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkState);
|
/ohos5.0/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 48 …int32_t UpdateCellularDataConnectState(int32_t slotId, int32_t dataState, int32_t networkType) ove…
|
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 359 void UpdateCellularDataConnectState(const uint8_t *data, size_t size) in UpdateCellularDataConnectState() function 436 UpdateCellularDataConnectState(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 167 int32_t ret = UpdateCellularDataConnectState(slotId, dataState, networkType); in OnUpdateCellularDataConnectState()
|
H A D | telephony_state_registry_service.cpp | 113 int32_t TelephonyStateRegistryService::UpdateCellularDataConnectState( in UpdateCellularDataConnectState() function in OHOS::Telephony::TelephonyStateRegistryService
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1149 …StateNotification::GetInstance().UpdateCellularDataConnectState(0, PROFILE_STATE_DISCONNECTING, 0);
|