Home
last modified time | relevance | path

Searched defs:eventCode (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenservice/dscreensourceservice_fuzzer/
H A Ddscreensourceservice_fuzzer.cpp36 uint32_t eventCode = 1; in DscreenSourceServiceFuzzTest() local
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dmessage.h54 Message(int what, std::string deviceId, EventCode eventCode) : what_(what), in Message() argument
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dmessage.h54 Message(int what, std::string deviceId, EventCode eventCode) : what_(what), in Message() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcallback_handler.cpp59 void CallbackHandlerInner::SendCallbackEvent(uint32_t eventCode, int64_t data) in SendCallbackEvent() argument
66 uint32_t eventCode = event->GetInnerEventId(); in ProcessEvent() local
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_source_proxy/proxydscreennotify_fuzzer/
H A Ddscreennotify_fuzzer.cpp36 int32_t eventCode = *(reinterpret_cast<const int32_t*>(data)); in DScreenNotifyFuzzTest() local
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dsimulation_event_listener_stub.cpp42 uint32_t eventCode = data.ReadUint32(); in OnRemoteRequest() local
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/test/fuzztest/dscreen_sink_proxy/sinkproxydscreennotify_fuzzer/
H A Dsinkproxydscreennotify_fuzzer.cpp36 int32_t eventCode = *(reinterpret_cast<const int32_t*>(data)); in DScreenNotifyFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager_test.cpp260 int32_t eventCode = -1; in HWTEST_F() local
280 int32_t eventCode = NOTIFY_SOURCE_SETUP_RESULT; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_proxy.cpp139 void DScreenSinkProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp176 void DScreenSourceProxy::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub.cpp132 int32_t eventCode = data.ReadInt32(); in DScreenNotifyInner() local
H A Ddscreen_sink_service.cpp116 void DScreenSinkService::DScreenNotify(const std::string &devId, int32_t eventCode, const std::string &eventContent) in DScreenNotify() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/fuzztest/sourceservice/dscreenmgr/dscreenmanager_fuzzer/
H A Ddscreenmanager_fuzzer.cpp115 int32_t eventCode = *(reinterpret_cast<const int32_t*>(data)); in NotifyRemoteScreenServiceFuzzTest() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr_test.cpp80 int32_t eventCode = 100; in HWTEST_F() local
122 int32_t eventCode = 0; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub_test.cpp67 void DScreenSinkStubTest::TestDScreenSinkStub::DScreenNotify(const std::string &devId, int32_t eventCode, in DScreenNotify() argument
180 int32_t eventCode = 0; in HWTEST_F() local
201 int32_t eventCode = -1; in HWTEST_F() local
223 int32_t eventCode = -1; in HWTEST_F() local
245 int32_t eventCode in HWTEST_F() local
267 int32_t eventCode = -1; HWTEST_F() local
289 int32_t eventCode = -1; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_cast_session_impl.h61 virtual void OnSessionEvent(const std::string &deviceId, const EventCode eventCode) {} in OnSessionEvent() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp204 void DScreenSourceService::DScreenNotify(const std::string &devId, const int32_t eventCode, in DScreenNotify() argument
H A Ddscreen_source_stub.cpp184 int32_t eventCode = data.ReadInt32(); in DScreenNotifyInner() local
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp84 void DScreenSourceStubTest::TestDScreenSourceStub::DScreenNotify(const std::string &devId, int32_t eventCode, in DScreenNotify() argument
269 int32_t eventCode = 0; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c35 uint8_t eventCode; member
H A Dbtm_snoop_filter_evt.c24 uint8_t eventCode; member
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp391 void DScreenManager::HandleDScreenNotify(const std::string &devId, int32_t eventCode, in HandleDScreenNotify() argument
404 int32_t DScreenManager::NotifyRemoteScreenService(const std::string &devId, int32_t eventCode, in NotifyRemoteScreenService() argument
481 int32_t eventCode = NOTIFY_SINK_SETUP; NotifyRemoteSinkSetUp() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp69 void ScreenRegionManager::HandleDScreenNotify(const std::string &remoteDevId, int32_t eventCode, in HandleDScreenNotify() argument
195 int32_t eventCode = NOTIFY_SOURCE_SETUP_RESULT; in NotifyRemoteSourceSetUpResult() local
207 NotifyRemoteScreenService(const std::string &remoteDevId, const std::string &dhId, int32_t eventCode, const std::string &eventContent) NotifyRemoteScreenService() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp645 int32_t eventCode = parcel.ReadInt32(); in ReadDeviceStateInfo() local
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp265 void MtpOperationUtils::SendEventPacket(uint32_t objectHandle, uint16_t eventCode) in SendEventPacket() argument

Completed in 18 milliseconds

12