Searched refs:DistributedInputSourceStub (Results 1 – 6 of 6) sorted by relevance
28 DistributedInputSourceStub::DistributedInputSourceStub() in DistributedInputSourceStub() function in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceStub32 DistributedInputSourceStub::~DistributedInputSourceStub() in ~DistributedInputSourceStub()36 bool DistributedInputSourceStub::HasEnableDHPermission() in HasEnableDHPermission()45 bool DistributedInputSourceStub::HasAccessDHPermission() in HasAccessDHPermission()54 int32_t DistributedInputSourceStub::HandleInitDistributedHardware(MessageParcel &reply) in HandleInitDistributedHardware()74 int32_t DistributedInputSourceStub::HandleReleaseDistributedHardware(MessageParcel &reply) in HandleReleaseDistributedHardware()137 int32_t DistributedInputSourceStub::HandlePrepareRemoteInput(MessageParcel &data, MessageParcel &re… in HandlePrepareRemoteInput()157 int32_t DistributedInputSourceStub::HandleUnprepareRemoteInput(MessageParcel &data, MessageParcel &… in HandleUnprepareRemoteInput()177 int32_t DistributedInputSourceStub::HandleStartRemoteInput(MessageParcel &data, MessageParcel &repl… in HandleStartRemoteInput()198 int32_t DistributedInputSourceStub::HandleStopRemoteInput(MessageParcel &data, MessageParcel &reply) in HandleStopRemoteInput()[all …]
30 class DistributedInputSourceStub : public IRemoteStub<IDistributedSourceInput> {32 DistributedInputSourceStub();33 ~DistributedInputSourceStub() override;63 DISALLOW_COPY_AND_MOVE(DistributedInputSourceStub);
43 OHOS::DistributedHardware::DistributedInput::DistributedInputSourceStub {
390 pdata.WriteInterfaceToken(DistributedInput::DistributedInputSourceStub::GetDescriptor()); in DistributedInputSourceStubFuzzTest()399 sptr<DistributedInput::DistributedInputSourceStub> distributedInputSourceStub(new (std::nothrow) in DistributedInputSourceStubFuzzTest()
49 OHOS::DistributedHardware::DistributedInput::DistributedInputSourceStub {
110 class DistributedInputSourceManager : public SystemAbility, public DistributedInputSourceStub {