Searched refs:CallRequestHandler (Results 1 – 5 of 5) sorted by relevance
28 CallRequestHandler::CallRequestHandler() {} in CallRequestHandler() function in OHOS::Telephony::CallRequestHandler30 CallRequestHandler::~CallRequestHandler() {} in ~CallRequestHandler()32 void CallRequestHandler::Init() in Init()38 int32_t CallRequestHandler::DialCall() in DialCall()47 int32_t CallRequestHandler::AnswerCall(int32_t callId, int32_t videoState) in AnswerCall()57 int32_t CallRequestHandler::RejectCall(int32_t callId, bool isSendSms, std::string &content) in RejectCall()70 int32_t CallRequestHandler::HangUpCall(int32_t callId) in HangUpCall()80 int32_t CallRequestHandler::HoldCall(int32_t callId) in HoldCall()90 int32_t CallRequestHandler::UnHoldCall(int32_t callId) in UnHoldCall()100 int32_t CallRequestHandler::SwitchCall(int32_t callId) in SwitchCall()[all …]
68 CallRequestHandlerPtr_ = std::make_unique<CallRequestHandler>(); in Init()
61 class CallRequestHandler {63 CallRequestHandler();64 ~CallRequestHandler();
137 std::unique_ptr<CallRequestHandler> CallRequestHandlerPtr_;
107 std::unique_ptr<CallRequestHandler> callRequestHandler = std::make_unique<CallRequestHandler>();