Searched refs:duid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_call_test.cpp | 173 callerInfo.duid = 0; 198 callerInfo.duid = 0; 270 callerInfo.duid = 1000; 308 callerInfo.duid = 0; 328 mockCallerInfo.duid = -1; 451 callerInfo.duid = 0; 477 callerInfo.duid = 0; 496 callerInfo.duid = -1; 517 callerInfo.duid = 0; 641 callerInfo.duid = 1000;
|
H A D | distributed_sched_stub_test.cpp | 97 data.WriteInt32(callerInfo.duid); in CallerInfoMarshalling() 1475 int32_t duid = 0; variable 1476 data.WriteInt32(duid);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | caller_info.h | 37 int32_t duid = -1; member
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 276 cJSON_AddNumberToObject(callerInfoJson, "Duid", callerInfo_.duid); in MarshalCallerInfo() 490 &callerInfo_.uid, &callerInfo_.pid, &callerInfo_.callerType, &callerInfo_.duid in UnmarshalCallerInfo()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 1222 int32_t duid = -1; in CallerInfoUnmarshalling() local 1223 PARCEL_READ_HELPER_RET(data, Int32, duid, false); in CallerInfoUnmarshalling() 1232 callerInfo.duid = duid; in CallerInfoUnmarshalling()
|
H A D | distributed_sched_proxy.cpp | 746 PARCEL_WRITE_HELPER_RET(data, Int32, callerInfo.duid, false); in CallerInfoMarshalling()
|