Home
last modified time | relevance | path

Searched defs:eventMap_ (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dconfig_data_manager.h47 std::unordered_map<int64_t, EventCfg> eventMap_; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dconfig_data_manager.h49 std::unordered_map<int64_t, EventCfg> eventMap_; variable
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Dohos_account_manager.h202 std::map<std::string, ACCOUNT_INNER_EVENT_TYPE> eventMap_; variable
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H A Ddm_native_event.h43 std::map<std::string, std::shared_ptr<DmEventListener>> eventMap_; variable
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_event.h43 std::map<std::string, std::shared_ptr<DmEventListener>> eventMap_; variable
/ohos5.0/base/update/updater/utils/include/
H A Dupdater_event.h46 static inline std::map<enum EventId, std::vector<EventHandler>> eventMap_ {}; enum
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h96 std::unordered_map<int32_t, std::string> eventMap_; variable
H A Dkey_session_impl.h110 std::unordered_map<int32_t, std::string> eventMap_; variable
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_share_mgr.h158 std::map<int64_t, std::string> eventMap_; variable
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Ddmd_report.h46 static std::map<int32_t, int64_t> eventMap_; variable
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_permission_manager.h64 std::unordered_map<std::string, Permission> eventMap_; variable
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Ddmd_report.cpp33 std::map<int32_t, int64_t> DmdReport::eventMap_ = { member in OHOS::Sensors::DmdReport
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dback_end_event_manager.h98 std::unordered_map<std::string, std::function<void(Args...)>> eventMap_; variable
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/
H A Dnative_drm_object.h140 std::unordered_map<std::string, DRM_EventType> eventMap_; variable
285 std::unordered_map<std::string, DRM_EventType> eventMap_; variable
/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Devent_handler_wrap.h133 std::unordered_map<std::string, EventWrap> eventMap_; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp55 std::map<TransitionReason, TransitionEvent> eventMap_ = { variable