Home
last modified time | relevance | path

Searched refs:CallerInfoMarshalling (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.h40 void CallerInfoMarshalling(const CallerInfo& callerInfo, MessageParcel& data);
H A Ddistributed_sched_stub_test.cpp91 void DistributedSchedStubTest::CallerInfoMarshalling(const CallerInfo& callerInfo, MessageParcel& data) in CallerInfoMarshalling() function in OHOS::DistributedSchedule::DistributedSchedStubTest
1273 CallerInfoMarshalling(callerInfo, data); in HWTEST_F()
1354 CallerInfoMarshalling(callerInfo, data); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h106 bool CallerInfoMarshalling(const CallerInfo& callerInfo, MessageParcel& data);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp447 if (!CallerInfoMarshalling(callerInfo, data)) { in StartSyncMissionsFromRemote()
492 if (!CallerInfoMarshalling(callerInfo, data)) { in StopSyncMissionsFromRemote()
744 bool DistributedSchedProxy::CallerInfoMarshalling(const CallerInfo& callerInfo, MessageParcel& data) in CallerInfoMarshalling() function in OHOS::DistributedSchedule::DistributedSchedProxy

Completed in 7 milliseconds