Home
last modified time | relevance | path

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

/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.h170 int32_t EstablishAllApnsIfConnectable(int32_t slotId);
H A Dcellular_data_client.cpp404 int32_t CellularDataClient::EstablishAllApnsIfConnectable(int32_t slotId) in EstablishAllApnsIfConnectable() function in OHOS::Telephony::CellularDataClient
411 return proxy->EstablishAllApnsIfConnectable(slotId); in EstablishAllApnsIfConnectable()
H A Dcellular_data_service_proxy.cpp568 int32_t CellularDataServiceProxy::EstablishAllApnsIfConnectable(int32_t slotId) in EstablishAllApnsIfConnectable() function in OHOS::Telephony::CellularDataServiceProxy
583 TELEPHONY_LOGE("EstablishAllApnsIfConnectable fail! errCode: %{public}d", error); in EstablishAllApnsIfConnectable()
/base/telephony/cellular_data/interfaces/innerkits/
H A Di_cellular_data_manager.h154 virtual int32_t EstablishAllApnsIfConnectable(int32_t slotId) = 0;
H A Dcellular_data_client.h211 int32_t EstablishAllApnsIfConnectable(int32_t slotId);
/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h57 bool EstablishAllApnsIfConnectable() const;
H A Dcellular_data_service.h88 int32_t EstablishAllApnsIfConnectable(int32_t slotId) override;
H A Dcellular_data_handler.h61 void EstablishAllApnsIfConnectable();
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp251 EstablishAllApnsIfConnectable(); in SetCellularDataRoamingEnabled()
375 EstablishAllApnsIfConnectable(); in RadioPsConnectionAttached()
413 EstablishAllApnsIfConnectable(); in RoamingStateOn()
434 EstablishAllApnsIfConnectable(); in RoamingStateOff()
454 EstablishAllApnsIfConnectable(); in PsRadioEmergencyStateClose()
458 void CellularDataHandler::EstablishAllApnsIfConnectable() in EstablishAllApnsIfConnectable() function in OHOS::Telephony::CellularDataHandler
1347 TELEPHONY_LOGI("Slot%{public}d: HandleVoiceCallChanged EstablishAllApnsIfConnectable", slotId_); in HandleVoiceCallChanged()
1348 EstablishAllApnsIfConnectable(); in HandleVoiceCallChanged()
1367 EstablishAllApnsIfConnectable(); in HandleDefaultDataSubscriptionChanged()
1396 EstablishAllApnsIfConnectable(); in HandleSimStateChanged()
[all...]
H A Dcellular_data_controller.cpp464 bool CellularDataController::EstablishAllApnsIfConnectable() const in EstablishAllApnsIfConnectable() function in OHOS::Telephony::CellularDataController
470 TELEPHONY_LOGI("EstablishAllApnsIfConnectable slot%{public}d", slotId_); in EstablishAllApnsIfConnectable()
471 cellularDataHandler_->EstablishAllApnsIfConnectable(); in EstablishAllApnsIfConnectable()
H A Dcellular_data_service.cpp716 int32_t CellularDataService::EstablishAllApnsIfConnectable(const int32_t slotId) in EstablishAllApnsIfConnectable() function in OHOS::Telephony::CellularDataService
740 bool result = cellularDataController->EstablishAllApnsIfConnectable(); in EstablishAllApnsIfConnectable()
H A Dcellular_data_service_stub.cpp395 int32_t result = EstablishAllApnsIfConnectable(slotId); in OnEstablishAllApnsIfConnectable()
/base/telephony/cellular_data/test/
H A Dcellular_data_client_test.cpp177 int32_t result = CellularDataClient::GetInstance().EstablishAllApnsIfConnectable(0); in HWTEST_F()
H A Dcellular_data_service_test.cpp309 EXPECT_EQ(service->EstablishAllApnsIfConnectable(slotId), TELEPHONY_ERR_PERMISSION_ERR); in HWTEST_F()
H A Dzero_branch_test.cpp175 cellularDataHandler.EstablishAllApnsIfConnectable(); in HWTEST_F()
263 cellularDataHandler.EstablishAllApnsIfConnectable(); in HWTEST_F()
269 cellularDataHandler.EstablishAllApnsIfConnectable(); in HWTEST_F()
328 controller.cellularDataHandler_->EstablishAllApnsIfConnectable(); in HWTEST_F()
915 ASSERT_FALSE(controller.EstablishAllApnsIfConnectable()); in HWTEST_F()
968 ASSERT_TRUE(controller.EstablishAllApnsIfConnectable()); in HWTEST_F()

Completed in 15 milliseconds