Home
last modified time | relevance | path

Searched refs:HandleOnInstallFinishedByUrl (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_observer_manager.cpp104 self->HandleOnInstallFinishedByUrl(recordId, startTime, url, resultCode); in OnInstallFinishedByUrl()
122 void FreeInstallObserverManager::HandleOnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, in HandleOnInstallFinishedByUrl() function in OHOS::AAFwk::FreeInstallObserverManager
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_free_install_observer.h153 * HandleOnInstallFinishedByUrl, handle the event of free install upon finished.
159 void HandleOnInstallFinishedByUrl(const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_observer_manager.h49 void HandleOnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_free_install_observer.cpp60 jsObserverSptr->HandleOnInstallFinishedByUrl(startTime, url, resultCode); in OnInstallFinishedByUrl()
151 void JsFreeInstallObserver::HandleOnInstallFinishedByUrl(const std::string &startTime, const std::string& url, in HandleOnInstallFinishedByUrl() function in OHOS::AbilityRuntime::JsFreeInstallObserver
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp221 * @tc.name: HandleOnInstallFinishedByUrl
222 * @tc.desc: Test HandleOnInstallFinishedByUrl when callback is success.
232 freeInstallObserverManager_->HandleOnInstallFinishedByUrl(0, startTime, url, 0); in HWTEST_F()

Completed in 3 milliseconds