Searched refs:IsCategoryEnable (Results 1 – 4 of 4) sorted by relevance
70 …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()
67 bool IsCategoryEnable(EventCategory category) const;
117 bool EventConfig::IsCategoryEnable(EventCategory category) const in IsCategoryEnable() function in OHOS::Ace::Recorder::EventConfig
1115 bool result = config->IsCategoryEnable(Recorder::EventCategory::CATEGORY_PAGE);