Home
last modified time | relevance | path

Searched refs:CallerInfoUnmarshalling (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h88 bool CallerInfoUnmarshalling(CallerInfo& callerInfo, MessageParcel& data);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1106 if (!CallerInfoUnmarshalling(callerInfo, data)) { in StartSyncMissionsFromRemoteInner()
1146 if (!CallerInfoUnmarshalling(callerInfo, data)) { in StopSyncMissionsFromRemoteInner()
1211 bool DistributedSchedStub::CallerInfoUnmarshalling(CallerInfo& callerInfo, MessageParcel& data) in CallerInfoUnmarshalling() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1482 bool result = DistributedSchedService::GetInstance().CallerInfoUnmarshalling(callerInfo, data);