Home
last modified time | relevance | path

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

12

/base/telephony/cellular_call/services/common/src/
Dcellular_call_dump_helper.cpp74 config.GetImsSwitchStatus(i, imsSwitchStatus); in ShowCellularCallInfo()
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/
Dsetimsfeaturevalue_fuzzer.cpp104 void GetImsSwitchStatus(const uint8_t *data, size_t size) in GetImsSwitchStatus() function
289 GetImsSwitchStatus(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h388 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h62 int32_t GetImsSwitchStatus(const sptr<ImsCallInterface> &imsCallSerivce) const;
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()
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h329 virtual int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) = 0;
Dcellular_call_proxy.h342 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h223 int32_t GetImsSwitchStatus(int32_t slotId) override;
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_interface.h227 virtual int32_t GetImsSwitchStatus(int32_t slotId) = 0;
Dims_call_client.h277 int32_t GetImsSwitchStatus(int32_t slotId);
Dims_call_proxy.h54 int32_t GetImsSwitchStatus(int32_t slotId) override;
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp86 imsCallClient->GetImsSwitchStatus(slotId); in TestImsCallClientWithCallInfo()
203 proxy->GetImsSwitchStatus(slotId); in TestImsCallProxyWithCallInfo()
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h142 int32_t GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
Dims_test.cpp69 &ImsTest::GetImsSwitchStatus; in SetUp()
131 int32_t ImsTest::GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const in GetImsSwitchStatus() function in OHOS::Telephony::ImsTest
138 return telephonyService->GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h80 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled);
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp362 int32_t ImsCallClient::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus() function in OHOS::Telephony::ImsCallClient
368 return imsCallProxy_->GetImsSwitchStatus(slotId); in GetImsSwitchStatus()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h395 int32_t GetImsSwitchStatus(int32_t slotId, bool &enabled) override;
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp97 return imsCallClient->GetImsSwitchStatus(slotId); in GetImsSwitchStatusRequest()
/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp218 return cellularCallConnectionPtr_->GetImsSwitchStatus(slotId, enabled); in IsImsSwitchEnabled()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp667 int32_t CellularCallConnection::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallConnection
673 int errCode = cellularCallInterfacePtr_->GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp993 int32_t CellularCallService::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallService
1000 return config.GetImsSwitchStatus(slotId, enabled); in GetImsSwitchStatus()
1093 config.GetImsSwitchStatus(slotId, imsSwitchStatus); in IsNeedIms()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp349 int32_t ImsCall::GetImsSwitchStatus(int32_t slotId) in GetImsSwitchStatus() function in OHOS::Telephony::ImsCall
Dims_call_stub.cpp349 reply.WriteInt32(GetImsSwitchStatus(slotId)); in OnGetImsSwitchStatus()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp158 int32_t CellularCallConfig::GetImsSwitchStatus(int32_t slotId, bool &enabled) in GetImsSwitchStatus() function in OHOS::Telephony::CellularCallConfig
339 GetImsSwitchStatus(slotId, imsSwitch); in UpdateImsVoiceCapabilities()
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp960 ret = imsCallPtr_->GetImsSwitchStatus(DEFAULT_SLOTID);
981 ret = imsCallPtr_->GetImsSwitchStatus(SIM_SLOT_ID_1);

12