Home
last modified time | relevance | path

Searched refs:SaveCallerComponent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_connect_test.cpp915 DistributedSchedService::GetInstance().SaveCallerComponent(want, connect, callerInfo);
949 DistributedSchedService::GetInstance().SaveCallerComponent(want1, connect, callerInfo);
950 DistributedSchedService::GetInstance().SaveCallerComponent(want2, connect, callerInfo);
1013 DistributedSchedService::GetInstance().SaveCallerComponent(want, connect, callerInfo);
1197 DistributedSchedService::GetInstance().SaveCallerComponent(want, connect, callerInfo);
H A Ddistributed_sched_service_second_test.cpp1344 DistributedSchedService::GetInstance().SaveCallerComponent(want, nullptr, callerInfo);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h268 void SaveCallerComponent(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect,
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp802 DistributedSchedService::GetInstance().SaveCallerComponent(want, connect, callerInfo); in ReleaseAbilityFromRemoteInnerFuzzTest()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1557 SaveCallerComponent(want, connect, callerInfo); in TryStartRemoteAbilityByCall()
1564 void DistributedSchedService::SaveCallerComponent(const OHOS::AAFwk::Want& want, in SaveCallerComponent() function in OHOS::DistributedSchedule::DistributedSchedService