Home
last modified time | relevance | path

Searched refs:LaunchType (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_callback_task_test.cpp52 LaunchType launchType = LaunchType::FREEINSTALL_CONTINUE; in PushMockTask()
108 LaunchType launchType = LaunchType::FREEINSTALL_START; in HWTEST_F()
128 LaunchType launchType = LaunchType::FREEINSTALL_START; in HWTEST_F()
148 LaunchType launchType = LaunchType::FREEINSTALL_START; in HWTEST_F()
169 LaunchType launchType = LaunchType in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddms_callback_task.h33 enum class LaunchType { class
41 LaunchType launchType = LaunchType::FREEINSTALL_START;
51 LaunchType launchType, const OHOS::AAFwk::Want& want);
54 LaunchType GetLaunchType(int64_t taskId);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_callback_task.cpp48 const std::string& deviceId, LaunchType launchType, const OHOS::AAFwk::Want& want) in PushCallback()
56 if (launchType == LaunchType::FREEINSTALL_START) { in PushCallback()
150 LaunchType DmsCallbackTask::GetLaunchType(int64_t taskId) in GetLaunchType()
154 return LaunchType::FREEINSTALL_START; in GetLaunchType()
160 return LaunchType::FREEINSTALL_START; in GetLaunchType()
H A Ddistributed_sched_service.cpp3153 LaunchType launchType = LaunchType::FREEINSTALL_START; in StartRemoteFreeInstall()
3155 launchType = LaunchType::FREEINSTALL_CONTINUE; in StartRemoteFreeInstall()
3161 if (launchType == LaunchType::FREEINSTALL_CONTINUE) { in StartRemoteFreeInstall()
3313 LaunchType launchType = dmsCallbackTask_->GetLaunchType(taskId); in NotifyCompleteFreeInstallFromRemote()
3315 if (launchType == LaunchType::FREEINSTALL_START) { in NotifyCompleteFreeInstallFromRemote()

Completed in 12 milliseconds