mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-19 17:43:35 -04:00
update interfaces/ipc/include/distributed_input_source_stub.h.
Signed-off-by: ry521 <renyi50@huawei.com>
This commit is contained in:
@@ -61,6 +61,8 @@ private:
|
||||
int32_t HandleUnregisterSimulationEventListener(MessageParcel &data, MessageParcel &reply);
|
||||
int32_t HandleRegisterSessionStateCb(MessageParcel &data, MessageParcel &reply);
|
||||
int32_t HandleUnregisterSessionStateCb(MessageParcel &data, MessageParcel &reply);
|
||||
bool HasEnableDHPermission();
|
||||
bool HasAccessDHPermission();
|
||||
DISALLOW_COPY_AND_MOVE(DistributedInputSourceStub);
|
||||
private:
|
||||
std::atomic<bool> sourceManagerInitFlag_ {false};
|
||||
|
||||
Reference in New Issue
Block a user