privacy mode disable switch

Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
dengxiaoyu 2024-09-05 21:14:28 +08:00
parent f815112a48
commit 77a7e4bbb0

View File

@ -30,7 +30,7 @@ public:
virtual ~CommonEventListener() = default;
void OnReceiveEvent(const EventFwk::CommonEventData &eventData);
ErrCode GetForegroundOsAccountLocalId(int32_t &accountId);
int32_t GetForegroundOsAccountLocalId();
ErrCode GetOsAccountType(int32_t &accountId);
};
} // namespace DistributedSchedule