Home
last modified time | relevance | path

Searched defs:eventTypes (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_ability_info.h49 inline void SetEventTypes(uint32_t eventTypes) in SetEventTypes()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp154 void ConvertEventTypes(const uint32_t value, std::string &eventTypes) in ConvertEventTypes()
233 std::string eventTypes; in DumpAccessibilityClientInfo() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher_proxy.cpp41 int NdkAppEventWatcherProxy::SetAppEventFilter(const char *domain, uint8_t eventTypes, in SetAppEventFilter()
H A Dndk_app_event_watcher_service.cpp45 int SetAppEventFilter(struct HiAppEvent_Watcher* watcher, const char* domain, uint8_t eventTypes, in SetAppEventFilter()
H A Dndk_app_event_watcher.cpp39 int NdkAppEventWatcher::AddAppEventFilter(const char* domain, uint8_t eventTypes, in AddAppEventFilter()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_ability_info.h153 inline void SetEventTypes(uint32_t eventTypes) in SetEventTypes()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp78 std::list<int> eventTypes; in RegisterObserver() local
136 std::list<int> eventTypes; in UnRegisterObserver() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h73 CArrUI32 eventTypes; member
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp262 const int eventTypes[] = { 1, 2, 3, 4 }; // for fault, statistic, security and behavior event in InitQuotaMap() local
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibilitysystemabilityclient_fuzzer/
H A Daccessibilitysystemabilityclient_fuzzer.cpp257 uint32_t eventTypes = 0; in SubscribeStateObserverFuzzTest() local
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h278 std::vector<uint32_t> eventTypes; member
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_utils.cpp467 std::vector<std::string> eventTypes = ParseEventTypesToVec(eventTypesValue); in ConvertAccessibleAbilityInfoToJSPart2() local
1851 void ConvertJSToEventTypes(napi_env env, napi_value arrayValue, uint32_t &eventTypes) in ConvertJSToEventTypes()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c298 …Event_SetAppEventFilter(struct HiAppEvent_Watcher *watcher, const char *domain, uint8_t eventTypes, in OH_HiAppEvent_SetAppEventFilter()