Home
last modified time | relevance | path

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

12

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.cpp66 &ImsTest::GetImsSwitchStatus; in SetUp()
128 int32_t ImsTest::GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const in GetImsSwitchStatus() function in OHOS::Telephony::ImsTest
135 return telephonyService->GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
H A Dims_test.h144 int32_t GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
H A Dzero_branch_test.cpp174 config.GetImsSwitchStatus(SIM1_SLOTID, enabled);
177 config.GetImsSwitchStatus(SIM1_SLOTID, enabled);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_dump_helper.cpp74 config.GetImsSwitchStatus(i, imsSwitchStatus); in ShowCellularCallInfo()
H A Dconfig_request.cpp97 return imsCallClient->GetImsSwitchStatus(slotId); in GetImsSwitchStatusRequest()
H A Dcellular_call_config.cpp164 int32_t CellularCallConfig::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallConfig
492 GetImsSwitchStatus(slotId, imsSwitch); in UpdateImsVoiceCapabilities()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
H A Dsetimsfeaturevalue_fuzzer.cpp112 void GetImsSwitchStatus(const uint8_t *data, size_t size) in GetImsSwitchStatus() function
309 GetImsSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h62 int32_t GetImsSwitchStatus(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp83 …equestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_SWITCH_STATUS] = &ImsUnitTest::GetImsSwitchStatus; in InitConfigFuncMap()
428 int32_t ImsUnitTest::GetImsSwitchStatus(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetImsSwitchStatus() function in OHOS::Telephony::ImsUnitTest
434 imsCallPtr->GetImsSwitchStatus(slotId); in GetImsSwitchStatus()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h402 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled);
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_interface.h339 virtual int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) = 0;
H A Dcellular_call_proxy.h351 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) override;
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h223 int32_t GetImsSwitchStatus(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h256 virtual int32_t GetImsSwitchStatus(int32_t slotId) = 0;
H A Dims_call_client.h305 int32_t GetImsSwitchStatus(int32_t slotId);
H A Dims_call_proxy.h57 int32_t GetImsSwitchStatus(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h82 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled);
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp97 imsCallClient->GetImsSwitchStatus(slotId); in TestImsCallClientWithCallInfo()
274 proxy->GetImsSwitchStatus(slotId); in TestImsCallProxyWithCallInfo()
/ohos5.0/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp217 return cellularCallConnectionPtr_->GetImsSwitchStatus(slotId, enabled); in IsImsSwitchEnabled()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcellular_call_connection.cpp671 int32_t CellularCallConnection::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallConnection
677 int errCode = cellularCallInterfacePtr_->GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp419 int32_t ImsCallClient::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus() function in OHOS::Telephony::ImsCallClient
426 return imsCallProxy_->GetImsSwitchStatus(slotId); in GetImsSwitchStatus()
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h422 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) override;
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1178 int32_t CellularCallService::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallService
1185 return config.GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
1278 config.GetImsSwitchStatus(slotId, imsSwitchStatus); in IsNeedIms()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp739 ret = imsCallPtr_->GetImsSwitchStatus(DEFAULT_SLOTID);
754 ret = imsCallPtr_->GetImsSwitchStatus(SIM_SLOT_ID_1);
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp349 int32_t ImsCall::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus() function in OHOS::Telephony::ImsCall

12