Searched refs:TryStartRemoteAbilityByCall (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 179 int32_t result = DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(mockWant, 455 int32_t result = DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(mockWant, 483 int32_t result = DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(mockWant, 490 result = DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(mockWant, 497 result = DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(mockWant,
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 258 …int32_t TryStartRemoteAbilityByCall(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& conn…
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 801 DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(want, connect, callerInfo); in ReleaseAbilityFromRemoteInnerFuzzTest()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 1532 int32_t DistributedSchedService::TryStartRemoteAbilityByCall(const OHOS::AAFwk::Want& want, in TryStartRemoteAbilityByCall() function in OHOS::DistributedSchedule::DistributedSchedService 1731 int32_t ret = TryStartRemoteAbilityByCall(want, connect, callerInfo); in StartRemoteAbilityByCall()
|