Home
last modified time | relevance | path

Searched refs:CheckRemoteBundleInfoForContinuation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp112 …int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remote…
129 …int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remote…
146 …int ret = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(deviceId, bundleName, remote…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h54 static int32_t CheckRemoteBundleInfoForContinuation(const std::string& dstDeviceId,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp301 int32_t BundleManagerInternal::CheckRemoteBundleInfoForContinuation(const std::string& dstDeviceId, in CheckRemoteBundleInfoForContinuation() function in OHOS::DistributedSchedule::BundleManagerInternal
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp664 result = BundleManagerInternal::CheckRemoteBundleInfoForContinuation(dstDeviceId, in ContinueLocalMission()