add new api

Signed-off-by: hwzhangchuang <zhangchuang.zhang@huawei.com>
This commit is contained in:
hwzhangchuang
2024-04-24 16:18:29 +08:00
parent 04ec643f12
commit c6303fb001
4 changed files with 28 additions and 0 deletions
@@ -111,6 +111,24 @@ int32_t DistributedInputSourceHandler::ConfigDistributedHardware(const std::stri
return DH_SUCCESS;
}
void DistributedInputSourceHandler::RegisterBusinessStateListener(std::shared_ptr<BusinessStateListener> listener)
{
(void)listener;
}
void DistributedInputSourceHandler::UnRegisterBusinessStateListener()
{
}
void DistributedInputSourceHandler::RegisterDataSyncTriggerListener(std::shared_ptr<DataSyncTriggerListener> listener)
{
(void)listener;
}
void DistributedInputSourceHandler::UnRegisterDataSyncTriggerListener()
{
}
void DistributedInputSourceHandler::SALoadSourceCb::OnLoadSystemAbilitySuccess(int32_t systemAbilityId,
const OHOS::sptr<IRemoteObject> &remoteObject)
{