修改告警问题

Signed-off-by: Mupceet <laiguizhong@huawei.com>
This commit is contained in:
Mupceet
2022-06-22 17:11:31 +08:00
parent e224c1acf2
commit 200b439aa0
3 changed files with 3 additions and 3 deletions
@@ -179,7 +179,7 @@ public:
private:
int32_t GenrateRequestId();
uint32_t channelId_ = INVALID_CHANNEL_ID;
int32_t channelId_ = INVALID_CHANNEL_ID;
sptr<IAccessibleAbilityChannel> proxy_ = nullptr;
std::atomic<int> requestId_ = 0;
};
@@ -95,6 +95,6 @@ const uint32_t STATE_INVETRTCOLOR_ENABLED = 0x00000200;
const uint32_t STATE_ANIMATIONOFF_ENABLED = 0x00000400;
const uint32_t STATE_AUDIOMONO_ENABLED = 0x00000800;
const uint32_t INVALID_CHANNEL_ID = 0xFFFFFFFF;
const int32_t INVALID_CHANNEL_ID = 0xFFFFFFFF;
} // namespace Accessibility
} // namespace OHOS
@@ -98,7 +98,7 @@ extern const uint32_t STATE_HIGHCONTRAST_ENABLED;
extern const uint32_t STATE_INVETRTCOLOR_ENABLED;
extern const uint32_t STATE_ANIMATIONOFF_ENABLED;
extern const uint32_t STATE_AUDIOMONO_ENABLED;
extern const uint32_t INVALID_CHANNEL_ID;
extern const int32_t INVALID_CHANNEL_ID;
} // namespace Accessibility
} // namespace OHOS
#endif // ACCESSIBILITY_CONSTANTS_H