| /base/powermgr/thermal_manager/application/protector/src/ |
| H A D | thermal_protector_timer.cpp | 144 struct epoll_event events[eventct]; in LoopingThreadEntry() local
|
| /base/msdp/device_status/frameworks/js/napi/src/ |
| H A D | devicestatus_event.cpp | 75 SaveCallbackByEvent(int32_t eventType, napi_value handler, bool isOnce, std::map<int32_t, std::list<std::shared_ptr<DeviceStatusEventListener>>> events) SaveCallbackByEvent() argument
|
| /base/msdp/device_status/rust/subsystem/device_profile/binding/src/ |
| H A D | fusion_device_profile.cpp | 115 CIProfileEvents* events = new (std::nothrow) CIProfileEvents; in SubscribeProfileEvents() local 163 CIProfileEvents* events = new (std::nothrow) CIProfileEvents; UnsubscribeProfileEvents() local [all...] |
| /base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
| H A D | mock_event_handler.cpp | 63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
|
| /base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
| H A D | mock_event_handler.cpp | 63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
|
| /base/msdp/device_status/services/interaction/drag/src/ |
| H A D | drag_smooth_processor.cpp | 71 DragMoveEvent DragSmoothProcessor::GetNearestEvent(const std::vector<DragMoveEvent>& events, uint64_t nanoTimestamp) in GetNearestEvent() argument 174 DragMoveEvent DragSmoothProcessor::GetAvgCoordinate(const std::vector<DragMoveEvent>& events) in GetAvgCoordinate() argument
|
| /base/notification/common_event_service/services/src/ |
| H A D | static_subscriber_data_manager.cpp | 190 DistributedKv::Value StaticSubscriberDataManager::ConvertEventsToValue(const std::vector<std::string> &events) in ConvertEventsToValue() argument 199 ConvertValueToEvents( const DistributedKv::Value &value, std::vector<std::string> &events) ConvertValueToEvents() argument
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
| H A D | mock_event_handler.cpp | 63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | native_implement_eventhandler.cpp | 155 AddFileDescriptorListener( int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const AddFileDescriptorListener() argument
|
| H A D | epoll_io_waiter.cpp | 153 uint32_t events = 0; in WaitFor() local 213 AddFileDescriptor(int32_t fileDescriptor, uint32_t events, const std::string &taskName, const std::shared_ptr<FileDescriptorListener>& listener, EventQueue::Priority priority) AddFileDescriptor() argument [all...] |
| /base/notification/common_event_service/frameworks/native/src/ |
| H A D | common_event_manager.cpp | 145 int32_t CommonEventManager::SetStaticSubscriberState(const std::vector<std::string> &events, bool enable) in SetStaticSubscriberState() argument
|
| /base/notification/common_event_service/services/test/unittest/ |
| H A D | common_event_manager_service_test.cpp | 314 std::vector<std::string> events;
in HWTEST_F() local
|
| H A D | common_event_subscriber_manager_test.cpp | 231 std::vector<std::string> events;
in HWTEST_F() local 248 std::vector<std::string> events;
in HWTEST_F() local
|
| H A D | inner_common_event_manager_test.cpp | 460 std::vector<std::string> events;
in HWTEST_F() local
|
| /base/notification/distributed_notification_service/services/test/moduletest/mock/ |
| H A D | mock_event_handler.cpp | 63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
|
| /base/msdp/device_status/libs/src/ |
| H A D | devicestatus_msdp_mock.cpp | 246 struct epoll_event events[cbct]; in LoopingThreadEntry() local
|
| /base/notification/common_event_service/frameworks/core/test/unittest/ |
| H A D | common_event_stub_test.cpp | 637 std::vector<std::string> events; in HWTEST_F() local
|
| H A D | common_event_proxy_test.cpp | 376 std::vector<std::string> events; in HWTEST_F() local
|
| /base/notification/common_event_service/interfaces/kits/ndk/src/ |
| H A D | oh_commonevent.cpp | 28 CommonEvent_SubscribeInfo* OH_CommonEvent_CreateSubscribeInfo(const char* events[], int32_t eventsNum) in OH_CommonEvent_CreateSubscribeInfo() argument [all...] |
| /base/powermgr/battery_manager/charger/src/ |
| H A D | battery_thread.cpp | 175 struct epoll_event events[size]; in LoopingThreadEntry() local
|
| /base/security/security_guard/services/data_collect/store/src/ |
| H A D | database_manager.cpp | 76 int DatabaseManager::QueryAllEvent(std::string table, std::vector<SecEvent> &events) in QueryAllEvent() argument 111 int DatabaseManager::QueryEventByEventId(int64_t eventId, std::vector<SecEvent> &events) in QueryEventByEventId() argument 129 int DatabaseManager::QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events) in QueryEventByEventType() argument 102 QueryEventByEventIdAndDate(std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &events, std::string beginTime, std::string endTime) QueryEventByEventIdAndDate() argument 120 QueryEventByEventId(std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) QueryEventByEventId() argument 137 QueryEventByLevel(std::string table, int32_t level, std::vector<SecEvent> &events) QueryEventByLevel() argument 145 QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events) QueryEventByOwner() argument [all...] |
| /base/security/security_guard/test/unittest/data_collect/src/ |
| H A D | security_guard_data_collect_test.cpp | 188 std::vector<SecEvent> events; in HWTEST_F() local 230 std::vector<SecEvent> events; in HWTEST_F() local 270 std::vector<SecEvent> events; in HWTEST_F() local 311 std::vector<SecEvent> events; HWTEST_F() local 453 std::vector<SecEvent> events; HWTEST_F() local [all...] |
| /base/sensors/medical_sensor/interfaces/native/src/ |
| H A D | medical_native_impl.cpp | 41 static void HandleSensorData(struct SensorEvent *events, int32_t num, void *data)
in HandleSensorData() argument
|
| /base/startup/init/services/init/ |
| H A D | init_service_socket.c | 156 static void ProcessWatchEvent_(const WatcherHandle watcherHandle, int fd, uint32_t *events, const void *context) in ProcessWatchEvent_() argument
|
| /base/startup/init/services/modules/sysevent/ |
| H A D | startup_time_event.c | 97 PLUGIN_STATIC void ReportBootEventComplete(ListNode *events)
in ReportBootEventComplete() argument
|