/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | event_between_apps_test.cc | 53 void EventBetweenApps0::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EventBetweenApps0 90 void EventBetweenApps1::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EventBetweenApps1
|
H A D | host_awake_suspend_test.cc | 49 void HostAwakeSuspendTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HostAwakeSuspendTest
|
H A D | hello_world_test.cc | 37 void HelloWorldTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HelloWorldTest
|
H A D | nanoapp_info_events_test_performer.cc | 34 void NanoAppInfoEventsTestPerformer::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoAppInfoEventsTestPerformer
|
H A D | gnss_capabilities_test.cc | 62 void GnssCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::GnssCapabilitiesTest
|
H A D | wifi_capabilities_test.cc | 62 void WifiCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::WifiCapabilitiesTest
|
H A D | wwan_capabilities_test.cc | 57 void WwanCapabilitiesTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::WwanCapabilitiesTest
|
H A D | nanoapp_info_by_instance_id_test.cc | 37 void NanoappInfoByInstanceIdTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoappInfoByInstanceIdTest
|
H A D | nanoapp_info_by_app_id_test.cc | 36 void NanoappInfoByAppIdTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoappInfoByAppIdTest
|
H A D | sensor_info_test.cc | 66 void SensorInfoTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::SensorInfoTest
|
H A D | version_consistency_test.cc | 76 void VersionConsistencyTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::VersionConsistencyTest
|
H A D | logging_consistency_test.cc | 125 void LoggingConsistencyTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::LoggingConsistencyTest
|
H A D | get_time_test.cc | 73 void GetTimeTest::handleEvent(uint32_t senderInstanceId, uint16_t eventType, in handleEvent() function in general_test::GetTimeTest
|
H A D | estimated_host_time_test.cc | 47 void EstimatedHostTimeTest::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::EstimatedHostTimeTest
|
H A D | basic_gnss_test.cc | 131 void BasicGnssTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::BasicGnssTest
|
H A D | heap_alloc_stress_test.cc | 121 void HeapAllocStressTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent() function in general_test::HeapAllocStressTest
|
H A D | nanoapp_info_events_test_observer.cc | 33 void NanoAppInfoEventsTestObserver::handleEvent(uint32_t senderInstanceId, in handleEvent() function in general_test::NanoAppInfoEventsTestObserver
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | main.cpp | 58 int handleEvent(int /* fd */, int /* events */, void* /* data */) override { in handleEvent() function in BinderCallback 97 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in ClientCallbackCallback
|
/aosp12/system/hwservicemanager/ |
H A D | service.cpp | 87 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in HwBinderCallback 126 int handleEvent(int fd, int /*events*/, void* /*data*/) override { in handleEvent() function in ClientCallbackCallback
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/ |
H A D | battery_strategy.cpp | 35 void BatteryStrategy::handleEvent(const EventFwk::CommonEventData& data) in handleEvent() function in OHOS::CameraStandard::DeferredProcessing::BatteryStrategy
|
H A D | charging_strategy.cpp | 35 void ChargingStrategy::handleEvent(const EventFwk::CommonEventData& data) in handleEvent() function in OHOS::CameraStandard::DeferredProcessing::ChargingStrategy
|
H A D | screen_strategy.cpp | 35 void ScreenStrategy::handleEvent(const EventFwk::CommonEventData& data) in handleEvent() function in OHOS::CameraStandard::DeferredProcessing::ScreenStrategy
|
H A D | thermal_strategy.cpp | 39 void ThermalStrategy::handleEvent(const EventFwk::CommonEventData& data) in handleEvent() function in OHOS::CameraStandard::DeferredProcessing::ThermalStrategy
|
H A D | battery_level_strategy.cpp | 42 void BatteryLevelStrategy::handleEvent(const EventFwk::CommonEventData& data) in handleEvent() function in OHOS::CameraStandard::DeferredProcessing::BatteryLevelStrategy
|
/aosp12/packages/services/Car/car-lib/src/com/android/car/internal/ |
H A D | SingleMessageHandler.java | 46 protected abstract void handleEvent(EventType event); in handleEvent() method in SingleMessageHandler
|