Home
last modified time | relevance | path

Searched refs:EventConfig (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Devent_config.cpp34 bool EventConfig::Load(int mode) in Load()
61 bool EventConfig::Parse() in Parse()
76 bool success = EventConfig::ParseEventConfig(configs, jsonObj); in Parse()
81 EventConfig::CacheEventConfig(configs); in Parse()
82 EventConfig::CacheEventToTable(configs); in Parse()
87 bool EventConfig::Update() in Update()
102 bool success = EventConfig::ParseEventConfig(configs, jsonObj); in Update()
110 EventConfig::CacheEventConfig(configs); in Update()
111 EventConfig::CacheEventToTable(configs); in Update()
133 void EventConfig::CacheEventConfig(const std::vector<EventCfg> &configs) in CacheEventConfig()
[all …]
H A Dconfig_subscriber.cpp70 isSuccess = ConfigManager::UpdataConfig<EventConfig>(); in UpdateConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.cpp20 EventConfig::EventConfig() in EventConfig() function in OHOS::Ace::Recorder::EventConfig
26 void EventConfig::Init(const std::string& config) in Init()
60 void EventConfig::ParseSwitch(const std::unique_ptr<JsonValue>& jsonObj) in ParseSwitch()
79 void EventConfig::ParseShareNode(const std::unique_ptr<JsonValue>& shareNodeArray, PageCfg& pageCfg) in ParseShareNode()
94 void EventConfig::ParseExposureCfg(const std::unique_ptr<JsonValue>& exposureCfgArray, PageCfg& pag… in ParseExposureCfg()
112 bool EventConfig::IsEnable() const in IsEnable()
117 bool EventConfig::IsCategoryEnable(EventCategory category) const in IsCategoryEnable()
126 const std::shared_ptr<Config>& EventConfig::GetConfig() const in GetConfig()
H A Devent_config.h60 class EventConfig final {
62 EventConfig();
63 ~EventConfig() = default;
H A Devent_controller.h31 EventConfig config;
H A Devent_recorder.h166 friend class EventConfig; variable
/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Devent_config.h25 class EventConfig : public BaseConfig {
27 EventConfig() = default;
28 ~EventConfig() override = default;
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Devent_config.h25 class EventConfig : public BaseConfig {
27 EventConfig() = default;
28 ~EventConfig() override = default;
/ohos5.0/base/security/security_guard/test/unittest/risk_classify/include/
H A Devent_config.h25 class EventConfig : public BaseConfig {
27 EventConfig() = default;
28 ~EventConfig() override = default;
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapi_event_reporter.cpp63 HiviewDFX::HiAppEvent::EventConfig event1; in AddProcessor()
71 HiviewDFX::HiAppEvent::EventConfig event2; in AddProcessor()
79 HiviewDFX::HiAppEvent::EventConfig event3; in AddProcessor()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h28 using HiAppEvent::EventConfig;
47 bool IsValidEventConfig(const EventConfig& eventCfg);
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dbase_type.h55 struct EventConfig { struct
95 std::vector<EventConfig> eventConfigs;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer.cpp74 std::string GetStr(const std::vector<EventConfig>& eventConfigs) in GetStr()
129 bool EventConfig::IsValidEvent(std::shared_ptr<AppEventPack> event) const in IsValidEvent()
143 bool EventConfig::IsRealTimeEvent(std::shared_ptr<AppEventPack> event) const in IsRealTimeEvent()
148 std::string EventConfig::ToString() const in ToString()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp719 Recorder::EventConfig* config = new Recorder::EventConfig();
734 Recorder::EventConfig* config = new Recorder::EventConfig();
749 Recorder::EventConfig* config = new Recorder::EventConfig();
764 Recorder::EventConfig* config = new Recorder::EventConfig();
779 Recorder::EventConfig* config = new Recorder::EventConfig();
1113 Recorder::EventConfig* config = new Recorder::EventConfig();
/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp231 HiviewDFX::HiAppEvent::EventConfig event1; in AddProcessor()
236 HiviewDFX::HiAppEvent::EventConfig event2; in AddProcessor()
241 HiviewDFX::HiAppEvent::EventConfig event3; in AddProcessor()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp220 int GenConfigReportProp(const napi_env env, const napi_value config, HiAppEvent::EventConfig& out) in GenConfigReportProp()
222 HiAppEvent::EventConfig reportConf; in GenConfigReportProp()
251 std::vector<HiAppEvent::EventConfig> eventConfigs; in GenConfigEventConfigsProp()
255 HiAppEvent::EventConfig reportConf; in GenConfigEventConfigsProp()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp82 int ConvertConfigReportProp(const CAppEventReportConfig& config, EventConfig reportConf) in ConvertConfigReportProp()
121 std::vector<EventConfig> eventConfigs; in ConvertReportConfig()
124 EventConfig reportConf; in ConvertReportConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp61 EventConfig event; in SetReportEvent()
/ohos5.0/base/security/security_guard/services/config_manager/
H A Dsg_config_manager.map20 vtable?for?OHOS::Security::SecurityGuard::EventConfig;
/ohos5.0/base/security/security_guard/services/risk_classify/src/
H A Drisk_analysis_manager_service.cpp64 bool success = ConfigManager::InitConfig<EventConfig>(); in OnStart()
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/
H A Dsecurity_guard_config_manager_test.cpp219 EventConfig config;
229 EventConfig config;
247 EventConfig config;
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp525 bool IsValidEventConfig(const EventConfig& eventCfg) in IsValidEventConfig()
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp92 bool success = ConfigManager::InitConfig<EventConfig>(); in OnStart()