Home
last modified time | relevance | path

Searched refs:IsCategoryEnable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_controller.cpp70 …eventSwitch.pageEnable = eventSwitch.pageEnable || client.config.IsCategoryEnable(EventCategory::C… in NotifyConfigChange()
72 … eventSwitch.exposureEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_EXPOSURE); in NotifyConfigChange()
74 … eventSwitch.componentEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_COMPONENT); in NotifyConfigChange()
76 … eventSwitch.pageParamEnable || client.config.IsCategoryEnable(EventCategory::CATEGORY_PAGE_PARAM); in NotifyConfigChange()
227 if (client.config.IsEnable() && client.config.IsCategoryEnable(category)) { in NotifyEventSync()
H A Devent_config.h67 bool IsCategoryEnable(EventCategory category) const;
H A Devent_config.cpp117 bool EventConfig::IsCategoryEnable(EventCategory category) const in IsCategoryEnable() function in OHOS::Ace::Recorder::EventConfig
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp1115 bool result = config->IsCategoryEnable(Recorder::EventCategory::CATEGORY_PAGE);