Home
last modified time | relevance | path

Searched refs:OnDCallDeviceOffline (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/distributed_call/include/
H A Ddistributed_call_manager.h53 int32_t OnDCallDeviceOffline(const std::string &devId);
69 int32_t OnDCallDeviceOffline(const std::string &devId) override;
/ohos5.0/base/telephony/call_manager/services/distributed_call/include/dcall/
H A Didcall_device_callback.h29 virtual int32_t OnDCallDeviceOffline(const std::string &devId) = 0;
/ohos5.0/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp384 int32_t DistributedCallManager::OnDCallDeviceOffline(const std::string &devId) in OnDCallDeviceOffline() function in OHOS::Telephony::DistributedCallManager
396 int32_t DistributedCallManager::DistributedCallDeviceListener::OnDCallDeviceOffline(const std::stri… in OnDCallDeviceOffline() function in OHOS::Telephony::DistributedCallManager::DistributedCallDeviceListener
399 return DelayedSingleton<DistributedCallManager>::GetInstance()->OnDCallDeviceOffline(devId); in OnDCallDeviceOffline()