Home
last modified time | relevance | path

Searched refs:UpdateNetworkInfo (Results 1 - 15 of 15) sorted by relevance

/base/telephony/cellular_data/services/include/state_machine/
H A Dcellular_data_state_machine.h65 void UpdateNetworkInfo(const SetupDataCallResultInfo &dataCallInfo);
66 void UpdateNetworkInfo();
/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp207 shareStateMachine->UpdateNetworkInfo(); in ProcessLinkCapabilityChanged()
295 shareStateMachine->UpdateNetworkInfo(); in ProcessNrStateChanged()
308 shareStateMachine->UpdateNetworkInfo(); in ProcessNrFrequencyChanged()
H A Ddefault.cpp138 shareStateMachine->UpdateNetworkInfo(); in ProcessUpdateNetworkInfo()
H A Dcellular_data_state_machine.cpp317 void CellularDataStateMachine::UpdateNetworkInfo(const SetupDataCallResultInfo &dataCallInfo) in UpdateNetworkInfo() function in OHOS::Telephony::CellularDataStateMachine
363 void CellularDataStateMachine::UpdateNetworkInfo() in UpdateNetworkInfo() function in OHOS::Telephony::CellularDataStateMachine
/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h61 bool UpdateNetworkInfo();
H A Ddata_connection_manager.h93 void UpdateNetworkInfo(const AppExecFwk::InnerEvent::Pointer &event);
H A Dcellular_data_handler.h83 bool UpdateNetworkInfo();
/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp371 bool ret = handler_->UpdateNetworkInfo(); in OnAddSystemAbility()
372 TELEPHONY_LOGI("UpdateNetworkInfo result = %{public}d", ret); in OnAddSystemAbility()
486 bool CellularDataController::UpdateNetworkInfo() in UpdateNetworkInfo() function in OHOS::Telephony::CellularDataController
492 return cellularDataHandler_->UpdateNetworkInfo(); in UpdateNetworkInfo()
H A Ddata_connection_manager.cpp215 UpdateNetworkInfo(event); in RadioDataCallListChanged()
261 void CcmDefaultState::UpdateNetworkInfo(const AppExecFwk::InnerEvent::Pointer &event) in UpdateNetworkInfo() function in OHOS::Telephony::CcmDefaultState
H A Dcellular_data_handler.cpp808 stateMachine->UpdateNetworkInfo(*resultInfo); in EstablishDataConnectionComplete()
936 stateMachine->UpdateNetworkInfo(*netInfo); in DisconnectDataComplete()
2382 stateMachine->UpdateNetworkInfo(*netInfo); in HandleUpdateNetInfo()
2414 bool CellularDataHandler::UpdateNetworkInfo() in UpdateNetworkInfo() function in OHOS::Telephony::CellularDataHandler
H A Dcellular_data_service.cpp802 bool result = cellularDataController->UpdateNetworkInfo(); in CorrectNetSupplierNoAvailable()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp1543 cellularMachine->UpdateNetworkInfo(dataCallInfo); in HWTEST_F()
1564 cellularMachine->UpdateNetworkInfo(dataCallInfo); in HWTEST_F()
1582 cellularMachine->UpdateNetworkInfo(dataCallInfo); in HWTEST_F()
1598 cellularMachine->UpdateNetworkInfo(); in HWTEST_F()
1614 cellularMachine->UpdateNetworkInfo(); in HWTEST_F()
H A Dcellular_data_handler_test.cpp881 EXPECT_FALSE(cellularDataHandler->UpdateNetworkInfo()); in HWTEST_F()
897 EXPECT_TRUE(cellularDataHandler->UpdateNetworkInfo()); in HWTEST_F()
H A Dcellular_data_test.cpp1973 * @tc.name Test the Controller UpdateNetworkInfo function
1980 ASSERT_FALSE(controller->UpdateNetworkInfo()); in HWTEST_F()
1985 * @tc.name Test the Controller UpdateNetworkInfo function
1998 ASSERT_TRUE(controller->UpdateNetworkInfo()); in HWTEST_F()
H A Dzero_branch_test.cpp1044 ccmDefaultState.UpdateNetworkInfo(event); in HWTEST_F()
1095 ccmDefaultState.UpdateNetworkInfo(event); in HWTEST_F()

Completed in 23 milliseconds