Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp312 cJSON *accountInfoJson = cJSON_CreateObject(); in MarshalAccountInfo() local
313 if (accountInfoJson == nullptr) { in MarshalAccountInfo()
317 cJSON_AddNumberToObject(accountInfoJson, "AccountType", accountInfo_.accountType); in MarshalAccountInfo()
322 cJSON_Delete(accountInfoJson); in MarshalAccountInfo()
328 cJSON_Delete(accountInfoJson); in MarshalAccountInfo()
334 cJSON_AddItemToObject(accountInfoJson, "GroupIdList", groupIdList); in MarshalAccountInfo()
336 cJSON_AddStringToObject(accountInfoJson, Constants::EXTRO_INFO_JSON_KEY_ACCOUNT_ID.c_str(), in MarshalAccountInfo()
338 cJSON_AddNumberToObject(accountInfoJson, Constants::EXTRO_INFO_JSON_KEY_USERID_ID.c_str(), accountInfo_.userId); in MarshalAccountInfo()
340 char *data = cJSON_Print(accountInfoJson); in MarshalAccountInfo()
342 cJSON_Delete(accountInfoJson); in MarshalAccountInfo()
392 cJSON *accountInfoJson = cJSON_GetObjectItemCaseSensitive(rootValue, "AccountInfo"); Unmarshal() local
[all...]

Completed in 1 milliseconds