Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp64 &ImsTest::SetImsSwitchStatus; in SetUp()
116 int32_t ImsTest::SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const in SetImsSwitchStatus() function in OHOS::Telephony::ImsTest
125 return telephonyService->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
H A Dims_test.h143 int32_t SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
217 ret = telephonyService->SetImsSwitchStatus(slotId, true); in TestDialCallByIms()
H A Dzero_branch_test.cpp162 config.SetImsSwitchStatus(INVALID_SLOTID, enabled);
163 config.SetImsSwitchStatus(SIM1_SLOTID, enabled);
168 config.SetImsSwitchStatus(INVALID_SLOTID, enabled);
169 config.SetImsSwitchStatus(SIM1_SLOTID, true);
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp199 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, true); in EnableImsSwitch()
208 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, false); in DisableImsSwitch()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp98 void SetImsSwitchStatus(const uint8_t *data, size_t size) in SetImsSwitchStatus() function
308 SetImsSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h61 int32_t SetImsSwitchStatus(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A 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, switchStatus); in SetImsSwitchStatus()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h392 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.h169 ret = telephonyService->SetImsSwitchStatus(slotId, false); in TestDialCallByCs()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h330 virtual int32_t SetImsSwitchStatus(int32_t slotId, bool active) = 0;
H A Dcellular_call_proxy.h342 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h215 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h248 virtual int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) = 0;
H A Dims_call_client.h297 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active);
H A Dims_call_proxy.h56 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp75 return imsCallClient->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatusRequest()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h71 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp96 imsCallClient->SetImsSwitchStatus(slotId, mode); in TestImsCallClientWithCallInfo()
273 proxy->SetImsSwitchStatus(slotId, mode); in TestImsCallProxyWithCallInfo()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp657 int32_t CellularCallConnection::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallConnection
663 int errCode = cellularCallInterfacePtr_->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp409 int32_t ImsCallClient::SetImsSwitchStatus(int32_t slotId, int32_t active) in SetImsSwitchStatus() function in OHOS::Telephony::ImsCallClient
416 return imsCallProxy_->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h413 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp709 ret = imsCallPtr_->SetImsSwitchStatus(DEFAULT_SLOTID, DEFAULT_ACTIVE);
724 ret = imsCallPtr_->SetImsSwitchStatus(SIM_SLOT_ID_1, DEFAULT_ACTIVE);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp335 int32_t ImsCall::SetImsSwitchStatus(int32_t slotId, int32_t active) in SetImsSwitchStatus() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp377 reply.WriteInt32(SetImsSwitchStatus(slotId, active)); in OnSetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1168 int32_t CellularCallService::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallService
1175 return config.SetImsSwitchStatus(slotId, active); in SetImsSwitchStatus()

12