Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
H A Dability_component_controller.h55 void SetStartAbilityImpl(const std::function<void(const std::string&)>& startAbilityImpl) in SetStartAbilityImpl() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_delegate.cpp65 controller->SetStartAbilityImpl([weak = WeakClaim(this)](const std::string& want) { in InitControllerImpl()