fix warning

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2021-09-24 14:46:28 +08:00
parent a8eee40e32
commit 753e0a0495
20 changed files with 303 additions and 84 deletions
+2 -3
View File
@@ -26,8 +26,7 @@ namespace OHOS {
namespace MiscServices {
class PlatformCallbackProxy : public IRemoteProxy<IPlatformCallback> {
public:
PlatformCallbackProxy(const sptr < IRemoteObject >& impl)
: IRemoteProxy < IPlatformCallback >(impl)
PlatformCallbackProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IPlatformCallback>(impl)
{
}
@@ -35,7 +34,7 @@ namespace MiscServices {
{
}
void notifyEvent(int eventId, int userId, const std::vector < std::u16string >& eventContent)
void notifyEvent(int eventId, int userId, const std::vector<std::u16string>& eventContent)
{
(void)eventId;
(void)userId;