mirror of
https://github.com/openharmony/accessibility.git
synced 2026-08-25 11:51:38 -04:00
@@ -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
|
||||
Reference in New Issue
Block a user