Home
last modified time | relevance | path

Searched refs:SetOnRemoteReadyCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_hub.h59 void SetOnRemoteReadyCallback( in SetOnRemoteReadyCallback() function
H A Dui_extension_model_ng.cpp213 pattern->SetOnRemoteReadyCallback(std::move(onRemoteReady)); in SetOnRemoteReady()
223 eventHub->SetOnRemoteReadyCallback(std::move(onRemoteReady)); in SetSecurityOnRemoteReady()
H A Dui_extension_pattern.h113 …void SetOnRemoteReadyCallback(const std::function<void(const RefPtr<UIExtensionProxy>&)>&& callbac…
H A Dui_extension_pattern.cpp1041 void UIExtensionPattern::SetOnRemoteReadyCallback(const std::function<void(const RefPtr<UIExtension… in SetOnRemoteReadyCallback() function in OHOS::Ace::NG::UIExtensionPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp191 pattern->SetOnRemoteReadyCallback(onRemoteReady); in SetCallbacks()