Home
last modified time | relevance | path

Searched refs:eventType_ (Results 1 – 20 of 20) sorted by relevance

/base/accessibility/services/aams/test/mock/
Daccessibility_event_info_mock.cpp33 return eventType_; in GetEventType()
38 eventType_ = eventType; in SetEventType()
43 eventType_ = TYPE_WINDOW_UPDATE; in AccessibilityEventInfo()
48 eventType_ = eventType; in AccessibilityEventInfo()
/base/accessibility/services/test/mock/
Daccessibility_event_info_mock.cpp32 return eventType_; in GetEventType()
37 eventType_ = eventType; in SetEventType()
43 eventType_ = TYPE_WINDOW_UPDATE; in AccessibilityEventInfo()
50 eventType_ = eventType; in AccessibilityEventInfo()
/base/accessibility/frameworks/asacfwk/src/
Daccessibility_state_event.cpp26 return eventType_; in GetEventType()
41 eventType_ = *(const_cast<AccessibilityStateEventType*>(&eventType)); in SetEventType()
Daccessibility_event_info.cpp258 eventType_ = static_cast<EventType>(eventType); in ReadFromParcel()
335 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int>(eventType_)); in Marshalling()
420 HILOG_DEBUG("eventType_[%{public}d]", eventType_); in GetEventType()
421 return eventType_; in GetEventType()
450 eventType_ = EventType(eventType); in SetEventType()
451 HILOG_DEBUG("eventType_[%{public}d]", eventType_); in SetEventType()
503 : eventType_(TYPE_WINDOW_UPDATE), windowChangeTypes_(windowChangeTypes) in AccessibilityEventInfo()
509 AccessibilityEventInfo::AccessibilityEventInfo(EventType eventType) : eventType_(eventType) in AccessibilityEventInfo()
511 HILOG_DEBUG("eventType_[%{public}d]", eventType_); in AccessibilityEventInfo()
/base/accessibility/services/test/mock/multimodalinput/src/
Dmock_input_event.cpp20 InputEvent::InputEvent(int32_t eventType) : eventType_(eventType) in InputEvent()
26 : eventType_(other.eventType_), id_(other.id_), actionTime_(other.actionTime_), in InputEvent()
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Drule.h28 eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule()
40 std::string eventType_; variable
/base/hiviewdfx/hiview/utility/smart_parser/rule/
Drule.cpp36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule()
40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
/base/accessibility/interfaces/kits/napi/include/
Dnapi_accessibility_system_ability_client.h38 return eventType_; in GetEventType()
54 std::string eventType_ = ""; variable
71 return eventType_; in GetEventType()
87 std::string eventType_ = ""; variable
118 std::string eventType_ = ""; member
/base/accessibility/interfaces/innerkits/asacfwk/include/
Daccessibility_state_event.h86 AccessibilityStateEventType eventType_ = EVENT_ACCESSIBILITY_STATE_CHANGED;
Daccessibility_event_info.h722 EventType eventType_ = TYPE_VIEW_INVALID;
/base/miscservices/screenlock/interfaces/kits/napi/include/
Dscreenlock_system_ability_callback.h36 int32_t eventType_;
/base/miscservices/screenlock/test/unittest/
Dscreenlock_notify_test_instance.h36 int32_t eventType_;
Dscreenlock_notify_test_instance.cpp36 eventType_ = eventType; in ScreenlockNotifyTestInstance()
/base/accessibility/frameworks/aafwk/test/mock/
Dmock_accessibility_event_info.cpp218 return eventType_; in GetEventType()
243 eventType_ = eventType; in SetEventType()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h44 … const std::string& eventType) : taskId_(time(nullptr)), eventType_(eventType), lineCursor_(0), in FeatureAnalysis()
90 std::string eventType_; variable
/base/update/updateservice/client/
Dupdate_session.h167 return eventType_; in GetEventType()
175 std::string eventType_; variable
Dupdate_session.cpp197 int ret = UpdateClient::GetStringValue(env, args[0], eventType_); in StartWork()
234 return isEquals && (type.compare(eventType_) == 0); in CheckEqual()
/base/miscservices/screenlock/interfaces/kits/napi/src/
Dscreenlock_system_ability_callback.cpp25 int32_t eventType, std::list<EventListener> &listenerList) : eventType_(eventType) in ScreenlockSystemAbilityCallback()
28 SCLOCK_HILOGD("eventType_----> %{public}d", eventType_); in ScreenlockSystemAbilityCallback()
/base/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_system_ability_client.cpp347 if (!std::strcmp(eventType_.c_str(), "accessibility")) { in GetStateType()
349 } else if (!std::strcmp(eventType_.c_str(), "touchExplorer")) { in GetStateType()
352 HILOG_ERROR("SubscribeState eventType[%s] is error", eventType_.c_str()); in GetStateType()
360 eventType_ = GetStringFromNAPI(env, args[0]); in StartWork()
1541 if (!std::strcmp(eventType_.c_str(), "enableChange")) { in GetStateType()
1543 } else if (!std::strcmp(eventType_.c_str(), "styleChange")) { in GetStateType()
1546 HILOG_ERROR("GetStateType eventType[%s] is error", eventType_.c_str()); in GetStateType()
1554 eventType_ = GetStringFromNAPI(env, args[0]); in StartWork()
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp48 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog()
441 if (eventType_ == "JAVA_CRASH" && eventInfo_.find("END_STACK") != eventInfo_.end()) { in ExtraProcess()