Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp47 int32_t DistributedSchedProxy::StartRemoteAbility(const OHOS::AAFwk::Want& want, in StartRemoteAbility()
67 int32_t DistributedSchedProxy::StartAbilityFromRemote(const OHOS::AAFwk::Want& want, in StartAbilityFromRemote()
320 int32_t DistributedSchedProxy::ConnectAbilityFromRemote(const OHOS::AAFwk::Want& want, in ConnectAbilityFromRemote()
461 int32_t DistributedSchedProxy::StopSyncRemoteMissions(const std::string& devId) in StopSyncRemoteMissions()
504 int32_t DistributedSchedProxy::RegisterMissionListener(const std::u16string& devId, in RegisterMissionListener()
602 int32_t DistributedSchedProxy::UnRegisterMissionListener(const std::u16string& devId, in UnRegisterMissionListener()
752 int32_t DistributedSchedProxy::StartRemoteAbilityByCall(const OHOS::AAFwk::Want& want, in StartRemoteAbilityByCall()
882 int32_t DistributedSchedProxy::StartRemoteFreeInstall(const OHOS::AAFwk::Want& want, in StartRemoteFreeInstall()
976 int32_t DistributedSchedProxy::StartRemoteShareForm( in StartRemoteShareForm()
1005 int32_t DistributedSchedProxy::StartShareFormFromRemote( in StartShareFormFromRemote()
[all …]
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h28 class DistributedSchedProxy : public IRemoteProxy<IDistributedSched> {
30 explicit DistributedSchedProxy(const sptr<IRemoteObject>& impl) in DistributedSchedProxy() function
32 ~DistributedSchedProxy() {} in ~DistributedSchedProxy()
107 static inline BrokerDelegator<DistributedSchedProxy> delegator_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp952DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle…
960DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call…
987DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
995DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1027DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle…
1035DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call…
1062DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1070DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = DEFAULT_REQUEST_CODE,
1101 DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0,
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Ddms_mission_manager_test.cpp2145 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(listener));
3176 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(remote));
3227 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(remote));