Searched refs:ChangeConnectionForDsds (Results 1 - 10 of 10) sorted by relevance
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_controller.h | 55 bool ChangeConnectionForDsds(bool enable) const;
|
H A D | cellular_data_service.h | 70 int32_t ChangeConnectionForDsds(const int32_t slotId, bool enable);
|
H A D | cellular_data_handler.h | 64 bool ChangeConnectionForDsds(bool enable);
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_service_test.cpp | 97 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 D | cellular_data_handler_branch_test.cpp | 489 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 D | zero_branch_test.cpp | 265 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 D | cellular_data_handler_test.cpp | 771 cellularDataHandler->ChangeConnectionForDsds(true); in HWTEST_F()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_controller.cpp | 338 bool CellularDataController::ChangeConnectionForDsds(bool enable) const in ChangeConnectionForDsds() function in OHOS::Telephony::CellularDataController 344 cellularDataHandler_->ChangeConnectionForDsds(enable); in ChangeConnectionForDsds()
|
H A D | cellular_data_service.cpp | 630 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 D | cellular_data_handler.cpp | 498 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