Searched refs:RegisterImsCallCallbackHandler (Results 1 – 7 of 7) sorted by relevance
32 imsCallClient->RegisterImsCallCallbackHandler(DEFAULT_SLOT_ID, shared_from_this()); in RegisterImsCall()
58 handler->RegisterImsCallCallbackHandler();111 handler->RegisterImsCallCallbackHandler();165 handler->RegisterImsCallCallbackHandler();
57 …int32_t RegisterImsCallCallbackHandler(int32_t slotId, const std::shared_ptr<AppExecFwk::EventHand…
79 void RegisterImsCallCallbackHandler();
141 int32_t ImsCallClient::RegisterImsCallCallbackHandler( in RegisterImsCallCallbackHandler() function in OHOS::Telephony::ImsCallClient
247 void CellularCallHandler::RegisterImsCallCallbackHandler() in RegisterImsCallCallbackHandler() function in OHOS::Telephony::CellularCallHandler252 imsCallClient->RegisterImsCallCallbackHandler(slotId_, shared_from_this()); in RegisterImsCallCallbackHandler()
138 handler->RegisterImsCallCallbackHandler(); in CreateHandler()