Searched refs:DistributedSchedProxy (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 47 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 D | distributed_sched_proxy.h | 28 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 D | distributed_sched_service_second_test.cpp | 952 …DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle… 960 …DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call… 987 … DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE, 995 … DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = DEFAULT_REQUEST_CODE, 1027 …DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = 0, .callerInfo = calle… 1035 …DistributedSchedProxy::FreeInstallInfo info2 = {.want = want, .requestCode = 0, .callerInfo = call… 1062 … DistributedSchedProxy::FreeInstallInfo info = {.want = want, .requestCode = DEFAULT_REQUEST_CODE, 1070 … DistributedSchedProxy::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 D | dms_mission_manager_test.cpp | 2145 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(listener)); 3176 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(remote)); 3227 sptr<IDistributedSched> remoteDmsObj(new DistributedSchedProxy(remote));
|