change tdfd

Signed-off-by: xinking129 <xinxin13@huawei.com>
This commit is contained in:
xinking129 2023-12-06 20:06:07 +08:00
parent 14c5be0b72
commit 1c67bddb9c

View File

@ -234,11 +234,13 @@ public:
{
return ERR_OK;
}
ErrCode RegisterClickEventObserver(const sptr<IRemoteObject> &observer) override
ErrCode RegisterClickEventObserver(
const std::string &bundleName, const std::string &formEventType, const sptr<IRemoteObject> &observer) override
{
return ERR_OK;
}
ErrCode UnregisterClickEventObserver(const sptr<IRemoteObject> &observer) override
ErrCode UnregisterClickEventObserver(
const std::string &bundleName, const std::string &formEventType, const sptr<IRemoteObject> &observer) override
{
return ERR_OK;
}