Home
last modified time | relevance | path

Searched refs:RESULT_STOP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_start_stop_result_call_back.h35 RESULT_STOP, enumerator
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dstart_stop_result_call_back_stub.cpp57 case IStartStopResultCallback::Message::RESULT_STOP: { in OnRemoteRequest()
H A Dstart_stop_result_call_back_proxy.cpp114 … = remote->SendRequest(static_cast<uint32_t>(IStartStopResultCallback::Message::RESULT_STOP), data, in OnStop()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp848 } else if (code == (uint32_t)DistributedInput::IStartStopResultCallback::Message::RESULT_STOP) { in StartStopResultCallbackStubFuzzTest()