Searched refs:remoteBundleInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | bundle_manager_internal_test.cpp | 111 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 D | bundle_manager_internal.h | 55 const std::string& bundleName, AppExecFwk::DistributedBundleInfo& remoteBundleInfo);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 302 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 D | distributed_sched_service.cpp | 932 DistributedBundleInfo remoteBundleInfo; in ContinueLocalMission() local 934 bundleName, remoteBundleInfo); in ContinueLocalMission() 936 return ContinueAbilityWithTimeout(dstDeviceId, missionId, callback, remoteBundleInfo.versionCode); in ContinueLocalMission()
|
Completed in 12 milliseconds