Home
last modified time | relevance | path

Searched refs:GetDmsProxy (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp31 sptr<IRemoteObject> DistributedClient::GetDmsProxy() in GetDmsProxy() function in OHOS::AAFwk::DistributedClient
44 sptr<IRemoteObject> remote = GetDmsProxy(); in StartRemoteAbility()
67 sptr<IRemoteObject> remote = GetDmsProxy(); in ConnectRemoteAbility()
88 sptr<IRemoteObject> remote = GetDmsProxy(); in DisconnectRemoteAbility()
111 sptr<IRemoteObject> remote = GetDmsProxy(); in ContinueMission()
136 sptr<IRemoteObject> remote = GetDmsProxy(); in ContinueMission()
159 sptr<IRemoteObject> remote = GetDmsProxy(); in StartContinuation()
181 sptr<IRemoteObject> remote = GetDmsProxy(); in NotifyCompleteContinuation()
218 sptr<IRemoteObject> remote = GetDmsProxy(); in StartSyncRemoteMissions()
237 sptr<IRemoteObject> remote = GetDmsProxy(); in StopSyncRemoteMissions()
[all...]
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp35 sptr<IRemoteObject> DistributedClient::GetDmsProxy() in GetDmsProxy() function in OHOS::DistributedSchedule::DistributedClient
49 sptr<IRemoteObject> remote = GetDmsProxy(); in RegisterDSchedEventListener()
73 sptr<IRemoteObject> remote = GetDmsProxy(); in UnRegisterDSchedEventListener()
97 sptr<IRemoteObject> remote = GetDmsProxy(); in GetContinueInfo()
144 sptr<IRemoteObject> remote = GetDmsProxy(); in GetDSchedEventInfo()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddistributed_client_test.cpp53 * @tc.name: GetDmsProxy
54 * @tc.desc: GetDmsProxy Test, return is not nullptr.
60 auto result = client->GetDmsProxy(); in HWTEST_F()
69 * @tc.name: GetDmsProxy
70 * @tc.desc: GetDmsProxy Test, return is nullptr.
77 auto result = client->GetDmsProxy(); in HWTEST_F()
96 if (client->GetDmsProxy() != nullptr) { in HWTEST_F()
151 if (client->GetDmsProxy() != nullptr) { in HWTEST_F()
211 if (client->GetDmsProxy() != nullptr) { in HWTEST_F()
272 if (client->GetDmsProxy() ! in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp36 sptr<IRemoteObject> DistributedClient::GetDmsProxy() in GetDmsProxy() function in OHOS::Rosen::DistributedClient
78 sptr<IRemoteObject> remote = GetDmsProxy(); in GetMissionInfos()
107 sptr<IRemoteObject> remote = GetDmsProxy(); in GetRemoteMissionSnapshotInfo()
167 sptr<IRemoteObject> remote = GetDmsProxy(); in SetMissionContinueState()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddms_client.h37 sptr<IRemoteObject> GetDmsProxy();
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h66 sptr<IRemoteObject> GetDmsProxy();
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h86 sptr<IRemoteObject> GetDmsProxy();

Completed in 7 milliseconds