Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h108 bool CallerInfoUnmarshalling(CallerInfo& callerInfo, MessageParcel& data);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp1153 if (!CallerInfoUnmarshalling(callerInfo, data)) { in StartSyncMissionsFromRemoteInner()
1193 if (!CallerInfoUnmarshalling(callerInfo, data)) { in StopSyncMissionsFromRemoteInner()
1258 bool DistributedSchedStub::CallerInfoUnmarshalling(CallerInfo& callerInfo, MessageParcel& data) in CallerInfoUnmarshalling() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp1453 * @tc.desc: check CallerInfoUnmarshalling
1475 bool result = DistributedSchedService::GetInstance().CallerInfoUnmarshalling(callerInfo, data); in HWTEST_F()

Completed in 8 milliseconds