Home
last modified time | relevance | path

Searched defs:events (Results 26 – 50 of 427) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/jsonFiles/
H A DTest_TransformJoyStickJsonDataToInputDataEventsIsEmpty.json4 "events":[ array
H A DTest_TransformKeyBoardJsonDataToInputDataEventsIsEmpty.json4 "events":[ array
H A DTest_TransformPenJsonDataToInputDataEventsIsEmpty.json3 "deviceName": "pen", "events":[] array
H A DTest_TransformJsonDataToInputDataEventsIsEmpty.json4 "events":[ array
H A DTest_TransformGamePadJsonDataToInputDataNotFindDirectionInRockerDirectionKey.json4 "events":[ array
H A DTest_TransformJoyStickJsonDataToInputDataNotFindDirectionInDirectionKey.json4 "events":[ array
H A DTest_TransformJoyStickJsonDataToInputDataNotFindKeyValue.json4 "events":[ array
H A DTest_TransformJoyStickJsonDataToInputDataNotFindKeyValueInThro.json4 "events":[ array
H A DTest_GetDeviceObjectTestNotFindDevice.json4 "events":[ array
H A DTest_TransformGamePadJsonDataToInputDataNotFindEventInRocker.json4 "events":[ array
H A DTest_TransformGamePadJsonDataToInputDataNotFindKeyValueInPress.json4 "events":[ array
H A DTest_TransformJoyStickJsonDataToInputDataNotFindAnyEventType.json4 "events":[ array
H A DTest_TransformJoyStickJsonDataToInputDataNotFindEventInRocker.json4 "events":[ array
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Daudit_event_mem_rdb_helper.cpp86 int AuditEventMemRdbHelper::QueryAllEvent(std::vector<SecEvent> &events) in QueryAllEvent()
104 int AuditEventMemRdbHelper::QueryAllEventFromMem(std::vector<SecEvent> &events) in QueryAllEventFromMem()
109 int AuditEventMemRdbHelper::QueryEventFromMemByDate(std::vector<SecEvent> &events, std::string date) in QueryEventFromMemByDate()
181 std::vector<SecEvent> events; in FlushAllEvent() local
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dsystem_ability_operator.cpp59 …ystemAbilityOperator::UpdateStartupOnDemandPolicy(const std::vector<SystemAbilityOnDemandEvent> &e… in UpdateStartupOnDemandPolicy()
107 std::vector<SystemAbilityOnDemandEvent> events; in GetStartupOnDemandPolicy() local
/ohos5.0/base/hiviewdfx/hiview/base/event_report/factory/include/
H A Dlogger_event_factory.h30 virtual void Create(std::vector<std::unique_ptr<LoggerEvent>>& events) {} in Create()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp40 void StoreEventsToDb(std::vector<std::shared_ptr<AppEventPack>>& events) in StoreEventsToDb()
53 void StoreEventMappingToDb(const std::vector<std::shared_ptr<AppEventPack>>& events, in StoreEventMappingToDb()
66 void SendEventsToObserver(const std::vector<std::shared_ptr<AppEventPack>>& events, in SendEventsToObserver()
94 std::vector<std::shared_ptr<AppEventPack>> events; in InitObserverFromDb() local
291 void AppEventObserverMgr::HandleEvents(std::vector<std::shared_ptr<AppEventPack>>& events) in HandleEvents()
397 std::vector<std::shared_ptr<AppEventPack>> events; in InitObserverFromListener() local
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js662 events: ['getEditorAttributeSyncResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1b00.subscribeInfo
736 events: ['getTextIndexAtCursorSyncResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1e00.subscribeInfo
810 events: ['getForwardSyncResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2100.subscribeInfo
835 events: ['getBackwardSyncResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2200.subscribeInfo
888 events: ['changeFlag'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2400.subscribeInfo
919 events: ['setPrivacyModeWithoutPermissionResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2500.subscribeInfo
939 events: ['setPrivacyModeErrorParamResult'] property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2600.subscribeInfo
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c83 static int32_t CtlEpollDesc(EpollTask *task, int op, uint32_t events) in CtlEpollDesc()
111 static int32_t CtlEpollDescSync(EpollTask *task, EpollEventCtrlFunc func, uint32_t events) in CtlEpollDescSync()
132 int32_t RunEpollTask(void *task, uint32_t events) in RunEpollTask()
137 int32_t RefreshEpollTask(EpollTask *task, uint32_t events) in RefreshEpollTask()
142 int32_t RegisterEpollTask(EpollTask *task, uint32_t events) in RegisterEpollTask()
493 static void EpollTaskEventHandle(uint32_t events, EpollTask *task) in EpollTaskEventHandle()
536 static void EpollFdEventAdd(EpollSet *epollSetPtr, uint32_t events, EpollTask *task) in EpollFdEventAdd()
625 static void EpollFdEventDel(EpollSet *epollSetPtr, uint32_t events, EpollTask *task)
652 static void EpollFdEventMod(EpollSet *epollSetPtr, uint32_t events, EpollTask *task)
681 static void EpollFdEventRun(EpollSet *epollSetPtr, uint32_t events, EpollTask *task)
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_data_manager_unit_test/
H A Dstatic_subscriber_data_manager_unit_test.cpp162 std::vector<std::string> events; variable
180 std::vector<std::string> events; variable
195 std::vector<std::string> events; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_observer_wrapper.cpp38const std::initializer_list<std::string> &events, bool asyncCallback) in On()
73const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_distributer.cpp20 void InputEventDistributer::Distribute(const RawEvent* events, int32_t size) in Distribute()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Dmod.rs46 mod events; module
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp62 int DataShareDao::SaveSubscriberInfo(int32_t uid, const std::string& events) in SaveSubscriberInfo()
117 int DataShareDao::GetEventListByUid(int32_t uid, std::string& events) in GetEventListByUid()
188 std::string events; in GetTotalSubscriberInfo() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dinterface_state_observer_wrapper.cpp43const std::initializer_list<std::string> &events, bool asyncCallback) in On()
80const std::initializer_list<std::string> &events, bool asyncCallback) in Off()

12345678910>>...18