Home
last modified time | relevance | path

Searched refs:SetImsSwitchStatus (Results 1 – 25 of 29) sorted by relevance

12

/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h141 int32_t SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
211 ret = telephonyService->SetImsSwitchStatus(slotId, true); in TestDialCallByIms()
Dims_test.cpp67 &ImsTest::SetImsSwitchStatus; in SetUp()
119 int32_t ImsTest::SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const in SetImsSwitchStatus() function in OHOS::Telephony::ImsTest
128 return telephonyService->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp200 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, true); in EnableImsSwitch()
209 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, false); in DisableImsSwitch()
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
Dsetimsfeaturevalue_fuzzer.cpp90 void SetImsSwitchStatus(const uint8_t *data, size_t size) in SetImsSwitchStatus() function
288 SetImsSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h378 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h61 int32_t SetImsSwitchStatus(const sptr<ImsCallInterface> &imsCallSerivce) const;
Dims_unit_test.cpp82 …equestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_SWITCH_STATUS] = &ImsUnitTest::SetImsSwitchStatus; in InitConfigFuncMap()
415 int32_t ImsUnitTest::SetImsSwitchStatus(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetImsSwitchStatus() function in OHOS::Telephony::ImsUnitTest
424 imsCallPtr->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h169 ret = telephonyService->SetImsSwitchStatus(slotId, false); in TestDialCallByCs()
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h320 virtual int32_t SetImsSwitchStatus(int32_t slotId, bool active) = 0;
Dcellular_call_proxy.h333 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h215 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_interface.h219 virtual int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) = 0;
Dims_call_client.h269 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active);
Dims_call_proxy.h53 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp85 imsCallClient->SetImsSwitchStatus(slotId, mode); in TestImsCallClientWithCallInfo()
202 proxy->SetImsSwitchStatus(slotId, mode); in TestImsCallProxyWithCallInfo()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h69 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp353 int32_t ImsCallClient::SetImsSwitchStatus(int32_t slotId, int32_t active) in SetImsSwitchStatus() function in OHOS::Telephony::ImsCallClient
359 return imsCallProxy_->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h386 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp75 return imsCallClient->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatusRequest()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp653 int32_t CellularCallConnection::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallConnection
659 int errCode = cellularCallInterfacePtr_->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp335 int32_t ImsCall::SetImsSwitchStatus(int32_t slotId, int32_t active) in SetImsSwitchStatus() function in OHOS::Telephony::ImsCall
Dims_call_stub.cpp341 reply.WriteInt32(SetImsSwitchStatus(slotId, active)); in OnSetImsSwitchStatus()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp983 int32_t CellularCallService::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallService
990 return config.SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp918 ret = imsCallPtr_->SetImsSwitchStatus(DEFAULT_SLOTID, DEFAULT_ACTIVE);
939 ret = imsCallPtr_->SetImsSwitchStatus(SIM_SLOT_ID_1, DEFAULT_ACTIVE);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp123 int32_t CellularCallConfig::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallConfig

12