Home
last modified time | relevance | path

Searched refs:UpdateApplicationInfoInstalled (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_event_util.cpp26 DelayedSingleton<AppScheduler>::GetInstance()->UpdateApplicationInfoInstalled(bundleName, uid); in HandleModuleInfoUpdated()
H A Dapp_scheduler.cpp101 int AppScheduler::UpdateApplicationInfoInstalled(const std::string &bundleName, const int32_t uid) in UpdateApplicationInfoInstalled() function in OHOS::AAFwk::AppScheduler
105 int ret = (int)appMgrClient_->UpdateApplicationInfoInstalled(bundleName, uid); in UpdateApplicationInfoInstalled()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h52 void UpdateApplicationInfoInstalled(const ApplicationInfo &appInfo);
H A Dams_mgr_scheduler.h155 …virtual int32_t UpdateApplicationInfoInstalled(const std::string &bundleName, const int uid) overr…
H A Dapp_running_record.h378 void UpdateApplicationInfoInstalled(const ApplicationInfo &appInfo);
H A Dapp_mgr_service_inner.h274 virtual int32_t UpdateApplicationInfoInstalled(const std::string &bundleName, const int uid);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_mgr_client_mock.h38 …MOCK_METHOD2(UpdateApplicationInfoInstalled, AppMgrResultCode(const std::string &bundleName, const…
/ohos5.0/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h41 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_ams_mgr_scheduler.h42 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
H A Dmock_app_mgr_service_inner.h43 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
H A Dmock_app_mgr_service.h43 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h245 void UpdateApplicationInfoInstalled(const AppExecFwk::ApplicationInfo &appInfo);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h152 virtual int UpdateApplicationInfoInstalled(const std::string &bundleName, const int uid) = 0;
H A Dams_mgr_proxy.h142 …virtual int32_t UpdateApplicationInfoInstalled(const std::string &bundleName, const int uid) overr…
H A Dapp_mgr_client.h156 …virtual AppMgrResultCode UpdateApplicationInfoInstalled(const std::string &bundleName, const int u…
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp353 int32_t AmsMgrScheduler::UpdateApplicationInfoInstalled(const std::string &bundleName, const int ui… in UpdateApplicationInfoInstalled() function in OHOS::AppExecFwk::AmsMgrScheduler
359 return amsMgrServiceInner_->UpdateApplicationInfoInstalled(bundleName, uid); in UpdateApplicationInfoInstalled()
H A Dapp_lifecycle_deal.cpp46 void AppLifeCycleDeal::UpdateApplicationInfoInstalled(const ApplicationInfo &appInfo) in UpdateApplicationInfoInstalled() function in OHOS::AppExecFwk::AppLifeCycleDeal
H A Dapp_running_record.cpp498 void AppRunningRecord::UpdateApplicationInfoInstalled(const ApplicationInfo &appInfo) in UpdateApplicationInfoInstalled() function in OHOS::AppExecFwk::AppRunningRecord
509 appLifeCycleDeal_->UpdateApplicationInfoInstalled(appInfo); in UpdateApplicationInfoInstalled()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h276 int UpdateApplicationInfoInstalled(const std::string &bundleName, const int32_t uid);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h131 MOCK_METHOD2(UpdateApplicationInfoInstalled, int(const std::string&, const int uid));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1131 auto iret = amsMgrScheduler->UpdateApplicationInfoInstalled(bundleName, uid);
1151 auto iret = amsMgrScheduler->UpdateApplicationInfoInstalled(bundleName, uid);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp271 AppMgrResultCode AppMgrClient::UpdateApplicationInfoInstalled(const std::string &bundleName, const … in UpdateApplicationInfoInstalled() function in OHOS::AppExecFwk::AppMgrClient
277 int32_t result = amsService->UpdateApplicationInfoInstalled(bundleName, uid); in UpdateApplicationInfoInstalled()
H A Dams_mgr_stub.cpp574 int32_t result = UpdateApplicationInfoInstalled(bundleName, uid); in HandleUpdateApplicationInfoInstalled()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp775 void OHOSApplication::UpdateApplicationInfoInstalled(const AppExecFwk::ApplicationInfo &appInfo) in UpdateApplicationInfoInstalled() function in OHOS::AppExecFwk::OHOSApplication
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp657 appMgrClient->UpdateApplicationInfoInstalled(bundleName, uid);

12