Home
last modified time | relevance | path

Searched refs:OnDCallSystemAbilityRemoved (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/distributed_call/include/
H A Ddistributed_call_manager.h55 void OnDCallSystemAbilityRemoved(const std::string &deviceId);
/ohos5.0/base/telephony/call_manager/services/distributed_call/src/
H A Ddistributed_call_manager.cpp436 void DistributedCallManager::OnDCallSystemAbilityRemoved(const std::string &deviceId) in OnDCallSystemAbilityRemoved() function in OHOS::Telephony::DistributedCallManager
476 DelayedSingleton<DistributedCallManager>::GetInstance()->OnDCallSystemAbilityRemoved(deviceId); in OnRemoveSystemAbility()