Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetRemoteDms
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
dms_token_callback.cpp
55
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(deviceId);
in SendResult()
102
sptr<IDistributedSched> DmsTokenCallback::
GetRemoteDms
(const std::string& remoteDeviceId)
in GetRemoteDms()
function in OHOS::DistributedSchedule::DmsTokenCallback
105
HILOGE("
GetRemoteDms
remoteDeviceId is empty");
in GetRemoteDms()
108
HILOGD("
GetRemoteDms
connect deviceid is %s", GetAnonymStr(remoteDeviceId).c_str());
in GetRemoteDms()
111
HILOGE("
GetRemoteDms
failed to connect to systemAbilityMgr!");
in GetRemoteDms()
114
HILOGD("[PerformanceTest]
GetRemoteDms
begin");
in GetRemoteDms()
116
HILOGD("[PerformanceTest]
GetRemoteDms
end");
in GetRemoteDms()
118
HILOGE("
GetRemoteDms
failed to get remote DistributedSched %{private}s", GetAnonymStr(remoteDeviceId).c_str());
in GetRemoteDms()
H
A
D
distributed_sched_service.cpp
729
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(deviceId);
in StartRemoteAbility()
977
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(srcDeviceId);
in ContinueRemoteMission()
1013
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(srcDeviceId);
in ContinueRemoteMission()
1191
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(deviceId);
in DealDSchedEventResult()
1272
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(deviceId);
in NotifyCompleteContinuation()
1646
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(remoteDeviceId);
in TryConnectRemoteAbility()
1808
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(remoteDeviceId);
in TryStartRemoteAbilityByCall()
2024
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(element.GetDeviceID());
in ReleaseRemoteAbility()
2156
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(remoteDeviceId);
in StartRemoteShareForm()
2338
sptr<IDistributedSched> DistributedSchedService::
GetRemoteDms
(cons
function in OHOS::DistributedSchedule::DistributedSchedService
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H
A
D
dms_token_callback.h
37
sptr<IDistributedSched>
GetRemoteDms
(const std::string& remoteDeviceId);
H
A
D
distributed_sched_service.h
243
sptr<IDistributedSched>
GetRemoteDms
(const std::string& remoteDeviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
dms_token_callback_test.cpp
216
* @tc.desc: call
GetRemoteDms
with empty deviceId
225
sptr<IDistributedSched> result = dmsTokenCallback_->
GetRemoteDms
(remoteDeviceId);
in HWTEST_F()
232
* @tc.desc: call
GetRemoteDms
with invalid deviceId
241
sptr<IDistributedSched> result = dmsTokenCallback_->
GetRemoteDms
(remoteDeviceId);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H
A
D
distributed_sched_mission_manager.cpp
92
sptr<IDistributedSched> DistributedSchedMissionManager::
GetRemoteDms
(const std::string& deviceId)
in GetRemoteDms()
function in OHOS::DistributedSchedule::DistributedSchedMissionManager
95
HILOGE("
GetRemoteDms
remoteDeviceId is empty");
in GetRemoteDms()
105
HILOGI("[PerformanceTest]
GetRemoteDms
from cache spend %{public}" PRId64 " ms",
in GetRemoteDms()
111
HILOGD("
GetRemoteDms
connect deviceid is %s", GetAnonymStr(deviceId).c_str());
in GetRemoteDms()
114
HILOGE("
GetRemoteDms
failed to connect to systemAbilityMgr!");
in GetRemoteDms()
119
HILOGE("
GetRemoteDms
failed to get dms for remote device: %{public}s!", GetAnonymStr(deviceId).c_str());
in GetRemoteDms()
123
HILOGD("
GetRemoteDms
AddDeathRecipient ret : %{public}d", ret);
in GetRemoteDms()
133
HILOGI("[PerformanceTest]
GetRemoteDms
spend %{public}" PRId64 " ms", GetTickCount() - begin);
in GetRemoteDms()
366
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(dstDevId);
in StartSyncRemoteMissions()
471
sptr<IDistributedSched> remoteDms =
GetRemoteDms
(dstDevI
in StopSyncRemoteMissions()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H
A
D
distributed_sched_mission_manager.h
113
sptr<IDistributedSched>
GetRemoteDms
(const std::string& deviceId);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H
A
D
dms_mission_manager_test.cpp
2252
* @tc.steps: step1. test
GetRemoteDms
in HWTEST_F()
2266
DistributedSchedMissionManager::GetInstance().
GetRemoteDms
(localDeviceId_);
in HWTEST_F()
2292
* @tc.steps: step1. test
GetRemoteDms
in HWTEST_F()
2304
DistributedSchedMissionManager::GetInstance().
GetRemoteDms
(localDeviceId_);
in HWTEST_F()
Completed in 15 milliseconds