Searched refs:CATEGORY_COMPONENT (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.cpp | 280 … 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 D | event_config.h | 29 CATEGORY_COMPONENT, enumerator
|
H A D | event_config.cpp | 66 … switches_->emplace(EventCategory::CATEGORY_COMPONENT, switchVal->GetBool("component", false)); in ParseSwitch()
|
H A D | event_controller.cpp | 74 … eventSwitch.componentEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_COMPONENT); in NotifyConfigChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 1114 config->switches_->emplace(Recorder::EventCategory::CATEGORY_COMPONENT, false); 1148 … Recorder::EventCategory::CATEGORY_COMPONENT, Recorder::EventType::CHANGE, std::move(params));
|