Home
last modified time | relevance | path

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

12

/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/
H A Dsetcalltransferinfo_fuzzer.cpp45 void GetVoNRState(const uint8_t *data, size_t size) in GetVoNRState() function
135 GetVoNRState(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h51 int32_t GetVoNRState(int32_t slotId, int32_t &state);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager6_gtest.cpp713 /******************************************* Test GetVoNRState() ********************************************/
716 * @tc.name input slotId 0, test GetVoNRState
728 EXPECT_EQ(CallManagerGtest::clientPtr_->GetVoNRState(SIM1_SLOTID, state), RETURN_VALUE_IS_ZERO); in HWTEST_F()
731 EXPECT_EQ(CallManagerGtest::clientPtr_->GetVoNRState(SIM2_SLOTID, state), RETURN_VALUE_IS_ZERO); in HWTEST_F()
737 * @tc.name input invalid slotId, test GetVoNRState return failed
748 EXPECT_EQ(CallManagerGtest::clientPtr_->GetVoNRState(INVALID_SLOT_ID, state), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F()
753 * @tc.name input slotId was out of count, test GetVoNRState return failed
765 EXPECT_EQ(CallManagerGtest::clientPtr_->GetVoNRState(slotId, state), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F()
770 * @tc.name test GetVoNRState without permission
780 EXPECT_EQ(CallManagerGtest::clientPtr_->GetVoNRState(SIM1_SLOTI in HWTEST_F()
[all...]
H A Dcall_manager2_gtest.cpp261 ASSERT_EQ(client->GetVoNRState(SIM1_SLOTID, value), TELEPHONY_ERR_UNINIT); in HWTEST_F()
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp229 int32_t CallSettingManager::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallSettingManager
235 return cellularCallConnectionPtr_->GetVoNRState(slotId, state); in GetVoNRState()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp306 EXPECT_NE(callManagerService->GetVoNRState(0, value), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
403 EXPECT_EQ(callManagerService->GetVoNRState(0, value), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F()
475 EXPECT_EQ(callSettingManager->GetVoNRState(SIM1_SLOTID, state), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
490 EXPECT_NE(callSettingManager->GetVoNRState(SIM1_SLOTID, state), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h415 * GetVoNRState
422 int32_t GetVoNRState(int32_t slotId, int32_t &state);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h369 int32_t GetVoNRState(int32_t slotId, int32_t &state) override;
H A Dcellular_call_interface.h357 virtual int32_t GetVoNRState(int32_t slotId, int32_t &state) = 0;
H A Dcall_manager_client.h508 int32_t GetVoNRState(int32_t slotId, int32_t &state);
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp632 int32_t CallManagerClient::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallManagerClient
635 return g_callManagerProxy->GetVoNRState(slotId, state); in GetVoNRState()
H A Dcall_manager_proxy.cpp1341 int32_t CallManagerProxy::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallManagerProxy
1352 int32_t errCode = callManagerServicePtr_->GetVoNRState(slotId, state); in GetVoNRState()
H A Dcall_manager_service_proxy.cpp1092 int32_t CallManagerServiceProxy::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallManagerServiceProxy
1103 TELEPHONY_LOGE("function GetVoNRState failed! errCode:%{public}d", error); in GetVoNRState()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h583 * GetVoNRState
590 int32_t GetVoNRState(int32_t slotId, int32_t &state) override;
663 * GetVoNRState
H A Di_call_manager_service.h100 virtual int32_t GetVoNRState(int32_t slotId, int32_t &state) = 0;
H A Dcall_manager_proxy.h107 int32_t GetVoNRState(int32_t slotId, int32_t &state);
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h95 int32_t GetVoNRState(int32_t slotId, int32_t &state);
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h450 virtual int32_t GetVoNRState(int32_t slotId, int32_t &state) override;
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h608 * GetVoNRState
615 int32_t GetVoNRState(int32_t slotId, int32_t &state) override;
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp699 int32_t CellularCallConnection::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CellularCallConnection
705 int errCode = cellularCallInterfacePtr_->GetVoNRState(slotId, state); in GetVoNRState()
707 TELEPHONY_LOGE("GetVoNRState failed, errcode:%{public}d", errCode); in GetVoNRState()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1218 int32_t CallManagerService::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallManagerService
1229 return callControlManagerPtr_->GetVoNRState(slotId, state); in GetVoNRState()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp76 * @tc.name Test for GetVoNRState function
93 int32_t ret = telephonyService->GetVoNRState(SIM1_SLOTID, result); in HWTEST_F()
98 int32_t ret = telephonyService->GetVoNRState(SIM2_SLOTID, result); in HWTEST_F()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp1317 void GetVoNRState() in GetVoNRState() function
1321 std::cout << "------GetVoNRState------" << std::endl; in GetVoNRState()
1330 ret = g_clientPtr->GetVoNRState(slotId, state); in GetVoNRState()
1581 &OHOS::Telephony::GetVoNRState; in InitImsServicePower()
1697 << "60:GetVoNRState\n" in PrintfCallMultimediaInterface()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h131 static napi_value GetVoNRState(napi_env env, napi_callback_info info);
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp1032 int32_t CallControlManager::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() function in OHOS::Telephony::CallControlManager
1040 ret = callSettingManagerPtr_->GetVoNRState(slotId, state); in GetVoNRState()

Completed in 29 milliseconds

12