Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp145 context->SetConfigChangedCallback(GetHost()->GetId(), std::move(langTask)); in InitEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h992 void SetConfigChangedCallback(int32_t nodeId, configChangedCallback&& listener) in SetConfigChangedCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3492 pipeline->SetConfigChangedCallback(host->GetId(), callback); in SetTextDetectEnable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp796 context->SetConfigChangedCallback(GetHost()->GetId(), std::move(langTask)); in InitConfigChangeCallback()