/base/accessibility/services/aams/test/mock/ |
D | accessibility_event_info_mock.cpp | 33 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/ |
D | accessibility_event_info_mock.cpp | 32 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/ |
D | accessibility_state_event.cpp | 26 return eventType_; in GetEventType() 41 eventType_ = *(const_cast<AccessibilityStateEventType*>(&eventType)); in SetEventType()
|
D | accessibility_event_info.cpp | 258 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/ |
D | mock_input_event.cpp | 20 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/ |
D | rule.h | 28 eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule() 40 std::string eventType_; variable
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
D | rule.cpp | 36 extractRule.ParseExtractRule(eventType_, extractConfig, eventPath_); in ParseRule() 40 composeRule.ParseComposeRule(composeConfig, eventType_, extractRule.GetFeatureId()); in ParseRule()
|
/base/accessibility/interfaces/kits/napi/include/ |
D | napi_accessibility_system_ability_client.h | 38 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/ |
D | accessibility_state_event.h | 86 AccessibilityStateEventType eventType_ = EVENT_ACCESSIBILITY_STATE_CHANGED;
|
D | accessibility_event_info.h | 722 EventType eventType_ = TYPE_VIEW_INVALID;
|
/base/miscservices/screenlock/interfaces/kits/napi/include/ |
D | screenlock_system_ability_callback.h | 36 int32_t eventType_;
|
/base/miscservices/screenlock/test/unittest/ |
D | screenlock_notify_test_instance.h | 36 int32_t eventType_;
|
D | screenlock_notify_test_instance.cpp | 36 eventType_ = eventType; in ScreenlockNotifyTestInstance()
|
/base/accessibility/frameworks/aafwk/test/mock/ |
D | mock_accessibility_event_info.cpp | 218 return eventType_; in GetEventType() 243 eventType_ = eventType; in SetEventType()
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/ |
D | feature_analysis.h | 44 … const std::string& eventType) : taskId_(time(nullptr)), eventType_(eventType), lineCursor_(0), in FeatureAnalysis() 90 std::string eventType_; variable
|
/base/update/updateservice/client/ |
D | update_session.h | 167 return eventType_; in GetEventType() 175 std::string eventType_; variable
|
D | update_session.cpp | 197 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/ |
D | screenlock_system_ability_callback.cpp | 25 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/ |
D | napi_accessibility_system_ability_client.cpp | 347 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/ |
D | feature_analysis.cpp | 48 featureSet_.fullPath.c_str(), eventType_.c_str()); in AnalysisLog() 441 if (eventType_ == "JAVA_CRASH" && eventInfo_.find("END_STACK") != eventInfo_.end()) { in ExtraProcess()
|