Home
last modified time | relevance | path

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

123

/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/
H A Dsetcalltransferinfo_fuzzer.cpp76 void GetImsFeatureValue(const uint8_t *data, size_t size) in GetImsFeatureValue() function
137 GetImsFeatureValue(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager5_gtest.cpp542 /*********************************** Test GetImsFeatureValue() ****************************************/
557 CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM1_SLOTID, TYPE_VOICE_OVER_LTE), RETURN_VALUE_IS_ZERO); in HWTEST_F()
561 CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM2_SLOTID, TYPE_VOICE_OVER_LTE), RETURN_VALUE_IS_ZERO); in HWTEST_F()
579 CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM1_SLOTID, TYPE_VIDEO_OVER_LTE), RETURN_VALUE_IS_ZERO); in HWTEST_F()
583 CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM2_SLOTID, TYPE_VIDEO_OVER_LTE), RETURN_VALUE_IS_ZERO); in HWTEST_F()
600 EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM1_SLOTID, TYPE_SS_OVER_UT), in HWTEST_F()
604 EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM2_SLOTID, TYPE_SS_OVER_UT), in HWTEST_F()
623 EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM1_SLOTID, type), RETURN_VALUE_IS_ZERO); in HWTEST_F()
626 EXPECT_EQ(CallManagerGtest::clientPtr_->GetImsFeatureValue(SIM2_SLOTID, type), RETURN_VALUE_IS_ZERO); in HWTEST_F()
/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h45 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp72 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_FEATURE)] = &ImsTest::GetImsFeatureValue; in SetUp()
187 int32_t ImsTest::GetImsFeatureValue(const sptr<CellularCallInterface> &telephonyService) const in GetImsFeatureValue() function in OHOS::Telephony::ImsTest
189 std::cout << "test GetImsFeatureValue entry." << std::endl; in GetImsFeatureValue()
194 return telephonyService->GetImsFeatureValue(slotId, static_cast<FeatureType>(type)); in GetImsFeatureValue()
342 "308:GetImsFeatureValue\n" in InputNumForInterface()
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp175 int32_t CallSettingManager::GetImsFeatureValue(int32_t slotId, FeatureType type) in GetImsFeatureValue() function in OHOS::Telephony::CallSettingManager
181 return cellularCallConnectionPtr_->GetImsFeatureValue(type, slotId); in GetImsFeatureValue()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h67 int32_t GetImsFeatureValue(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp88 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_IMS_FEATURE] = &ImsUnitTest::GetImsFeatureValue; in InitConfigFuncMap()
487 int32_t ImsUnitTest::GetImsFeatureValue(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetImsFeatureValue() function in OHOS::Telephony::ImsUnitTest
489 std::cout << "test GetImsFeatureValue entry." << std::endl; in GetImsFeatureValue()
494 imsCallPtr->GetImsFeatureValue(static_cast<FeatureType>(type), value); in GetImsFeatureValue()
495 std::cout << "test GetImsFeatureValue value:" << value; in GetImsFeatureValue()
724 "206:GetImsConfig\n207:SetImsFeatureValue\n208:GetImsFeatureValue\n" in ImsCallTest()
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h490 int32_t GetImsFeatureValue(FeatureType type, int32_t slotId);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h294 * @brief IMS GetImsFeatureValue interface
300 virtual int32_t GetImsFeatureValue(FeatureType type, int32_t &value) = 0;
H A Dims_call_client.h343 * @brief IMS GetImsFeatureValue interface
349 int32_t GetImsFeatureValue(FeatureType type, int32_t &value);
H A Dims_call_proxy.h62 int32_t GetImsFeatureValue(FeatureType type, int32_t &value) override;
/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp147 return imsCallClient->GetImsFeatureValue(type, value); in GetImsFeatureValueRequest()
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h261 * IMS GetImsFeatureValue interface
267 int32_t GetImsFeatureValue(FeatureType type, int32_t &value) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h417 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
H A Dcellular_call_interface.h405 virtual int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) = 0;
H A Dcall_manager_client.h446 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp189 void GetImsFeatureValue(const uint8_t *data, size_t size) in GetImsFeatureValue() function
312 GetImsFeatureValue(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp562 int32_t CallManagerClient::GetImsFeatureValue(int32_t slotId, FeatureType type) in GetImsFeatureValue() function in OHOS::Telephony::CallManagerClient
565 return g_callManagerProxy->GetImsFeatureValue(slotId, type); in GetImsFeatureValue()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h514 * GetImsFeatureValue
521 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
H A Di_call_manager_service.h93 virtual int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) = 0;
H A Dcall_manager_proxy.h100 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h89 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h488 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h167 int32_t GetImsFeatureValue(FeatureType type);
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h539 * GetImsFeatureValue
546 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;

Completed in 19 milliseconds

123