Home
last modified time | relevance | path

Searched refs:GetImsConfig (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/
H A Dsetcalltransferinfo_fuzzer.cpp59 void GetImsConfig(const uint8_t *data, size_t size) in GetImsConfig() function
136 GetImsConfig(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager5_gtest.cpp423 …EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsConfig(SIM1_SLOTID, ITEM_VIDEO_QUALITY), RETURN_VALU…
426 …EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsConfig(SIM2_SLOTID, ITEM_VIDEO_QUALITY), RETURN_VALU…
444 …CallManagerGtest::clientPtr_->GetImsConfig(SIM1_SLOTID, ITEM_IMS_SWITCH_STATUS), RETURN_VALUE_IS_Z…
448 …CallManagerGtest::clientPtr_->GetImsConfig(SIM2_SLOTID, ITEM_IMS_SWITCH_STATUS), RETURN_VALUE_IS_Z…
466 … EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsConfig(SIM1_SLOTID, item), RETURN_VALUE_IS_ZERO);
469 … EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsConfig(SIM2_SLOTID, item), RETURN_VALUE_IS_ZERO);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp70 …FuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_CONFIG)] = &ImsTest::GetImsConfig; in SetUp()
164 int32_t ImsTest::GetImsConfig(const sptr<CellularCallInterface> &telephonyService) const in GetImsConfig() function in OHOS::Telephony::ImsTest
171 return telephonyService->GetImsConfig(slotId, static_cast<ImsConfigItem>(item)); in GetImsConfig()
H A Dims_test.h147 int32_t GetImsConfig(const sptr<CellularCallInterface> &telephonyService) const;
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp157 int32_t CallSettingManager::GetImsConfig(int32_t slotId, ImsConfigItem item) in GetImsConfig() function in OHOS::Telephony::CallSettingManager
159 return cellularCallConnectionPtr_->GetImsConfig(item, slotId); in GetImsConfig()
/ohos5.0/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h43 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp152 void GetImsConfig(const uint8_t *data, size_t size) in GetImsConfig() function
310 GetImsConfig(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h65 int32_t GetImsConfig(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp86 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_IMS_CONFIG] = &ImsUnitTest::GetImsConfig; in InitConfigFuncMap()
464 int32_t ImsUnitTest::GetImsConfig(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetImsConfig() function in OHOS::Telephony::ImsUnitTest
470 imsCallPtr->GetImsConfig(static_cast<ImsConfigItem>(item)); in GetImsConfig()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h471 int32_t GetImsConfig(ImsConfigItem item, int32_t slotId);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h427 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item);
H A Dcellular_call_interface.h386 virtual int32_t GetImsConfig(int32_t slotId, ImsConfigItem item) = 0;
H A Dcellular_call_proxy.h398 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h249 int32_t GetImsConfig(ImsConfigItem item) override;
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp542 int32_t CallManagerClient::GetImsConfig(int32_t slotId, ImsConfigItem item) in GetImsConfig() function in OHOS::Telephony::CallManagerClient
545 return g_callManagerProxy->GetImsConfig(slotId, item); in GetImsConfig()
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h282 virtual int32_t GetImsConfig(ImsConfigItem item) = 0;
H A Dims_call_client.h331 int32_t GetImsConfig(ImsConfigItem item);
H A Dims_call_proxy.h60 int32_t GetImsConfig(ImsConfigItem item) override;
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp127 return imsCallClient->GetImsConfig(item); in GetImsConfigRequest()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp714 ASSERT_NE(callControlManager->GetImsConfig(INVALID_CALLID, item), TELEPHONY_SUCCESS);
715 ASSERT_NE(callControlManager->GetImsConfig(slotId, item), TELEPHONY_SUCCESS);
762 ASSERT_NE(callControlManager->GetImsConfig(INVALID_CALLID, item), TELEPHONY_SUCCESS);
763 ASSERT_NE(callControlManager->GetImsConfig(SIM1_SLOTID, item), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h98 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item);
H A Dcall_manager_service_proxy.h501 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item) override;
H A Di_call_manager_service.h90 virtual int32_t GetImsConfig(int32_t slotId, ImsConfigItem item) = 0;
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h150 int32_t GetImsConfig(ImsConfigItem item);
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h87 int32_t GetImsConfig(int32_t slotId, ImsConfigItem item);

123