Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp111 AppExecFwk::DistributedBundleInfo remoteBundleInfo; in HWTEST_F() local
112 int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remoteBundleInfo); in HWTEST_F()
128 AppExecFwk::DistributedBundleInfo remoteBundleInfo; in HWTEST_F() local
129 int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remoteBundleInfo); in HWTEST_F()
145 AppExecFwk::DistributedBundleInfo remoteBundleInfo; in HWTEST_F() local
146 int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remoteBundleInfo); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h55 const std::string& bundleName, AppExecFwk::DistributedBundleInfo& remoteBundleInfo);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp302 const std::string& bundleName, AppExecFwk::DistributedBundleInfo& remoteBundleInfo) in CheckRemoteBundleInfoForContinuation()
316 bool isInstalled = bms->GetDistributedBundleInfo(dstDeviceId, bundleName, remoteBundleInfo); in CheckRemoteBundleInfoForContinuation()
301 CheckRemoteBundleInfoForContinuation(const std::string& dstDeviceId, const std::string& bundleName, AppExecFwk::DistributedBundleInfo& remoteBundleInfo) CheckRemoteBundleInfoForContinuation() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp932 DistributedBundleInfo remoteBundleInfo; in ContinueLocalMission() local
934 bundleName, remoteBundleInfo); in ContinueLocalMission()
936 return ContinueAbilityWithTimeout(dstDeviceId, missionId, callback, remoteBundleInfo.versionCode); in ContinueLocalMission()

Completed in 12 milliseconds