Searched refs:ImsCallInterface (Results 1 - 11 of 11) sorted by relevance
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 39 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 D | module_service_utils.h | 103 sptr<ImsCallInterface> GetImsServiceRemoteObject() const;
|
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.h | 39 static sptr<ImsCallInterface> imsCallPtr_;
|
H A D | ims_service_test.cpp | 44 sptr<ImsCallInterface> ImsServiceTest::imsCallPtr_ = nullptr;
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 239 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 D | module_service_utils.cpp | 126 sptr<ImsCallInterface> ModuleServiceUtils::GetImsServiceRemoteObject() const in GetImsServiceRemoteObject()
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_client.h | 36 * @return sptr<ImsCallInterface>
38 sptr<ImsCallInterface> GetImsCallProxy();
643 sptr<ImsCallInterface> imsCallProxy_ = nullptr;
|
H A D | ims_call_proxy.h | 27 class ImsCallProxy : public IRemoteProxy<ImsCallInterface> {
29 explicit ImsCallProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ImsCallInterface>(impl) {}
in ImsCallProxy()
|
H A D | ims_call_interface.h | 28 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 D | ims_call_stub.h | 26 class ImsCallStub : public IRemoteStub<ImsCallInterface> {
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_client.cpp | 77 sptr<ImsCallInterface> ImsCallClient::GetImsCallProxy()
in GetImsCallProxy() 104 imsCallProxy_ = iface_cast<ImsCallInterface>(imsCallRemoteObjectPtr);
in GetImsCallProxy()
|
Completed in 9 milliseconds