Home
last modified time | relevance | path

Searched refs:CATEGORY_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp280 … EventCategory::CATEGORY_COMPONENT, static_cast<int32_t>(EventType::CLICK), std::move(params)); in OnClick()
291 … EventCategory::CATEGORY_COMPONENT, static_cast<int32_t>(EventType::CHANGE), std::move(params)); in OnChange()
301 EventCategory::CATEGORY_COMPONENT, static_cast<int32_t>(eventType), std::move(params)); in OnEvent()
H A Devent_config.h29 CATEGORY_COMPONENT, enumerator
H A Devent_config.cpp66 … switches_->emplace(EventCategory::CATEGORY_COMPONENT, switchVal->GetBool("component", false)); in ParseSwitch()
H A Devent_controller.cpp74 … eventSwitch.componentEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_COMPONENT); in NotifyConfigChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp1114 config->switches_->emplace(Recorder::EventCategory::CATEGORY_COMPONENT, false);
1148 … Recorder::EventCategory::CATEGORY_COMPONENT, Recorder::EventType::CHANGE, std::move(params));