Home
last modified time | relevance | path

Searched refs:OnInstallFinishedByUrl (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dfree_install_observer_interface.h40 * OnInstallFinishedByUrl, return free install result.
46 virtual void OnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dfree_install_observer_proxy.h54 * OnInstallFinishedByUrl, return free install result.
60 virtual void OnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
H A Djs_free_install_observer.h65 * OnInstallFinishedByUrl, return free install result.
71 void OnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_observer_manager.cpp94 void FreeInstallObserverManager::OnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, in OnInstallFinishedByUrl() function in OHOS::AAFwk::FreeInstallObserverManager
103 TAG_LOGI(AAFwkTag::FREE_INSTALL, "OnInstallFinishedByUrl come"); in OnInstallFinishedByUrl()
128 (iter->second)->OnInstallFinishedByUrl(startTime, url, resultCode); in HandleOnInstallFinishedByUrl()
H A Dfree_install_manager.cpp415 DelayedSingleton<FreeInstallObserverManager>::GetInstance()->OnInstallFinishedByUrl(recordId, in StartAbilityByConvertedWant()
435 DelayedSingleton<FreeInstallObserverManager>::GetInstance()->OnInstallFinishedByUrl(recordId, in StartAbilityByOriginalWant()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfree_install_observer_stub.cpp47 OnInstallFinishedByUrl(startTime, url, resultCode); in OnInstallFinishedByUrlInner()
H A Dfree_install_observer_proxy.cpp66 void FreeInstallObserverProxy::OnInstallFinishedByUrl(const std::string &startTime, const std::string &url, in OnInstallFinishedByUrl() function in OHOS::AbilityRuntime::FreeInstallObserverProxy
H A Djs_free_install_observer.cpp50 void JsFreeInstallObserver::OnInstallFinishedByUrl(const std::string &startTime, const std::string& url, in OnInstallFinishedByUrl() function in OHOS::AbilityRuntime::JsFreeInstallObserver
H A Djs_service_extension_context.cpp376 freeInstallObserver->OnInstallFinishedByUrl(startTime, url, ERR_OK); in OnOpenLinkInner()
380 freeInstallObserver->OnInstallFinishedByUrl(startTime, url, *innerErrorCode); in OnOpenLinkInner()
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp83 void OnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
186 * @tc.name: OnInstallFinishedByUrl
187 * @tc.desc: Test OnInstallFinishedByUrl when callback is success.
195 freeInstallObserverManager_->OnInstallFinishedByUrl(0, startTime, url, 0); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_observer_manager.h40 void OnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_context.cpp377 freeInstallObserver_->OnInstallFinishedByUrl(startTime, url, ERR_OK); in OnOpenLinkInner()
381 freeInstallObserver_->OnInstallFinishedByUrl(startTime, url, *innerErrorCode); in OnOpenLinkInner()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability_context.cpp860 freeInstallObserver_->OnInstallFinishedByUrl(startTime, url, ERR_OK); in OnOpenLinkInner()
864 freeInstallObserver_->OnInstallFinishedByUrl(startTime, url, *innerErrCode); in OnOpenLinkInner()

Completed in 15 milliseconds