/base/telephony/call_manager/test/fuzztest/setcalltransferinfo_fuzzer/ |
H A D | setcalltransferinfo_fuzzer.cpp | 76 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 D | call_manager5_gtest.cpp | 542 /*********************************** 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 D | call_setting_manager.h | 45 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 72 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 D | call_setting_manager.cpp | 175 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 D | ims_unit_test.h | 67 int32_t GetImsFeatureValue(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 88 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 D | cellular_call_connection.h | 490 int32_t GetImsFeatureValue(FeatureType type, int32_t slotId);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 294 * @brief IMS GetImsFeatureValue interface
300 virtual int32_t GetImsFeatureValue(FeatureType type, int32_t &value) = 0;
|
H A D | ims_call_client.h | 343 * @brief IMS GetImsFeatureValue interface
349 int32_t GetImsFeatureValue(FeatureType type, int32_t &value);
|
H A D | ims_call_proxy.h | 62 int32_t GetImsFeatureValue(FeatureType type, int32_t &value) override;
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | config_request.cpp | 147 return imsCallClient->GetImsFeatureValue(type, value); in GetImsFeatureValueRequest()
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 261 * IMS GetImsFeatureValue interface 267 int32_t GetImsFeatureValue(FeatureType type, int32_t &value) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 417 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
|
H A D | cellular_call_interface.h | 405 virtual int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) = 0;
|
H A D | call_manager_client.h | 446 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
|
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
H A D | setimsfeaturevalue_fuzzer.cpp | 189 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 D | call_manager_client.cpp | 562 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 D | call_manager_service_proxy.h | 514 * GetImsFeatureValue 521 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
|
H A D | i_call_manager_service.h | 93 virtual int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) = 0;
|
H A D | call_manager_proxy.h | 100 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 89 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type);
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 488 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_config.h | 167 int32_t GetImsFeatureValue(FeatureType type);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 539 * GetImsFeatureValue 546 int32_t GetImsFeatureValue(int32_t slotId, FeatureType type) override;
|