Home
last modified time | relevance | path

Searched defs:events (Results 251 - 275 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp144 struct epoll_event events[eventct]; in LoopingThreadEntry() local
/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_event.cpp75 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 Dfusion_device_profile.cpp115 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 Dmock_event_handler.cpp63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_event_handler.cpp63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_smooth_processor.cpp71 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 Dstatic_subscriber_data_manager.cpp190 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 Dmock_event_handler.cpp63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dnative_implement_eventhandler.cpp155 AddFileDescriptorListener( int32_t fileDescriptor, uint32_t events, const FileDescriptorCallbacks *fdCallbacks) const AddFileDescriptorListener() argument
H A Depoll_io_waiter.cpp153 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 Dcommon_event_manager.cpp145 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 Dcommon_event_manager_service_test.cpp314 std::vector<std::string> events; in HWTEST_F() local
H A Dcommon_event_subscriber_manager_test.cpp231 std::vector<std::string> events; in HWTEST_F() local
248 std::vector<std::string> events; in HWTEST_F() local
H A Dinner_common_event_manager_test.cpp460 std::vector<std::string> events; in HWTEST_F() local
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_event_handler.cpp63 ErrCode EventHandler::AddFileDescriptorListener(int32_t fileDescriptor, uint32_t events, in AddFileDescriptorListener() argument
/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp246 struct epoll_event events[cbct]; in LoopingThreadEntry() local
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp637 std::vector<std::string> events; in HWTEST_F() local
H A Dcommon_event_proxy_test.cpp376 std::vector<std::string> events; in HWTEST_F() local
/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp28 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 Dbattery_thread.cpp175 struct epoll_event events[size]; in LoopingThreadEntry() local
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_manager.cpp76 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 Dsecurity_guard_data_collect_test.cpp188 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 Dmedical_native_impl.cpp41 static void HandleSensorData(struct SensorEvent *events, int32_t num, void *data) in HandleSensorData() argument
/base/startup/init/services/init/
H A Dinit_service_socket.c156 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 Dstartup_time_event.c97 PLUGIN_STATIC void ReportBootEventComplete(ListNode *events) in ReportBootEventComplete() argument

Completed in 15 milliseconds

1...<<11121314151617181920>>...23