Home
last modified time | relevance | path

Searched refs:FreeInstallInfo (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_manager.h34 struct FreeInstallInfo { struct
148 const std::string& startTime, FreeInstallInfo& taskInfo);
157 bool GetFreeInstallTaskInfo(const std::string& sessionId, FreeInstallInfo& taskInfo);
194 std::vector<FreeInstallInfo> freeInstallList_;
195 std::vector<FreeInstallInfo> dmsFreeInstallCbs_;
217 FreeInstallInfo BuildFreeInstallInfo(const Want &want, int32_t userId, int requestCode,
231 void StartAbilityByPreInstall(int32_t recordId, FreeInstallInfo &info, std::string &bundleName,
235 … void HandleOnFreeInstallSuccess(int32_t recordId, FreeInstallInfo &freeInstallInfo, bool isAsync);
237 void NotifySCBToHandleException(const FreeInstallInfo &info, int resultCode);
238 void StartAbilityByConvertedWant(FreeInstallInfo &info, const std::string &startTime);
[all …]
H A Dability_manager_service.h1794 int32_t StartUIAbilityByPreInstall(const FreeInstallInfo &taskInfo);
1907 int32_t PreStartInner(const FreeInstallInfo& taskInfo);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp88 FreeInstallInfo info = BuildFreeInstallInfo(want, userId, requestCode, callerToken, in StartFreeInstall()
142 FreeInstallInfo info = BuildFreeInstallInfo(want, userId, requestCode, callerToken, false); in RemoteFreeInstall()
166 FreeInstallInfo FreeInstallManager::BuildFreeInstallInfo(const Want &want, int32_t userId, int requ… in BuildFreeInstallInfo()
170 FreeInstallInfo info = { in BuildFreeInstallInfo()
265 FreeInstallInfo &freeInstallInfo = *it; in NotifyFreeInstallResult()
351 void FreeInstallManager::StartAbilityByFreeInstall(FreeInstallInfo &info, std::string &bundleName, in StartAbilityByFreeInstall()
401 void FreeInstallManager::StartAbilityByConvertedWant(FreeInstallInfo &info, const std::string &star… in StartAbilityByConvertedWant()
421 void FreeInstallManager::StartAbilityByOriginalWant(FreeInstallInfo &info, const std::string &start… in StartAbilityByOriginalWant()
460 FreeInstallInfo info = { in FreeInstallAbilityFromRemote()
644 const std::string& startTime, FreeInstallInfo& taskInfo) in GetFreeInstallTaskInfo()
[all …]
H A Dability_manager_service.cpp2054 FreeInstallInfo taskInfo; in StartUIAbilityBySCB()
3909 FreeInstallInfo taskInfo; in SetMinimizedDuringFreeInstall()
12038 FreeInstallInfo taskInfo; in PreStartMission()
12062 int32_t AbilityManagerService::PreStartInner(const FreeInstallInfo& taskInfo) in PreStartInner()
12119 int32_t AbilityManagerService::StartUIAbilityByPreInstall(const FreeInstallInfo &taskInfo) in StartUIAbilityByPreInstall()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_free_install_callback.h36 DmsFreeInstallCallback(int64_t taskId, const IDistributedSched::FreeInstallInfo& info);
50 IDistributedSched::FreeInstallInfo info_;
H A Ddistributed_sched_interface.h62 struct FreeInstallInfo { struct
157 virtual int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote()
H A Ddistributed_sched_service.h194 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
196 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
260 int32_t StartLocalAbility(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
262 int32_t HandleRemoteNotify(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
H A Ddistributed_sched_proxy.h89 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dfree_install_manager_test.cpp177FreeInstallInfo info = freeInstallManager_->BuildFreeInstallInfo(want, userId, requestCode, nullpt…
211FreeInstallInfo info = freeInstallManager_->BuildFreeInstallInfo(want, userId, requestCode, nullpt…
245FreeInstallInfo info = freeInstallManager_->BuildFreeInstallInfo(want, userId, requestCode, nullpt…
291FreeInstallInfo info = freeInstallManager_->BuildFreeInstallInfo(want, userId, requestCode, nullpt…
382 FreeInstallInfo freeInstallInfo;
484 FreeInstallInfo freeInstallInfo;
498 FreeInstallInfo freeInstallInfo;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_free_install_callback.cpp27 …allCallback::DmsFreeInstallCallback(int64_t taskId, const IDistributedSched::FreeInstallInfo& info) in DmsFreeInstallCallback()
H A Ddistributed_sched_service.cpp2901 FreeInstallInfo info = {*newWant, requestCode, callerInfo, accountInfo}; in StartRemoteFreeInstall()
2911 int32_t DistributedSchedService::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t ta… in StartFreeInstallFromRemote()
2943 const FreeInstallInfo& info, int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstall()
2958 int32_t DistributedSchedService::StartLocalAbility(const FreeInstallInfo& info, int64_t taskId, int… in StartLocalAbility()
3014 int32_t DistributedSchedService::HandleRemoteNotify(const FreeInstallInfo& info, int64_t taskId, in… in HandleRemoteNotify()
H A Ddistributed_sched_proxy.cpp913 int32_t DistributedSchedProxy::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t task… in StartFreeInstallFromRemote()
H A Ddistributed_sched_stub.cpp1524 FreeInstallInfo info = { in StartFreeInstallFromRemoteInner()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp333 IDistributedSched::FreeInstallInfo info;
952 …DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle…
960 …DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call…
987 … DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
995 … DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1027 …DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle…
1035 …DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call…
1062 … DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1070 … DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1101 DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0,
H A Dmock_distributed_sched.cpp198 int32_t MockDistributedSched::StartFreeInstallFromRemote(const IDistributedSched::FreeInstallInfo &… in StartFreeInstallFromRemote()
209 const IDistributedSched::FreeInstallInfo &info, int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstall()
H A Dmock_distributed_sched.h88 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
90 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
H A Ddistributed_sched_continuation_test.cpp1121 IDistributedSched::FreeInstallInfo info = {.want = want,
1165 IDistributedSched::FreeInstallInfo info = {.want = want,
1205 IDistributedSched::FreeInstallInfo info = {.want = want,
1239 IDistributedSched::FreeInstallInfo info = {.want = want,
1278 IDistributedSched::FreeInstallInfo info = {.want = want,
1317 IDistributedSched::FreeInstallInfo info = {.want = want,
1346 IDistributedSched::FreeInstallInfo info;
1364 IDistributedSched::FreeInstallInfo info;
H A Ddms_free_install_callback_test.cpp48 IDistributedSched::FreeInstallInfo info; in SetUp()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/dmsfreeinstallcallbackstub_fuzzer/
H A Ddmsfreeinstallcallbackstub_fuzzer.cpp35 IDistributedSched::FreeInstallInfo info; in OnInstallFinishedInnerFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H A Dability_manager_service_third_test.cpp1248 FreeInstallInfo taskInfo;
1264 FreeInstallInfo taskInfo;
1489 FreeInstallInfo taskInfo = {
1505 FreeInstallInfo taskInfo = {
1521 FreeInstallInfo taskInfo = {
1537 FreeInstallInfo taskInfo = {
1558 FreeInstallInfo taskInfo = {