Home
last modified time | relevance | path

Searched refs:ChangeConnectionForDsds (Results 1 - 10 of 10) sorted by relevance

/base/telephony/cellular_data/services/include/
H A Dcellular_data_controller.h55 bool ChangeConnectionForDsds(bool enable) const;
H A Dcellular_data_service.h70 int32_t ChangeConnectionForDsds(const int32_t slotId, bool enable);
H A Dcellular_data_handler.h64 bool ChangeConnectionForDsds(bool enable);
/base/telephony/cellular_data/test/
H A Dcellular_data_service_test.cpp97 ASSERT_EQ(TELEPHONY_ERR_SUCCESS, service->ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, false)); in HWTEST_F()
98 ASSERT_EQ(TELEPHONY_ERR_SUCCESS, service->ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, true)); in HWTEST_F()
H A Dcellular_data_handler_branch_test.cpp489 HWTEST_F(CellularDataHandlerBranchTest, ChangeConnectionForDsds, Function | MediumTest | Level3) in HWTEST_F()
497 cellularDataHandler->ChangeConnectionForDsds(false); in HWTEST_F()
498 ASSERT_TRUE(cellularDataHandler->ChangeConnectionForDsds(false)); in HWTEST_F()
499 ASSERT_TRUE(cellularDataHandler->ChangeConnectionForDsds(true)); in HWTEST_F()
H A Dzero_branch_test.cpp265 cellularDataHandler.ChangeConnectionForDsds(false); in HWTEST_F()
266 cellularDataHandler.ChangeConnectionForDsds(true); in HWTEST_F()
689 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(INVALID_SLOTID, false)); in HWTEST_F()
690 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, false)); in HWTEST_F()
691 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, true)); in HWTEST_F()
734 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(INVALID_SLOTID, false)); in HWTEST_F()
787 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(INVALID_SLOTID, false)); in HWTEST_F()
788 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, false)); in HWTEST_F()
789 ASSERT_NE(TELEPHONY_ERR_SUCCESS, service.ChangeConnectionForDsds(DEFAULT_SIM_SLOT_ID, true)); in HWTEST_F()
913 ASSERT_FALSE(controller.ChangeConnectionForDsds(fals in HWTEST_F()
[all...]
H A Dcellular_data_handler_test.cpp771 cellularDataHandler->ChangeConnectionForDsds(true); in HWTEST_F()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_controller.cpp338 bool CellularDataController::ChangeConnectionForDsds(bool enable) const in ChangeConnectionForDsds() function in OHOS::Telephony::CellularDataController
344 cellularDataHandler_->ChangeConnectionForDsds(enable); in ChangeConnectionForDsds()
H A Dcellular_data_service.cpp630 int32_t CellularDataService::ChangeConnectionForDsds(const int32_t slotId, bool enable) in ChangeConnectionForDsds() function in OHOS::Telephony::CellularDataService
637 bool result = cellularDataController->ChangeConnectionForDsds(enable); in ChangeConnectionForDsds()
H A Dcellular_data_handler.cpp498 DelayedRefSingleton<CellularDataService>::GetInstance().ChangeConnectionForDsds(defSlotId, !dataPermittedForMms); in SetDataPermittedForMms()
1622 DelayedRefSingleton<CellularDataService>::GetInstance().ChangeConnectionForDsds(i, true); in HandleDsdsModeChanged()
1873 bool CellularDataHandler::ChangeConnectionForDsds(bool enable) in ChangeConnectionForDsds() function in OHOS::Telephony::CellularDataHandler

Completed in 13 milliseconds