Home
last modified time | relevance | path

Searched refs:RunPa (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp111 Platform::PaContainer::RunPa(abilityId_, parsedUrl, want); in OnStart()
H A Dpa_container.h153 static bool RunPa(int32_t instanceId, const std::string& content, const OHOS::AAFwk::Want& want);
H A Dace_form_ability.cpp107 Platform::PaContainer::RunPa(instanceId_, parsedUrl, want); in LoadFormEnv()
H A Dace_data_ability.cpp112 Platform::PaContainer::RunPa(abilityId_, parsedUrl, want); in OnStart()
H A Dpa_container.cpp94 bool PaContainer::RunPa(int32_t instanceId, const std::string& content, const OHOS::AAFwk::Want& want) in RunPa() function in OHOS::Ace::Platform::PaContainer
96 LOGI("PA: PaContainer RunPa start"); in RunPa()
104 paBackend->RunPa(content, want); in RunPa()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
H A Dpa_backend.h59 void RunPa(const std::string& url, const OHOS::AAFwk::Want& want);
H A Dpa_backend.cpp294 LOGE("RunPa parse manifest.json failed."); in ParseManifest()
336 void PaBackend::RunPa(const std::string& url, const OHOS::AAFwk::Want& want) in RunPa() function in OHOS::Ace::PaBackend
338 ACE_SCOPED_TRACE("PaBackend::RunPa"); in RunPa()

Completed in 4 milliseconds