Home
last modified time | relevance | path

Searched refs:DisableImsSwitch (Results 1 - 25 of 25) sorted by relevance

/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h48 int32_t DisableImsSwitch(int32_t slotId);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager6_gtest.cpp495 /******************************************* Test DisableImsSwitch() ********************************************/
498 * @tc.name input slotId 0, test DisableImsSwitch
509 EXPECT_EQ(CallManagerGtest::clientPtr_->DisableImsSwitch(SIM1_SLOTID), RETURN_VALUE_IS_ZERO); in HWTEST_F()
512 EXPECT_EQ(CallManagerGtest::clientPtr_->DisableImsSwitch(SIM2_SLOTID), RETURN_VALUE_IS_ZERO); in HWTEST_F()
518 * @tc.name input invalid slotId, test DisableImsSwitch return failed
528 EXPECT_EQ(CallManagerGtest::clientPtr_->DisableImsSwitch(INVALID_SLOT_ID), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F()
533 * @tc.name input slotId was out of count, test DisableImsSwitch return failed
544 EXPECT_EQ(CallManagerGtest::clientPtr_->DisableImsSwitch(slotId), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F()
H A Dcall_manager_connect.cpp543 int32_t CallManagerConnect::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallManagerConnect
546 return callManagerServicePtr_->DisableImsSwitch(slotId); in DisableImsSwitch()
H A Dcall_manager2_gtest.cpp258 ASSERT_EQ(client->DisableImsSwitch(SIM1_SLOTID), TELEPHONY_ERR_UNINIT); in HWTEST_F()
H A Dcall_manager7_gtest.cpp258 ASSERT_NE(callManagerService->DisableImsSwitch(false), TELEPHONY_SUCCESS); in HWTEST_F()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h481 int32_t DisableImsSwitch(int32_t slotId);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp303 EXPECT_NE(callManagerService->DisableImsSwitch(false), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
400 EXPECT_EQ(callManagerService->DisableImsSwitch(false), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F()
470 EXPECT_EQ(callSettingManager->DisableImsSwitch(SIM1_SLOTID), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dzero_branch3_test.cpp724 ASSERT_NE(callControlManager->DisableImsSwitch(INVALID_CALLID), TELEPHONY_SUCCESS); in HWTEST_F()
725 ASSERT_NE(callControlManager->DisableImsSwitch(slotId), TELEPHONY_SUCCESS); in HWTEST_F()
772 ASSERT_NE(callControlManager->DisableImsSwitch(INVALID_CALLID), TELEPHONY_SUCCESS); in HWTEST_F()
773 ASSERT_NE(callControlManager->DisableImsSwitch(SIM1_SLOTID), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dzero_branch4_test.cpp556 ASSERT_NE(callSettingManager->DisableImsSwitch(SIM1_SLOTID), TELEPHONY_SUCCESS); in HWTEST_F()
761 callManagerClient->DisableImsSwitch(0); in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp602 int32_t CallManagerClient::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallManagerClient
605 return g_callManagerProxy->DisableImsSwitch(slotId); in DisableImsSwitch()
H A Dcall_manager_proxy.cpp1284 int32_t CallManagerProxy::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallManagerProxy
1295 int32_t errCode = callManagerServicePtr_->DisableImsSwitch(slotId); in DisableImsSwitch()
H A Dcall_manager_service_proxy.cpp1039 int32_t CallManagerServiceProxy::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallManagerServiceProxy
1050 TELEPHONY_LOGE("function DisableImsSwitch failed! errCode:%{public}d", error); in DisableImsSwitch()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h554 * DisableImsSwitch
560 int32_t DisableImsSwitch(int32_t slotId) override;
H A Di_call_manager_service.h97 virtual int32_t DisableImsSwitch(int32_t slotId) = 0;
H A Dcall_manager_proxy.h104 int32_t DisableImsSwitch(int32_t slotId);
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h92 int32_t DisableImsSwitch(int32_t slotId);
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h579 * DisableImsSwitch
585 int32_t DisableImsSwitch(int32_t slotId) override;
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp202 int32_t CallSettingManager::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallSettingManager
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h494 int32_t DisableImsSwitch(int32_t slotId);
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1168 int32_t CallManagerService::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallManagerService
1179 return callControlManagerPtr_->DisableImsSwitch(slotId); in DisableImsSwitch()
H A Dcall_manager_service_stub.cpp1118 result = DisableImsSwitch(slotId); in OnDisableVoLte()
1120 TELEPHONY_LOGE("DisableImsSwitch fail to write parcel"); in OnDisableVoLte()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp1265 void DisableImsSwitch() in DisableImsSwitch() function
1269 std::cout << "------DisableImsSwitch------" << std::endl; in DisableImsSwitch()
1277 ret = g_clientPtr->DisableImsSwitch(slotId); in DisableImsSwitch()
1575 &OHOS::Telephony::DisableImsSwitch; in InitImsServicePower()
1691 << "47:DisableImsSwitch\n" in PrintfCallMultimediaInterface()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h127 static napi_value DisableImsSwitch(napi_env env, napi_callback_info info);
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp987 int32_t CallControlManager::DisableImsSwitch(int32_t slotId) in DisableImsSwitch() function in OHOS::Telephony::CallControlManager
991 TELEPHONY_LOGE("DisableImsSwitch failed!"); in DisableImsSwitch()
995 return callSettingManagerPtr_->DisableImsSwitch(slotId); in DisableImsSwitch()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp107 DECLARE_NAPI_FUNCTION("disableImsSwitch", DisableImsSwitch), in DeclareCallSupplementInterface()
1887 napi_value NapiCallManager::DisableImsSwitch(napi_env env, napi_callback_info info) in DisableImsSwitch() function in OHOS::Telephony::NapiCallManager
1891 TELEPHONY_LOGE("NapiCallManager::DisableImsSwitch MatchOneNumberParameter failed."); in DisableImsSwitch()
1897 TELEPHONY_LOGE("NapiCallManager::DisableImsSwitch asyncContext is nullptr."); in DisableImsSwitch()
1907 env, asyncContext.release(), "DisableImsSwitch", NativeDisableImsSwitch, NativeVoidCallBackWithErrorCode); in DisableImsSwitch()
4331 DelayedSingleton<CallManagerClient>::GetInstance()->DisableImsSwitch(asyncContext->slotId); in NativeDisableImsSwitch()

Completed in 40 milliseconds