/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.h | 141 int32_t SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const; 211 ret = telephonyService->SetImsSwitchStatus(slotId, true); in TestDialCallByIms()
|
D | ims_test.cpp | 67 &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/ |
D | call_setting_manager.cpp | 200 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, true); in EnableImsSwitch() 209 return cellularCallConnectionPtr_->SetImsSwitchStatus(slotId, false); in DisableImsSwitch()
|
/base/telephony/cellular_call/test/fuzztest/setimsfeaturevalue_fuzzer/ |
D | setimsfeaturevalue_fuzzer.cpp | 90 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/ |
D | cellular_call_connection.h | 378 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 61 int32_t SetImsSwitchStatus(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
D | ims_unit_test.cpp | 82 …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/ |
D | cs_test.h | 169 ret = telephonyService->SetImsSwitchStatus(slotId, false); in TestDialCallByCs()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | cellular_call_interface.h | 320 virtual int32_t SetImsSwitchStatus(int32_t slotId, bool active) = 0;
|
D | cellular_call_proxy.h | 333 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 215 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_interface.h | 219 virtual int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) = 0;
|
D | ims_call_client.h | 269 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active);
|
D | ims_call_proxy.h | 53 int32_t SetImsSwitchStatus(int32_t slotId, int32_t active) override;
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
D | imsclient_fuzzer.cpp | 85 imsCallClient->SetImsSwitchStatus(slotId, mode); in TestImsCallClientWithCallInfo() 202 proxy->SetImsSwitchStatus(slotId, mode); in TestImsCallProxyWithCallInfo()
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_config.h | 69 int32_t SetImsSwitchStatus(int32_t slotId, bool active);
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_client.cpp | 353 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/ |
D | cellular_call_service.h | 386 int32_t SetImsSwitchStatus(int32_t slotId, bool active) override;
|
/base/telephony/cellular_call/services/connection/src/ |
D | config_request.cpp | 75 return imsCallClient->SetImsSwitchStatus(slotId, active); in SetImsSwitchStatusRequest()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
D | cellular_call_connection.cpp | 653 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/ |
D | ims_call.cpp | 335 int32_t ImsCall::SetImsSwitchStatus(int32_t slotId, int32_t active) in SetImsSwitchStatus() function in OHOS::Telephony::ImsCall
|
D | ims_call_stub.cpp | 341 reply.WriteInt32(SetImsSwitchStatus(slotId, active)); in OnSetImsSwitchStatus()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_service.cpp | 983 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/ |
D | ims_service_test.cpp | 918 ret = imsCallPtr_->SetImsSwitchStatus(DEFAULT_SLOTID, DEFAULT_ACTIVE); 939 ret = imsCallPtr_->SetImsSwitchStatus(SIM_SLOT_ID_1, DEFAULT_ACTIVE);
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_config.cpp | 123 int32_t CellularCallConfig::SetImsSwitchStatus(int32_t slotId, bool active) in SetImsSwitchStatus() function in OHOS::Telephony::CellularCallConfig
|