Home
last modified time | relevance | path

Searched refs:pageParamEnable_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.cpp75 EventRecorder::Get().pageParamEnable_ = globalSwitchVal->GetBool("pageParam", true); in ParseSwitch()
H A Devent_recorder.h171 bool pageParamEnable_ = false; variable
H A Devent_recorder.cpp184 return pageParamEnable_ && eventSwitch_.pageParamEnable; in IsPageParamRecordEnable()