Searched refs:callerInfoJson (Results 1 - 1 of 1) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 268 cJSON *callerInfoJson = cJSON_CreateObject(); in MarshalCallerInfo() local 269 if (callerInfoJson == nullptr) { in MarshalCallerInfo() 272 cJSON_AddNumberToObject(callerInfoJson, "Uid", callerInfo_.uid); in MarshalCallerInfo() 273 cJSON_AddNumberToObject(callerInfoJson, "Pid", callerInfo_.pid); in MarshalCallerInfo() 274 cJSON_AddNumberToObject(callerInfoJson, "CallerType", callerInfo_.callerType); in MarshalCallerInfo() 275 cJSON_AddStringToObject(callerInfoJson, "SourceDeviceId", callerInfo_.sourceDeviceId.c_str()); in MarshalCallerInfo() 276 cJSON_AddNumberToObject(callerInfoJson, "Duid", callerInfo_.duid); in MarshalCallerInfo() 277 cJSON_AddStringToObject(callerInfoJson, "CallerAppId", callerInfo_.callerAppId.c_str()); in MarshalCallerInfo() 282 cJSON_Delete(callerInfoJson); in MarshalCallerInfo() 288 cJSON_Delete(callerInfoJson); in MarshalCallerInfo() 381 cJSON *callerInfoJson = cJSON_GetObjectItemCaseSensitive(rootValue, "CallerInfo"); Unmarshal() local [all...] |
Completed in 2 milliseconds