Home
last modified time | relevance | path

Searched refs:OnDCallDeviceOnline (Results 1 - 3 of 3) sorted by relevance

/base/telephony/call_manager/services/distributed_call/include/dcall/
H A Didcall_device_callback.h28 virtual int32_t OnDCallDeviceOnline(const std::string &devId) = 0;
/base/telephony/call_manager/services/distributed_call/include/
H A Ddistributed_call_manager.h52 int32_t OnDCallDeviceOnline(const std::string &devId);
69 int32_t OnDCallDeviceOnline(const std::string &devId) override;
/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp435 int32_t DistributedCallManager::OnDCallDeviceOnline(const std::string &devId) in OnDCallDeviceOnline() function in OHOS::Telephony::DistributedCallManager
447 int32_t DistributedCallManager::DistributedCallDeviceListener::OnDCallDeviceOnline(const std::string &devId) in OnDCallDeviceOnline() function in OHOS::Telephony::DistributedCallManager::DistributedCallDeviceListener
450 return DelayedSingleton<DistributedCallManager>::GetInstance()->OnDCallDeviceOnline(devId); in OnDCallDeviceOnline()

Completed in 2 milliseconds