Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp179 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 Ddistributed_sched_service.h258 …int32_t TryStartRemoteAbilityByCall(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& conn…
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp801 DistributedSchedService::GetInstance().TryStartRemoteAbilityByCall(want, connect, callerInfo); in ReleaseAbilityFromRemoteInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1532 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()