Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dapp_manager.h32 ErrCode StartAbilityByBundleInfo(std::string abilityName, std::string bundleName);
/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp57 …ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleLis… in OrderInput()
79 …ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleLis… in RandomInput()
/test/ostest/wukong/common/src/
Dapp_manager.cpp78 ErrCode AppManager::StartAbilityByBundleInfo(std::string abilityName, std::string bundleName) in StartAbilityByBundleInfo() function in OHOS::WuKong::AppManager