Home
last modified time | relevance | path

Searched refs:firstTry (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp59 bool firstTry, std::string& appGalleryBundleName, std::map<std::string, std::string>& params) in AssembleUiExtensionParams() argument
69 if (firstTry) { in AssembleUiExtensionParams()
303 void AppBarView::CreateServicePanel(bool firstTry) in CreateServicePanel() argument
322 callbacks.onError = [wp = WeakClaim(this), firstTry]( in CreateServicePanel()
326 if (firstTry) { in CreateServicePanel()
337 AssembleUiExtensionParams(firstTry, appGalleryBundleName, params); in CreateServicePanel()
H A Dapp_bar_view.h59 void CreateServicePanel(bool firstTry);