Home
last modified time | relevance | path

Searched refs:ImsCallInterface (Results 1 - 11 of 11) sorted by relevance

/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h39 int32_t Dial(const sptr<ImsCallInterface> &imsCallSerivce) const;
40 int32_t HangUp(const sptr<ImsCallInterface> &imsCallSerivce) const;
41 int32_t RejectWithReason(const sptr<ImsCallInterface> &imsCallSerivce) const;
42 int32_t Answer(const sptr<ImsCallInterface> &imsCallSerivce) const;
43 int32_t HoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const;
44 int32_t UnHoldCall(const sptr<ImsCallInterface> &imsCallSerivce) const;
45 int32_t SwitchCall(const sptr<ImsCallInterface> &imsCallSerivce) const;
46 int32_t CombineConference(const sptr<ImsCallInterface> &imsCallSerivce) const;
47 int32_t InviteToConference(const sptr<ImsCallInterface> &imsCallSerivce) const;
48 int32_t KickOutFromConference(const sptr<ImsCallInterface>
[all...]
/base/telephony/cellular_call/services/utils/include/
H A Dmodule_service_utils.h103 sptr<ImsCallInterface> GetImsServiceRemoteObject() const;
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.h39 static sptr<ImsCallInterface> imsCallPtr_;
H A Dims_service_test.cpp44 sptr<ImsCallInterface> ImsServiceTest::imsCallPtr_ = nullptr;
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp239 void TestImsCallProxyWithCallInfo(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithCallInfo()
279 void TestImsCallProxyWithSlotAndType(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithSlotAndType()
320 void TestImsCallProxyWithSettingFunction(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithSettingFunction()
360 void TestImsCallProxyWithCallMediaModeRequest(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithCallMediaModeRequest()
378 void TestImsCallProxyWithCallMediaModeResponse(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithCallMediaModeResponse()
396 void TestImsCallProxyWithCancelCallUpgrade(const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithCancelCallUpgrade()
404 const uint8_t *data, size_t size, const sptr<ImsCallInterface> &proxy) in TestImsCallProxyWithRequestCameraCapabilities()
439 sptr<ImsCallInterface> proxy = iface_cast<ImsCallInterface>(remoteObjectPtr); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/utils/src/
H A Dmodule_service_utils.cpp126 sptr<ImsCallInterface> ModuleServiceUtils::GetImsServiceRemoteObject() const in GetImsServiceRemoteObject()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_client.h36 * @return sptr<ImsCallInterface>
38 sptr<ImsCallInterface> GetImsCallProxy();
643 sptr<ImsCallInterface> imsCallProxy_ = nullptr;
H A Dims_call_proxy.h27 class ImsCallProxy : public IRemoteProxy<ImsCallInterface> {
29 explicit ImsCallProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ImsCallInterface>(impl) {} in ImsCallProxy()
H A Dims_call_interface.h28 class ImsCallInterface : public IRemoteBroker { class
581 DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.Telephony.ImsCallInterface");
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call_stub.h26 class ImsCallStub : public IRemoteStub<ImsCallInterface> {
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp77 sptr<ImsCallInterface> ImsCallClient::GetImsCallProxy() in GetImsCallProxy()
104 imsCallProxy_ = iface_cast<ImsCallInterface>(imsCallRemoteObjectPtr); in GetImsCallProxy()

Completed in 10 milliseconds